diff options
author | dhn <dhn@FreeBSD.org> | 2010-09-07 02:29:14 +0800 |
---|---|---|
committer | dhn <dhn@FreeBSD.org> | 2010-09-07 02:29:14 +0800 |
commit | 4763f11c46881af6fea5bf26e2335c0b3ef36ecf (patch) | |
tree | 99c83b15648392e1d841860501cdaee3c4464c60 /audio/ncmpcpp | |
parent | 0a436b4496ee39fa4a7c5d9bb5ab9b1b41a04d0b (diff) | |
download | freebsd-ports-gnome-4763f11c46881af6fea5bf26e2335c0b3ef36ecf.tar.gz freebsd-ports-gnome-4763f11c46881af6fea5bf26e2335c0b3ef36ecf.tar.zst freebsd-ports-gnome-4763f11c46881af6fea5bf26e2335c0b3ef36ecf.zip |
- Update to 0.5.5
Diffstat (limited to 'audio/ncmpcpp')
-rw-r--r-- | audio/ncmpcpp/Makefile | 6 | ||||
-rw-r--r-- | audio/ncmpcpp/distinfo | 6 |
2 files changed, 8 insertions, 4 deletions
diff --git a/audio/ncmpcpp/Makefile b/audio/ncmpcpp/Makefile index 34d44c5bae61..7817acf47ff2 100644 --- a/audio/ncmpcpp/Makefile +++ b/audio/ncmpcpp/Makefile @@ -6,7 +6,7 @@ # PORTNAME= ncmpcpp -PORTVERSION= 0.5.4 +PORTVERSION= 0.5.5 CATEGORIES= audio MASTER_SITES= http://unkart.ovh.org/ncmpcpp/ \ http://mirror.mcx2.org/ @@ -37,6 +37,10 @@ OPTIONS= CURL "Enable fetching lyrics from the Internet" on \ .include <bsd.port.pre.mk> +.if ${OSVERSION} < 700000 +BROKEN=>>Does not compile on FreeBSD 6.X +.endif + .if ${OSVERSION} < 602107 || (${OSVERSION} > 700000 && ${OSVERSION} < 700033) LIB_DEPENDS+= ncursesw.5:${PORTSDIR}/devel/ncurses .else diff --git a/audio/ncmpcpp/distinfo b/audio/ncmpcpp/distinfo index 688df5524017..5f81764e9374 100644 --- a/audio/ncmpcpp/distinfo +++ b/audio/ncmpcpp/distinfo @@ -1,3 +1,3 @@ -MD5 (ncmpcpp-0.5.4.tar.bz2) = feb35e16a286b15ce066b7f13263be27 -SHA256 (ncmpcpp-0.5.4.tar.bz2) = 7b99b03af0841ed8abac8de6008fb8d3dc8f632eb65ba477c09194f936dc2a73 -SIZE (ncmpcpp-0.5.4.tar.bz2) = 350479 +MD5 (ncmpcpp-0.5.5.tar.bz2) = 30cded976c81bba4c8a2daf2215fe41d +SHA256 (ncmpcpp-0.5.5.tar.bz2) = 12fb42b8baef07eadb0bb258a0ae7a35df9d579076981b3e863afdbb10a04bef +SIZE (ncmpcpp-0.5.5.tar.bz2) = 353900 |