diff options
author | Jeremy Messenger <mezz@FreeBSD.org> | 2004-11-10 03:19:15 +0000 |
---|---|---|
committer | Jeremy Messenger <mezz@FreeBSD.org> | 2004-11-10 03:19:15 +0000 |
commit | 817db233c86fbd0b9fe830b6a66499b47cd2e13a (patch) | |
tree | c191ba4cf58cd2d8466805337575d8d1b2a1cd70 /editors | |
parent | - Tweaked CLASSPATH in launcher script: Only Saxon installed JARs are indeed (diff) |
Bump 29 ports that use GCONF_SCHEMAS. Somehow, the diff of GNOME 2.8.x has
lost the small part. The small part was GCONF_SCHEMAS in bsd.gnome.mk that is
taking care of gconf key and schemas files for pkg-plist. Pav has committed by
re-add GCONF_SCHEMAS back in bsd.gnome.mk this afternoon. Therefore, must bump
PORTREVISION to correct our pkg-plist database installed.
Diffstat (limited to 'editors')
-rw-r--r-- | editors/gedit2/Makefile | 1 | ||||
-rw-r--r-- | editors/ghex2/Makefile | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/editors/gedit2/Makefile b/editors/gedit2/Makefile index 8d9b9b136b20..c83962a35d43 100644 --- a/editors/gedit2/Makefile +++ b/editors/gedit2/Makefile @@ -7,6 +7,7 @@ PORTNAME= gedit2 PORTVERSION= 2.8.1 +PORTREVISION= 1 CATEGORIES= editors gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/${PORTNAME:S/2$//}/2.8 diff --git a/editors/ghex2/Makefile b/editors/ghex2/Makefile index 28c411584780..62095b7e6128 100644 --- a/editors/ghex2/Makefile +++ b/editors/ghex2/Makefile @@ -7,6 +7,7 @@ PORTNAME= ghex2 PORTVERSION= 2.8.1 +PORTREVISION= 1 CATEGORIES= editors gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/${PORTNAME:S/2$//}/2.8 |