diff options
author | Jeremy Messenger <mezz@FreeBSD.org> | 2004-11-10 11:19:15 +0800 |
---|---|---|
committer | Jeremy Messenger <mezz@FreeBSD.org> | 2004-11-10 11:19:15 +0800 |
commit | 817db233c86fbd0b9fe830b6a66499b47cd2e13a (patch) | |
tree | c191ba4cf58cd2d8466805337575d8d1b2a1cd70 /x11/gnome-panel | |
parent | 118bcf0dd5cef122c28b642331affdd569d4fb07 (diff) | |
download | freebsd-ports-gnome-817db233c86fbd0b9fe830b6a66499b47cd2e13a.tar.gz freebsd-ports-gnome-817db233c86fbd0b9fe830b6a66499b47cd2e13a.tar.zst freebsd-ports-gnome-817db233c86fbd0b9fe830b6a66499b47cd2e13a.zip |
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 'x11/gnome-panel')
-rw-r--r-- | x11/gnome-panel/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11/gnome-panel/Makefile b/x11/gnome-panel/Makefile index 064ce43d2107..c1ab2f805176 100644 --- a/x11/gnome-panel/Makefile +++ b/x11/gnome-panel/Makefile @@ -7,7 +7,7 @@ PORTNAME= gnomepanel PORTVERSION= 2.8.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= x11 gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/gnome-panel/2.8 |