From db5888e26b76f938bbbd33ec5b10dbef322bc462 Mon Sep 17 00:00:00 2001 From: ahze Date: Fri, 1 Jun 2007 11:16:53 +0000 Subject: Use the same PORTVERSION as gimp-app[-devel] --- graphics/gimp-devel/Makefile | 9 +-------- graphics/gimp/Makefile | 10 +--------- 2 files changed, 2 insertions(+), 17 deletions(-) diff --git a/graphics/gimp-devel/Makefile b/graphics/gimp-devel/Makefile index c27e38f..fd41a22 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 -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 05477d5..8f78e15 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 -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 -- cgit v1.1