From b530de745bf8a2aa93f90c63c22dfc1c15dfeb45 Mon Sep 17 00:00:00 2001 From: Adam Weinberger Date: Sat, 25 Apr 2015 16:12:19 +0000 Subject: Convert remaining p5-CGI.pm consumers to p5-CGI, and bump PORTREVISION. All these changes are tested but the following are worth noting: The following ports fail "make test", but did so before this change, and fail in the same places: - textproc/p5-xmltv - www/p5-Business-Paypal - www/p5-CGI-Enurl www/p5-Apache-Gallery is missing all sorts of dependencies, fails all tests, and should probably be marked BROKEN For graphics/imc, move the OPTIONS_DEFINE block out of the LICENSE block area. As long as we're here, sort plist on perl@-owned ports. --- graphics/imc/Makefile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'graphics/imc') diff --git a/graphics/imc/Makefile b/graphics/imc/Makefile index e60b226535d7..4a1be43fb751 100644 --- a/graphics/imc/Makefile +++ b/graphics/imc/Makefile @@ -3,24 +3,24 @@ PORTNAME= imc PORTVERSION= 4.3 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= graphics MASTER_SITES= http://www.peterverthez.net/projects/imc/ MAINTAINER= ports@FreeBSD.org COMMENT= Image Compiler -OPTIONS_DEFINE= DOCS EXAMPLES - LICENSE= GPLv2 BUILD_DEPENDS= p5-GD>=0:${PORTSDIR}/graphics/p5-GD \ - p5-CGI.pm>=0:${PORTSDIR}/www/p5-CGI.pm + p5-CGI>=0:${PORTSDIR}/www/p5-CGI RUN_DEPENDS:= ${BUILD_DEPENDS} USES= gmake perl5 GNU_CONFIGURE= yes +OPTIONS_DEFINE= DOCS EXAMPLES + PLIST_FILES= bin/${PORTNAME} \ man/man1/${PORTNAME}.1.gz -- cgit v1.2.3