summaryrefslogtreecommitdiff
path: root/www/qdecoder
diff options
context:
space:
mode:
authorJohan van Selst <johans@FreeBSD.org>2011-08-06 20:18:17 +0000
committerJohan van Selst <johans@FreeBSD.org>2011-08-06 20:18:17 +0000
commitf861a746f0be76dabfba5e04ad79c9f78c318faa (patch)
treeb7d9092ed08c47d349db645e0be6313ae00ab036 /www/qdecoder
parent Fix distribution patches. (diff)
- Update qdecoder to 11.0
- Add Sourceforge as primary MASTER_SITES - PORTDOCS no longer included Note: shared library version was bumped
Notes
Notes: svn path=/head/; revision=279059
Diffstat (limited to 'www/qdecoder')
-rw-r--r--www/qdecoder/Makefile23
-rw-r--r--www/qdecoder/distinfo4
2 files changed, 10 insertions, 17 deletions
diff --git a/www/qdecoder/Makefile b/www/qdecoder/Makefile
index b30d708349a3..37f44b969ce2 100644
--- a/www/qdecoder/Makefile
+++ b/www/qdecoder/Makefile
@@ -6,9 +6,10 @@
#
PORTNAME= qdecoder
-PORTVERSION= 10.1.6
+PORTVERSION= 11.0.0
CATEGORIES= www
-MASTER_SITES= ftp://ftp.qdecoder.org/pub/qDecoder/
+MASTER_SITES= SF/${PORTNAME}/ \
+ ftp://ftp.qdecoder.org/pub/qDecoder/
DISTNAME= qDecoder-${PORTVERSION}
MAINTAINER= johans@FreeBSD.org
@@ -27,14 +28,11 @@ OPTIONS= Q_DEBUG "enable debuging output" off \
Q_LFS "enable large-file supports" off \
Q_SENDFILE "use sendfile() if possible" off
-PLIST_FILES= include/qDecoder.h \
- lib/libqDecoder.a \
- lib/libqDecoder.so \
- lib/libqDecoder.so.8
+PLIST_FILES= include/qdecoder.h \
+ lib/libqdecoder.a \
+ lib/libqdecoder.so \
+ lib/libqdecoder.so.11
-.if !defined(NOPORTDOCS)
-PORTDOCS= *
-.endif
.if !defined(NOPORTEXAMPLES)
PORTEXAMPLES= *
.endif
@@ -75,14 +73,9 @@ CONFIGURE_ARGS+="--disable-datastructure"
.endif
post-install:
-.if !defined(NOPORTDOCS)
- ${MKDIR} ${DOCSDIR}
- (cd ${WRKSRC} && ${COPYTREE_SHARE} "AUTHORS CHANGES COPYING INSTALL qDecoder.jpg" ${DOCSDIR})
- (cd ${WRKSRC}/doc && ${COPYTREE_SHARE} "html" ${DOCSDIR})
-.endif
.if !defined(NOPORTEXAMPLES)
${MKDIR} ${EXAMPLESDIR}
- (cd ${WRKSRC}/examples/ && ${COPYTREE_SHARE} "Makefile *.c *.conf *.html* qDecoder-upload" ${EXAMPLESDIR})
+ (cd ${WRKSRC}/examples/ && ${COPYTREE_SHARE} "Makefile *.c *.html" ${EXAMPLESDIR})
.endif
.include <bsd.port.post.mk>
diff --git a/www/qdecoder/distinfo b/www/qdecoder/distinfo
index e0d98552c702..49719d1a1f10 100644
--- a/www/qdecoder/distinfo
+++ b/www/qdecoder/distinfo
@@ -1,2 +1,2 @@
-SHA256 (qDecoder-10.1.6.tar.gz) = 41fe650bf60441f79ab913756a952ff3d21d74e1ab1ae511c92c545643f7c193
-SIZE (qDecoder-10.1.6.tar.gz) = 285141
+SHA256 (qDecoder-11.0.0.tar.gz) = e3cc4e7d8fa66681253565b31d0625d8f88abd9c1c0679d22d0d09c555f88cf9
+SIZE (qDecoder-11.0.0.tar.gz) = 141473