Skip to content

Commit

Permalink
- Update to 0.2.1d
Browse files Browse the repository at this point in the history
PR:		60215
Submitted by:	maintainer
  • Loading branch information
skolobov committed Dec 14, 2003
1 parent 913cff0 commit fe2c192
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 10 deletions.
5 changes: 2 additions & 3 deletions audio/daapd/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,7 @@
#

PORTNAME= daapd
PORTVERSION= 0.2.1c
PORTREVISION= 1
PORTVERSION= 0.2.1d
CATEGORIES= audio
MASTER_SITES= http://www.deleet.de/projekte/daap/daapd/
EXTRACT_SUFX= .tgz
Expand All @@ -17,7 +16,7 @@ COMMENT= Server for Digital Audio Access Protocol

BUILD_DEPENDS= ${LOCALBASE}/lib/libid3tag.a:${PORTSDIR}/audio/mad \
${LOCALBASE}/lib/libdaaplib.a:${PORTSDIR}/audio/daaplib \
${LOCALBASE}/lib/libhttpd.a:${PORTSDIR}/www/libhttpd-persistent
${LOCALBASE}/lib/libhttpd-persistent.a:${PORTSDIR}/www/libhttpd-persistent

USE_GMAKE= yes
USE_REINPLACE= yes
Expand Down
2 changes: 1 addition & 1 deletion audio/daapd/distinfo
Original file line number Diff line number Diff line change
@@ -1 +1 @@
MD5 (daapd-0.2.1c.tgz) = 6f4d9a4d6aaaaafea9d82e3f31cb055f
MD5 (daapd-0.2.1d.tgz) = 2f69299a099920694d7ddf78a1dcea49
10 changes: 5 additions & 5 deletions audio/daapd/files/patch-makefile
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
--- makefile.orig Tue Oct 21 22:59:55 2003
+++ makefile Tue Oct 21 23:00:44 2003
--- makefile.orig Sat Dec 13 23:25:47 2003
+++ makefile Sat Dec 13 23:26:24 2003
@@ -2,9 +2,9 @@
TARGET = daapd
OBJS = daapd.o db.o dboutput.o songcache.o parsemp3.o
LIBS = -ldaaplib -lhttpd -lid3tag -lz
LIBS = -ldaaplib -lhttpd-persistent -lid3tag -lz
-LIBPATH = -L. -L/usr/local/lib
-INCPATH = -I.
-INCPATH = -I. -I/usr/local/include
-DEPLOY = /usr/local/bin
+LIBPATH = -L. -L%%LOCALBASE%%/lib
+INCPATH = -I. -I%%LOCALBASE%%/include
+DEPLOY = %%PREFIX%%/sbin
+DEPLOY = %%PREFIX%%/bin
CFLAGS = -Wall -Wno-multichar

.cc.o:
2 changes: 1 addition & 1 deletion audio/daapd/pkg-plist
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
@comment $FreeBSD$
etc/daapd.conf.sample
etc/rc.d/daapd.sh
sbin/daapd
bin/daapd
%%PORTDOCS%%%%DOCSDIR%%/README
%%PORTDOCS%%@dirrm %%DOCSDIR%%

0 comments on commit fe2c192

Please sign in to comment.