svn commit: r309723 - head/graphics/jbig2dec
Baptiste Daroussin
bapt at FreeBSD.org
Mon Dec 31 11:55:53 UTC 2012
Author: bapt
Date: Mon Dec 31 11:55:52 2012
New Revision: 309723
URL: http://svnweb.freebsd.org/changeset/ports/309723
Log:
Finish optionsng conversion
Trim headers
Remove useless LICENSE_FILE
Modified:
head/graphics/jbig2dec/Makefile
head/graphics/jbig2dec/pkg-descr
Modified: head/graphics/jbig2dec/Makefile
==============================================================================
--- head/graphics/jbig2dec/Makefile Mon Dec 31 11:53:12 2012 (r309722)
+++ head/graphics/jbig2dec/Makefile Mon Dec 31 11:55:52 2012 (r309723)
@@ -1,9 +1,4 @@
-# New ports collection makefile for: jbig2dec
-# Date created: 2010-07-07
-# Whom: Bapt <baptiste.daroussin at gmail.com>
-#
# $FreeBSD$
-#
PORTNAME= jbig2dec
PORTVERSION= 0.11
@@ -32,7 +27,6 @@ MAKE_JOBS_SAFE= yes
EXTRACT_AFTER_ARGS+=|${TAR} -xpf - --exclude sha1.h --exclude 'getopt*'
LICENSE= GPLv3
-LICENSE_FILE= ${WRKSRC}/COPYING
.include <bsd.port.options.mk>
@@ -58,7 +52,7 @@ EXTRA_PATCHES= ${FILESDIR}/simpler-test-
.endif
post-patch:
-.if defined(WITH_PNG)
+.if ${PORT_OPTIONS:MPNG}
@${REINPLACE_CMD} 's/png_check_sig/png_sig_cmp/g' ${WRKSRC}/configure
.endif
${REINPLACE_CMD} -E 's|SHA1_Final\( *([^,]+), *([^\)]+)\)|SHA1_Final(\2, \1)|' \
Modified: head/graphics/jbig2dec/pkg-descr
==============================================================================
--- head/graphics/jbig2dec/pkg-descr Mon Dec 31 11:53:12 2012 (r309722)
+++ head/graphics/jbig2dec/pkg-descr Mon Dec 31 11:55:52 2012 (r309723)
@@ -4,4 +4,4 @@ images at moderately high resolution, an
In this domain it is very efficient, offering compression ratios on the order of
100:1.
-WWW: http://jbig2dec.sourceforge.net/
+WWW: http://jbig2dec.sourceforge.net/
More information about the svn-ports-head
mailing list