From owner-svn-ports-all@freebsd.org Thu Jan 19 04:12:37 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 78A00CB618B; Thu, 19 Jan 2017 04:12:37 +0000 (UTC) (envelope-from jhale@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 532791FD0; Thu, 19 Jan 2017 04:12:37 +0000 (UTC) (envelope-from jhale@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v0J4CaSw014529; Thu, 19 Jan 2017 04:12:36 GMT (envelope-from jhale@FreeBSD.org) Received: (from jhale@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v0J4Cafw014526; Thu, 19 Jan 2017 04:12:36 GMT (envelope-from jhale@FreeBSD.org) Message-Id: <201701190412.v0J4Cafw014526@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jhale set sender to jhale@FreeBSD.org using -f From: "Jason E. Hale" Date: Thu, 19 Jan 2017 04:12:36 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r431838 - head/graphics/icoutils X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 19 Jan 2017 04:12:37 -0000 Author: jhale Date: Thu Jan 19 04:12:36 2017 New Revision: 431838 URL: https://svnweb.freebsd.org/changeset/ports/431838 Log: - Update to 0.31.1 - Fix LICENSE - Convert to USES=localbase - Convert to options helpers - Simplify install - Use pkg-plist instead of PLIST_FILES MFH: 2017Q1 Security: 57facd35-ddf6-11e6-915d-001b3856973b Added: head/graphics/icoutils/pkg-plist (contents, props changed) Modified: head/graphics/icoutils/Makefile head/graphics/icoutils/distinfo Modified: head/graphics/icoutils/Makefile ============================================================================== --- head/graphics/icoutils/Makefile Thu Jan 19 04:08:50 2017 (r431837) +++ head/graphics/icoutils/Makefile Thu Jan 19 04:12:36 2017 (r431838) @@ -2,49 +2,32 @@ # $FreeBSD$ PORTNAME= icoutils -PORTVERSION= 0.31.0 -PORTREVISION= 1 +PORTVERSION= 0.31.1 CATEGORIES= graphics MASTER_SITES= SAVANNAH MAINTAINER= ports@FreeBSD.org COMMENT= Convert/extract images in Microsoft Windows(R) icon/cursor files -LICENSE= GPLv3 +LICENSE= GPLv3+ +LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libpng.so:graphics/png -USES= shebangfix tar:bzip2 +USES= localbase shebangfix tar:bzip2 SHEBANG_FILES= extresso/*.in GNU_CONFIGURE= yes CONFIGURE_ARGS= --disable-nls -CPPFLAGS+= -I${LOCALBASE}/include -LDFLAGS+= -L${LOCALBASE}/lib - -PLIST_FILES= bin/icotool bin/wrestool \ - man/man1/icotool.1.gz man/man1/wrestool.1.gz - OPTIONS_DEFINE= RESSCRIPTS -RESSCRIPTS_DESC= Additional resource scripts written in Perl +OPTIONS_SUB= yes -.include - -.if ${PORT_OPTIONS:MRESSCRIPTS} -RUN_DEPENDS+= p5-libwww>=0:www/p5-libwww -USES+= perl5 -USE_PERL5= run -PLIST_FILES+= bin/extresso bin/genresscript \ - man/man1/extresso.1.gz man/man1/genresscript.1.gz -.endif +RESSCRIPTS_DESC= Additional resource scripts written in Perl +RESSCRIPTS_RUN_DEPENDS= p5-libwww>=0:www/p5-libwww +RESSCRIPTS_USES= perl5 +RESSCRIPTS_USE= PERL5=run -post-patch: +post-patch-RESSCRIPTS-off: @${REINPLACE_CMD} -e '/^SUBDIRS/s|extresso||' ${WRKSRC}/Makefile.in -post-install: -.if ${PORT_OPTIONS:MRESSCRIPTS} - @(cd ${WRKSRC}/extresso && ${SETENV} ${MAKE_ENV} ${MAKE} \ - ${MAKE_FLAGS} ${MAKEFILE} ${MAKE_ARGS} ${INSTALL_TARGET}) -.endif - .include Modified: head/graphics/icoutils/distinfo ============================================================================== --- head/graphics/icoutils/distinfo Thu Jan 19 04:08:50 2017 (r431837) +++ head/graphics/icoutils/distinfo Thu Jan 19 04:12:36 2017 (r431838) @@ -1,2 +1,3 @@ -SHA256 (icoutils-0.31.0.tar.bz2) = a895d9d74a418d65d39a667e58ae38be79c9e726711384551d36531696f3af71 -SIZE (icoutils-0.31.0.tar.bz2) = 559836 +TIMESTAMP = 1484794814 +SHA256 (icoutils-0.31.1.tar.bz2) = 26e29d3c78f25d4cdf402501ac0414c51a9a092daebf6c9dee3b837dee693093 +SIZE (icoutils-0.31.1.tar.bz2) = 573484 Added: head/graphics/icoutils/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/graphics/icoutils/pkg-plist Thu Jan 19 04:12:36 2017 (r431838) @@ -0,0 +1,8 @@ +%%RESSCRIPTS%%bin/extresso +%%RESSCRIPTS%%bin/genresscript +bin/icotool +bin/wrestool +%%RESSCRIPTS%%man/man1/extresso.1.gz +%%RESSCRIPTS%%man/man1/genresscript.1.gz +man/man1/icotool.1.gz +man/man1/wrestool.1.gz