aboutsummaryrefslogtreecommitdiff
path: root/audio/daapd
diff options
context:
space:
mode:
authorSergei Kolobov <sergei@FreeBSD.org>2003-12-14 15:10:32 +0000
committerSergei Kolobov <sergei@FreeBSD.org>2003-12-14 15:10:32 +0000
commitfe2c192ae9f52c3d1d16088b9929e2a772d94019 (patch)
treee57cebeddaf3dc422f13e035a99cd9bc24fb7d48 /audio/daapd
parent913cff0b48e8e7bdfbd3babfc965a83140f1ea4e (diff)
downloadports-fe2c192ae9f52c3d1d16088b9929e2a772d94019.tar.gz
ports-fe2c192ae9f52c3d1d16088b9929e2a772d94019.zip
- Update to 0.2.1d
PR: 60215 Submitted by: maintainer
Notes
Notes: svn path=/head/; revision=95793
Diffstat (limited to 'audio/daapd')
-rw-r--r--audio/daapd/Makefile5
-rw-r--r--audio/daapd/distinfo2
-rw-r--r--audio/daapd/files/patch-makefile10
-rw-r--r--audio/daapd/pkg-plist2
4 files changed, 9 insertions, 10 deletions
diff --git a/audio/daapd/Makefile b/audio/daapd/Makefile
index 48bea77c2ed9..b5b166502c31 100644
--- a/audio/daapd/Makefile
+++ b/audio/daapd/Makefile
@@ -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
@@ -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
diff --git a/audio/daapd/distinfo b/audio/daapd/distinfo
index 1f4913eeb030..a2564b609d6b 100644
--- a/audio/daapd/distinfo
+++ b/audio/daapd/distinfo
@@ -1 +1 @@
-MD5 (daapd-0.2.1c.tgz) = 6f4d9a4d6aaaaafea9d82e3f31cb055f
+MD5 (daapd-0.2.1d.tgz) = 2f69299a099920694d7ddf78a1dcea49
diff --git a/audio/daapd/files/patch-makefile b/audio/daapd/files/patch-makefile
index 07ee1c58e4cc..ee7622a37b55 100644
--- a/audio/daapd/files/patch-makefile
+++ b/audio/daapd/files/patch-makefile
@@ -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:
diff --git a/audio/daapd/pkg-plist b/audio/daapd/pkg-plist
index d3d045d65f2f..cd8bc5b98016 100644
--- a/audio/daapd/pkg-plist
+++ b/audio/daapd/pkg-plist
@@ -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%%