aboutsummaryrefslogtreecommitdiffstats
path: root/graphics/gimp
diff options
context:
space:
mode:
authorahze <ahze@FreeBSD.org>2007-06-01 19:16:53 +0800
committerahze <ahze@FreeBSD.org>2007-06-01 19:16:53 +0800
commitdb5888e26b76f938bbbd33ec5b10dbef322bc462 (patch)
tree10362927148e0c4f16833c2317d9c78995dcc523 /graphics/gimp
parent7a89ba87075b8e31dcbb266bbf895281a862cbd3 (diff)
downloadfreebsd-ports-gnome-db5888e26b76f938bbbd33ec5b10dbef322bc462.tar.gz
freebsd-ports-gnome-db5888e26b76f938bbbd33ec5b10dbef322bc462.tar.zst
freebsd-ports-gnome-db5888e26b76f938bbbd33ec5b10dbef322bc462.zip
Use the same PORTVERSION as gimp-app[-devel]
Diffstat (limited to 'graphics/gimp')
-rw-r--r--graphics/gimp/Makefile10
1 files changed, 1 insertions, 9 deletions
diff --git a/graphics/gimp/Makefile b/graphics/gimp/Makefile
index 05477d53c0c8..8f78e150850b 100644
--- a/graphics/gimp/Makefile
+++ b/graphics/gimp/Makefile
@@ -7,8 +7,7 @@
#
PORTNAME= gimp
-PORTVERSION?= 2.2
-PORTREVISION= 1
+PORTVERSION?= 2.2.15
PORTEPOCH?= 2
CATEGORIES= graphics gnome
MASTER_SITES?= # empty
@@ -27,13 +26,6 @@ NO_BUILD= yes
.include <bsd.port.pre.mk>
-pre-everything::
- @if [ -n "`${PKG_INFO} -xI '^gimp[-gnome]*[0-9].[0-9].[0-9]*' 2>/dev/null`" ]; then \
- ${ECHO_CMD} "${PKGNAME}: Old version of gimp detected! Please see ${PORTSDIR}/UPDATING for information on upgrading ${PKGNAME}" ; \
- ${FALSE}; \
- fi
-
-
.if defined(WITH_HELP)
RUN_DEPENDS+= gimp-help>0:${PORTSDIR}/graphics/gimp-help
.endif