diff options
author | mnag <mnag@FreeBSD.org> | 2005-10-15 17:54:49 +0000 |
---|---|---|
committer | mnag <mnag@FreeBSD.org> | 2005-10-15 17:54:49 +0000 |
commit | 163b548bd0dea0bbd783ce6d197986df567c1b1a (patch) | |
tree | e0004148a70ebc30052176f0c150ba4c4de42cd0 /audio/mt-daapd | |
parent | 0f423a8f00460e7398315451d0de592f41cff1fc (diff) | |
download | FreeBSD-ports-163b548bd0dea0bbd783ce6d197986df567c1b1a.zip FreeBSD-ports-163b548bd0dea0bbd783ce6d197986df567c1b1a.tar.gz |
Update to 0.2.3
PR: 87485
Submitted by: Meno Abels <meno.abels@adviser.com> (maintainer)
Diffstat (limited to 'audio/mt-daapd')
-rw-r--r-- | audio/mt-daapd/Makefile | 2 | ||||
-rw-r--r-- | audio/mt-daapd/distinfo | 4 | ||||
-rw-r--r-- | audio/mt-daapd/files/patch-mDNSClientAPI.h | 14 | ||||
-rw-r--r-- | audio/mt-daapd/pkg-plist | 40 |
4 files changed, 23 insertions, 37 deletions
diff --git a/audio/mt-daapd/Makefile b/audio/mt-daapd/Makefile index 2c284f5..6893fa7 100644 --- a/audio/mt-daapd/Makefile +++ b/audio/mt-daapd/Makefile @@ -6,7 +6,7 @@ # PORTNAME= mt-daapd -PORTVERSION= 0.2.0 +PORTVERSION= 0.2.3 CATEGORIES= audio MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= mt-daapd diff --git a/audio/mt-daapd/distinfo b/audio/mt-daapd/distinfo index 910d32b..35dc78e 100644 --- a/audio/mt-daapd/distinfo +++ b/audio/mt-daapd/distinfo @@ -1,2 +1,2 @@ -MD5 (mt-daapd-0.2.0.tar.gz) = 62465e98dd93cd3553b329298d13399d -SIZE (mt-daapd-0.2.0.tar.gz) = 372948 +MD5 (mt-daapd-0.2.3.tar.gz) = 17aa3fa0601cbe172d18f53489141e5a +SIZE (mt-daapd-0.2.3.tar.gz) = 406035 diff --git a/audio/mt-daapd/files/patch-mDNSClientAPI.h b/audio/mt-daapd/files/patch-mDNSClientAPI.h deleted file mode 100644 index e0764a0..0000000 --- a/audio/mt-daapd/files/patch-mDNSClientAPI.h +++ /dev/null @@ -1,14 +0,0 @@ -diff -ur work/mt-daapd-0.2.0/src/mDNSClientAPI.h work.orig/mt-daapd-0.2.0/src/mDNSClientAPI.h ---- src/mDNSClientAPI.h Thu Oct 21 09:52:05 2004 -+++ src/mDNSClientAPI.h.orig Mon Mar 29 19:55:17 2004 -@@ -486,8 +486,8 @@ - typedef unsigned char mDNSu8; - typedef signed short mDNSs16; - typedef unsigned short mDNSu16; -+typedef signed int mDNSs32; -+typedef unsigned int mDNSu32; --typedef signed long mDNSs32; --typedef unsigned long mDNSu32; - - // To enforce useful type checking, we make mDNSInterfaceID be a pointer to a dummy struct - // This way, mDNSInterfaceIDs can be assigned, and compared with each other, but not with other types diff --git a/audio/mt-daapd/pkg-plist b/audio/mt-daapd/pkg-plist index 1893037..f9f2493 100644 --- a/audio/mt-daapd/pkg-plist +++ b/audio/mt-daapd/pkg-plist @@ -2,28 +2,28 @@ etc/mt-daapd.conf.sample etc/rc.d/mt-daapd.sh sbin/mt-daapd -share/mt-daapd/admin-root/aspl-license.html -share/mt-daapd/admin-root/aspl-license.txt -share/mt-daapd/admin-root/config-update.html -share/mt-daapd/admin-root/config.html -share/mt-daapd/admin-root/feedback.html -share/mt-daapd/admin-root/ftr.html -share/mt-daapd/admin-root/gpl-license.html -share/mt-daapd/admin-root/gpl-license.txt -share/mt-daapd/admin-root/hdr.html -share/mt-daapd/admin-root/index.html -share/mt-daapd/admin-root/linkOpaque.gif -share/mt-daapd/admin-root/linkTransparent.gif -share/mt-daapd/admin-root/mt-daapd.css -share/mt-daapd/admin-root/mt-daapd.png -share/mt-daapd/admin-root/required.gif -share/mt-daapd/admin-root/status.html -share/mt-daapd/admin-root/thanks.html +%%DATADIR%%/admin-root/aspl-license.html +%%DATADIR%%/admin-root/aspl-license.txt +%%DATADIR%%/admin-root/config-update.html +%%DATADIR%%/admin-root/config.html +%%DATADIR%%/admin-root/feedback.html +%%DATADIR%%/admin-root/ftr.html +%%DATADIR%%/admin-root/gpl-license.html +%%DATADIR%%/admin-root/gpl-license.txt +%%DATADIR%%/admin-root/hdr.html +%%DATADIR%%/admin-root/index.html +%%DATADIR%%/admin-root/linkOpaque.gif +%%DATADIR%%/admin-root/linkTransparent.gif +%%DATADIR%%/admin-root/mt-daapd.css +%%DATADIR%%/admin-root/mt-daapd.png +%%DATADIR%%/admin-root/required.gif +%%DATADIR%%/admin-root/status.html +%%DATADIR%%/admin-root/thanks.html @dirrm var/mt-daapd/db @dirrm var/mt-daapd -@dirrm share/mt-daapd/mp3 -@dirrm share/mt-daapd/admin-root -@dirrm share/mt-daapd +@dirrm %%DATADIR%%/mp3 +@dirrm %%DATADIR%%/admin-root +@dirrm %%DATADIR%% %%PORTDOCS%%%%DOCSDIR%%/README %%PORTDOCS%%%%DOCSDIR%%/AUTHORS %%PORTDOCS%%%%DOCSDIR%%/COPYING |