summaryrefslogtreecommitdiff
path: root/graphics/gimp
diff options
context:
space:
mode:
authorVanilla I. Shu <vanilla@FreeBSD.org>2001-03-15 13:39:35 +0000
committerVanilla I. Shu <vanilla@FreeBSD.org>2001-03-15 13:39:35 +0000
commit707e30d5d77e871cd52fb4a1afa0cd3c9072d947 (patch)
tree6fad45842a56814e693c46b3436157b34873fbba /graphics/gimp
parentAdd cvsweb-converters 0.1, (diff)
Gimp is 1.2 now, not 1.1.
Submitted by: "Sergey A. Osokin" <osa@freebsd.org.ru>
Notes
Notes: svn path=/head/; revision=39885
Diffstat (limited to 'graphics/gimp')
-rw-r--r--graphics/gimp/Makefile2
-rw-r--r--graphics/gimp/files/gimp.setfont4
2 files changed, 3 insertions, 3 deletions
diff --git a/graphics/gimp/Makefile b/graphics/gimp/Makefile
index c6a70c1510f4..3d5b622711b9 100644
--- a/graphics/gimp/Makefile
+++ b/graphics/gimp/Makefile
@@ -7,7 +7,7 @@
PORTNAME= gimp
PORTVERSION= 1.2.1
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= graphics gnome
MASTER_SITES= ftp://ftp.gimp.org/pub/gimp/v1.2/v${PORTVERSION}/ \
ftp://ftp.insync.net/pub/mirrors/ftp.gimp.org/gimp/v1.2/v${PORTVERSION}/ \
diff --git a/graphics/gimp/files/gimp.setfont b/graphics/gimp/files/gimp.setfont
index 995843d495db..f81fa5d9b9ad 100644
--- a/graphics/gimp/files/gimp.setfont
+++ b/graphics/gimp/files/gimp.setfont
@@ -78,10 +78,10 @@ If you need iso8859-2 fonts, please install etlfonts
EOF
}
-# Write gtkrc of user's .gimp-1.1 directory
+# Write gtkrc of user's .gimp-1.2 directory
sub write_gtkrc($) {
my $fontset = shift;
- my $path = "$ENV{'HOME'}/.gimp-1.1";
+ my $path = "$ENV{'HOME'}/.gimp-1.2";
if (-d $path) {
if (-e "$path/gtkrc") {