diff options
author | knu <knu@FreeBSD.org> | 2001-08-01 19:56:24 +0800 |
---|---|---|
committer | knu <knu@FreeBSD.org> | 2001-08-01 19:56:24 +0800 |
commit | 894e45969b0fba67c06fb64de4e3eaea4493abe4 (patch) | |
tree | 86d694cb8ada2259c3942745799aa2740dd25d47 /devel | |
parent | f28563e10a71a1af03c931d5737c041af150413f (diff) | |
download | freebsd-ports-gnome-894e45969b0fba67c06fb64de4e3eaea4493abe4.tar.gz freebsd-ports-gnome-894e45969b0fba67c06fb64de4e3eaea4493abe4.tar.zst freebsd-ports-gnome-894e45969b0fba67c06fb64de4e3eaea4493abe4.zip |
Back out the db3 port update because some of these dependent ports had
been broken by the incompatibility between db3.2 and db3.3.
I am unconditionally bumping the PORTREVISION's to eliminate possible
troubles that should not happen before the coming release.
Sorry for inconvenience. I'll try to check compatibility hard before
committing next time.
Diffstat (limited to 'devel')
-rw-r--r-- | devel/gconf/Makefile | 4 | ||||
-rw-r--r-- | devel/gconf2/Makefile | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/devel/gconf/Makefile b/devel/gconf/Makefile index 1d896e91cde4..455ba709bfa0 100644 --- a/devel/gconf/Makefile +++ b/devel/gconf/Makefile @@ -7,7 +7,7 @@ PORTNAME= gconf PORTVERSION= 1.0.1 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= devel gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= stable/sources/GConf @@ -17,7 +17,7 @@ MAINTAINER= gnome@FreeBSD.org LIB_DEPENDS= guile.9:${PORTSDIR}/lang/guile \ oaf.0:${PORTSDIR}/devel/oaf \ - db3.3:${PORTSDIR}/databases/db3 + db3.2:${PORTSDIR}/databases/db3 USE_GMAKE= yes USE_X_PREFIX= yes diff --git a/devel/gconf2/Makefile b/devel/gconf2/Makefile index 1d896e91cde4..455ba709bfa0 100644 --- a/devel/gconf2/Makefile +++ b/devel/gconf2/Makefile @@ -7,7 +7,7 @@ PORTNAME= gconf PORTVERSION= 1.0.1 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= devel gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= stable/sources/GConf @@ -17,7 +17,7 @@ MAINTAINER= gnome@FreeBSD.org LIB_DEPENDS= guile.9:${PORTSDIR}/lang/guile \ oaf.0:${PORTSDIR}/devel/oaf \ - db3.3:${PORTSDIR}/databases/db3 + db3.2:${PORTSDIR}/databases/db3 USE_GMAKE= yes USE_X_PREFIX= yes |