From owner-svn-ports-head@FreeBSD.ORG Mon Dec 31 11:55:53 2012 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id BC4CC7F6; Mon, 31 Dec 2012 11:55:53 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 883DC8FC1A; Mon, 31 Dec 2012 11:55:53 +0000 (UTC) Received: from svn.freebsd.org (svn.FreeBSD.org [8.8.178.70]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id qBVBtrjU024429; Mon, 31 Dec 2012 11:55:53 GMT (envelope-from bapt@svn.freebsd.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id qBVBtrXm024427; Mon, 31 Dec 2012 11:55:53 GMT (envelope-from bapt@svn.freebsd.org) Message-Id: <201212311155.qBVBtrXm024427@svn.freebsd.org> From: Baptiste Daroussin Date: Mon, 31 Dec 2012 11:55:53 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r309723 - head/graphics/jbig2dec X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 31 Dec 2012 11:55:53 -0000 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 -# # $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 @@ -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/