1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-17 08:01:36 +00:00

Use the same PORTVERSION as gimp-app[-devel]

This commit is contained in:
Michael Johnson 2007-06-01 11:16:53 +00:00
parent d90f4cfbbe
commit e044c2ca5a
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=192519
2 changed files with 2 additions and 17 deletions

View File

@ -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

View File

@ -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