diff options
author | Chris Rees <crees@FreeBSD.org> | 2012-02-06 20:02:47 +0000 |
---|---|---|
committer | Chris Rees <crees@FreeBSD.org> | 2012-02-06 20:02:47 +0000 |
commit | 86430a33fb09924423e1b4d27a81d783beb5fce9 (patch) | |
tree | da8225074e996fa8805170f2cf9e1403a73698d7 | |
parent | 3aef36ee6bc982193ebbef762c95ea1eb7bad65b (diff) | |
download | ports-86430a33fb09924423e1b4d27a81d783beb5fce9.tar.gz ports-86430a33fb09924423e1b4d27a81d783beb5fce9.zip |
Update to 0.16.7
Notes
Notes:
svn path=/head/; revision=290511
-rw-r--r-- | audio/musicpd/Makefile | 3 | ||||
-rw-r--r-- | audio/musicpd/distinfo | 4 | ||||
-rw-r--r-- | audio/musicpd/pkg-plist | 1 |
3 files changed, 3 insertions, 5 deletions
diff --git a/audio/musicpd/Makefile b/audio/musicpd/Makefile index 2c6495b03137..47ddbe7bb96a 100644 --- a/audio/musicpd/Makefile +++ b/audio/musicpd/Makefile @@ -6,8 +6,7 @@ # PORTNAME= musicpd -PORTVERSION= 0.16.6 -PORTREVISION?= 2 +PORTVERSION= 0.16.7 CATEGORIES= audio ipv6 MASTER_SITES= SF/${PORTNAME}/mpd/${PORTVERSION} DISTNAME= mpd-${PORTVERSION} diff --git a/audio/musicpd/distinfo b/audio/musicpd/distinfo index 6c843b638080..491a2c66a6e9 100644 --- a/audio/musicpd/distinfo +++ b/audio/musicpd/distinfo @@ -1,2 +1,2 @@ -SHA256 (mpd-0.16.6.tar.bz2) = 6ec5ad3fdeeb97608e40e041b6a458c61afd023a0fd1eeb464e208fcd36659df -SIZE (mpd-0.16.6.tar.bz2) = 486442 +SHA256 (mpd-0.16.7.tar.bz2) = 47c10553389752c7fa072cf87c2bd30c552de75819fcf8286f3e7cc14ff0e32e +SIZE (mpd-0.16.7.tar.bz2) = 487394 diff --git a/audio/musicpd/pkg-plist b/audio/musicpd/pkg-plist index 91e867ace225..b58558b26c76 100644 --- a/audio/musicpd/pkg-plist +++ b/audio/musicpd/pkg-plist @@ -1,4 +1,3 @@ -@stopdaemon musicpd bin/musicpd @unexec if cmp -s %D/etc/%%MPDCONF%%.sample %D/etc/%%MPDCONF%%; then rm -f %D/etc/%%MPDCONF%%; fi etc/%%MPDCONF%%.sample |