aboutsummaryrefslogtreecommitdiffstats
path: root/graphics/imc
diff options
context:
space:
mode:
authoradamw <adamw@FreeBSD.org>2015-04-26 00:12:19 +0800
committeradamw <adamw@FreeBSD.org>2015-04-26 00:12:19 +0800
commita213f118042e80bc994e5a545f08c044cf1a5498 (patch)
tree5211a67d5bd9cdd9ccccad489ffc81f21bfffe33 /graphics/imc
parentc76435394b9fc274f2cb15941c093030ee70ac1b (diff)
downloadfreebsd-ports-gnome-a213f118042e80bc994e5a545f08c044cf1a5498.tar.gz
freebsd-ports-gnome-a213f118042e80bc994e5a545f08c044cf1a5498.tar.zst
freebsd-ports-gnome-a213f118042e80bc994e5a545f08c044cf1a5498.zip
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.
Diffstat (limited to 'graphics/imc')
-rw-r--r--graphics/imc/Makefile8
1 files changed, 4 insertions, 4 deletions
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
>1-1/+0 * Add NO_STAGE all over the place in preparation for the staging support (cat: ...bapt2013-09-21