aboutsummaryrefslogtreecommitdiffstats
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
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]
-rw-r--r--graphics/gimp-devel/Makefile9
-rw-r--r--graphics/gimp/Makefile10
2 files changed, 2 insertions, 17 deletions
diff --git a/graphics/gimp-devel/Makefile b/graphics/gimp-devel/Makefile
index c27e38f78307..fd41a22c0e95 100644
--- a/graphics/gimp-devel/Makefile
+++ b/graphics/gimp-devel/Makefile
@@ -7,8 +7,7 @@
#
PORTNAME= gimp
-PORTVERSION?= 2.3
-PORTREVISION= 2
+PORTVERSION?= 2.3.16
PORTEPOCH?= 2
CATEGORIES= graphics gnome
MASTER_SITES?= # empty
@@ -29,12 +28,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
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