- Update qdecoder to 11.0
- Add Sourceforge as primary MASTER_SITES - PORTDOCS no longer included Note: shared library version was bumped
This commit is contained in:
parent
47a792eb29
commit
f861a746f0
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=279059
2 changed files with 10 additions and 17 deletions
|
@ -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>
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue