Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 31 Dec 2012 11:55:53 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r309723 - head/graphics/jbig2dec
Message-ID:  <201212311155.qBVBtrXm024427@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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/



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201212311155.qBVBtrXm024427>