diff options
-rw-r--r-- | graphics/gimp-devel/Makefile | 9 | ||||
-rw-r--r-- | graphics/gimp/Makefile | 10 |
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 |