diff options
author | johans <johans@FreeBSD.org> | 2012-12-09 23:29:32 +0800 |
---|---|---|
committer | johans <johans@FreeBSD.org> | 2012-12-09 23:29:32 +0800 |
commit | 1441cbf955aa6b6af38c063a21474e025ef687c8 (patch) | |
tree | e382ca9cd8b29a9ee4f8c29c8298979adf3bc73b /www | |
parent | 4869bae56b9e4cc60391f824bf32edfdd8ed6aa2 (diff) | |
download | freebsd-ports-gnome-1441cbf955aa6b6af38c063a21474e025ef687c8.tar.gz freebsd-ports-gnome-1441cbf955aa6b6af38c063a21474e025ef687c8.tar.zst freebsd-ports-gnome-1441cbf955aa6b6af38c063a21474e025ef687c8.zip |
- Update qDecoder to 12.0.4
- Trim Makefile header
Diffstat (limited to 'www')
-rw-r--r-- | www/qdecoder/Makefile | 17 | ||||
-rw-r--r-- | www/qdecoder/distinfo | 4 |
2 files changed, 8 insertions, 13 deletions
diff --git a/www/qdecoder/Makefile b/www/qdecoder/Makefile index 03186a0475d2..0a2d0c3cf479 100644 --- a/www/qdecoder/Makefile +++ b/www/qdecoder/Makefile @@ -1,12 +1,8 @@ -# New ports collection makefile for: qDecoder library -# Date created: Sep 10 1999 -# Whom: CHOI Junho <cjh@FreeBSD.org> -# +# Created by: CHOI Junho <cjh@FreeBSD.org> # $FreeBSD$ -# PORTNAME= qdecoder -PORTVERSION= 12.0.2 +PORTVERSION= 12.0.4 CATEGORIES= www MASTER_SITES= SF/${PORTNAME}/ \ ftp://ftp.qdecoder.org/pub/qDecoder/ @@ -18,6 +14,7 @@ COMMENT= C/C++ language library including CGI supports GNU_CONFIGURE= yes USE_LDCONFIG= yes MAKE_ARGS= exec_prefix="${PREFIX}" +WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} OPTIONS_DEFINE= DEBUG @@ -32,16 +29,14 @@ PLIST_FILES= include/qdecoder.h \ CONFIGURE_ARGS+="--enable-debug" .endif -.include <bsd.port.pre.mk> - -.if !defined(NOPORTEXAMPLES) +.if ${PORT_OPTIONS:MEXAMPLES} PORTEXAMPLES= * .endif post-install: -.if !defined(NOPORTEXAMPLES) +.if ${PORT_OPTIONS:MEXAMPLES} ${MKDIR} ${EXAMPLESDIR} (cd ${WRKSRC}/examples/ && ${COPYTREE_SHARE} "Makefile *.c *.html" ${EXAMPLESDIR}) .endif -.include <bsd.port.post.mk> +.include <bsd.port.mk> diff --git a/www/qdecoder/distinfo b/www/qdecoder/distinfo index f3fecd5a0b10..bcba05d6d611 100644 --- a/www/qdecoder/distinfo +++ b/www/qdecoder/distinfo @@ -1,2 +1,2 @@ -SHA256 (qDecoder-12.0.2.tar.gz) = 88bb83dd299dae39db2b3f8ab52cb74d647c9b91e7903b811011651e26d7ba55 -SIZE (qDecoder-12.0.2.tar.gz) = 150004 +SHA256 (qDecoder-12.0.4.tar.gz) = 639fd2cfecbf58b95fdcfe82866a4070f8134341e4e5adfdf5dcca690340bf36 +SIZE (qDecoder-12.0.4.tar.gz) = 196939 |