diff options
author | johans <johans@FreeBSD.org> | 2011-08-07 04:18:17 +0800 |
---|---|---|
committer | johans <johans@FreeBSD.org> | 2011-08-07 04:18:17 +0800 |
commit | e2dc8218f311f80e8249fe7d6b88d5a1b8f8dba9 (patch) | |
tree | 7f1fff058e2e56568e0c24a946b716f224bfbeae | |
parent | e0658e21f72eeb84904ebd0a7f17a17f16e236f5 (diff) | |
download | freebsd-ports-gnome-e2dc8218f311f80e8249fe7d6b88d5a1b8f8dba9.tar.gz freebsd-ports-gnome-e2dc8218f311f80e8249fe7d6b88d5a1b8f8dba9.tar.zst freebsd-ports-gnome-e2dc8218f311f80e8249fe7d6b88d5a1b8f8dba9.zip |
- Update qdecoder to 11.0
- Add Sourceforge as primary MASTER_SITES
- PORTDOCS no longer included
Note: shared library version was bumped
-rw-r--r-- | www/qdecoder/Makefile | 23 | ||||
-rw-r--r-- | www/qdecoder/distinfo | 4 |
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 |