diff options
author | Michael Nottebrock <lofi@FreeBSD.org> | 2007-09-21 18:35:00 +0000 |
---|---|---|
committer | Michael Nottebrock <lofi@FreeBSD.org> | 2007-09-21 18:35:00 +0000 |
commit | 21e41bfbd23d589b7e43a4d4e9dad54ee099db5a (patch) | |
tree | 92e43f2633d331dc6111bb757060c78e2aafca30 /audio | |
parent | 21a8e204a8d1622d15632cc5fe2e86e5342caced (diff) | |
download | ports-21e41bfbd23d589b7e43a4d4e9dad54ee099db5a.tar.gz ports-21e41bfbd23d589b7e43a4d4e9dad54ee099db5a.zip |
Notes
Diffstat (limited to 'audio')
-rw-r--r-- | audio/last.fm/Makefile | 5 | ||||
-rw-r--r-- | audio/last.fm/distinfo | 6 |
2 files changed, 6 insertions, 5 deletions
diff --git a/audio/last.fm/Makefile b/audio/last.fm/Makefile index f35aeecbbe0b..4f509aac4e7f 100644 --- a/audio/last.fm/Makefile +++ b/audio/last.fm/Makefile @@ -6,7 +6,7 @@ # PORTNAME= last.fm -PORTVERSION= 1.3.2.11 +PORTVERSION= 1.3.2.13 CATEGORIES= audio net MASTER_SITES= http://cdn.last.fm/client/src/ DISTNAME= ${PORTNAME}-${PORTVERSION}.src @@ -29,7 +29,8 @@ WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} .include <bsd.port.pre.mk> -.if ${OSVERSION} < 700042 && ${ARCH} == "amd64" +.if ${ARCH} == "amd64" +BROKEN= Does not compile USE_GCC=4.2+ .endif diff --git a/audio/last.fm/distinfo b/audio/last.fm/distinfo index ce64447dec84..c055092909f6 100644 --- a/audio/last.fm/distinfo +++ b/audio/last.fm/distinfo @@ -1,3 +1,3 @@ -MD5 (last.fm-1.3.2.11.src.tar.bz2) = fbbaec5cbc7417de342027935cf8d822 -SHA256 (last.fm-1.3.2.11.src.tar.bz2) = 6b8799853411ac1fe33e3594a9a0d47954416892ca61fcdbeffe921f5ff15419 -SIZE (last.fm-1.3.2.11.src.tar.bz2) = 1598181 +MD5 (last.fm-1.3.2.13.src.tar.bz2) = a4ec606857e7c1dce3c251741cc7923e +SHA256 (last.fm-1.3.2.13.src.tar.bz2) = 24178521bbe26e8d1b02a6ebc4a1934f863f4c315b4bd092a389391036b48638 +SIZE (last.fm-1.3.2.13.src.tar.bz2) = 1615081 |