diff options
author | mezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059> | 2007-09-19 09:55:23 +0800 |
---|---|---|
committer | mezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059> | 2007-09-19 09:55:23 +0800 |
commit | 813e1b554d2d7262452752abea422a9545c7de4b (patch) | |
tree | 8ff0a5caa223ceb49fde4a5764f17698157485db /graphics | |
parent | d5952e6cba90c1ae27d7addd0aab1ed2a86ff1a2 (diff) | |
download | marcuscom-ports-813e1b554d2d7262452752abea422a9545c7de4b.tar.gz marcuscom-ports-813e1b554d2d7262452752abea422a9545c7de4b.tar.zst marcuscom-ports-813e1b554d2d7262452752abea422a9545c7de4b.zip |
The PORTEPOCH was bumped by mistake, back it out and bump the PORTREVISION. Be
sure to do a force reinstall of it.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@9674 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/gimp-app/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/graphics/gimp-app/Makefile b/graphics/gimp-app/Makefile index 09f456d42..98acf4435 100644 --- a/graphics/gimp-app/Makefile +++ b/graphics/gimp-app/Makefile @@ -3,12 +3,13 @@ # Whom: erich@FreeBSD.org # # $FreeBSD$ -# $MCom$ +# $MCom: ports/graphics/gimp-app/Makefile,v 1.14 2007/07/29 21:51:25 mezz Exp $ # PORTNAME= gimp-app PORTVERSION= 2.2.17 -PORTEPOCH= 2 +PORTREVISION= 1 +PORTEPOCH= 1 CATEGORIES= graphics gnome MASTER_SITES= ftp://ftp.gimp.org/pub/%SUBDIR%/ \ http://gimp.mirrors.hoobly.com/%SUBDIR%/ \ |