diff options
author | Adam Weinberger <adamw@FreeBSD.org> | 2003-06-06 05:16:33 +0000 |
---|---|---|
committer | Adam Weinberger <adamw@FreeBSD.org> | 2003-06-06 05:16:33 +0000 |
commit | b4d58cf8ecd34d890425ccd4f0d5318c3ce316c6 (patch) | |
tree | ee99a84e196dc0f957ffe6f78b6c30b95ad8fc09 /sysutils/gconf-editor/Makefile | |
parent | - Fix handling if "local_startup" is not default (diff) |
0.5 is a development version, so back out my last update and drop
back to 0.4. Bump PORTEPOCH.
I'm currently fashioning myself a Large Yellow Pointy Hat for not
noticing the development status of this version.
Diffstat (limited to 'sysutils/gconf-editor/Makefile')
-rw-r--r-- | sysutils/gconf-editor/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sysutils/gconf-editor/Makefile b/sysutils/gconf-editor/Makefile index 5ad500bc23b8..b1ee3f6b2c0d 100644 --- a/sysutils/gconf-editor/Makefile +++ b/sysutils/gconf-editor/Makefile @@ -6,10 +6,11 @@ # PORTNAME= gconf-editor -PORTVERSION= 0.5.0 +PORTVERSION= 0.4.0 +PORTEPOCH= 1 CATEGORIES= sysutils gnome MASTER_SITES= ${MASTER_SITE_GNOME} -MASTER_SITE_SUBDIR= sources/${PORTNAME}/0.5 +MASTER_SITE_SUBDIR= sources/${PORTNAME}/0.4 DIST_SUBDIR= gnome2 MAINTAINER= gnome@FreeBSD.org |