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 /mail/kiltdown | |
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 'mail/kiltdown')
-rw-r--r-- | mail/kiltdown/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/kiltdown/Makefile b/mail/kiltdown/Makefile index 58a09206bddd..d826e39ac6b7 100644 --- a/mail/kiltdown/Makefile +++ b/mail/kiltdown/Makefile @@ -7,14 +7,14 @@ PORTNAME= kiltdown PORTVERSION= 0.8.045 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= mail MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= kiltdown MAINTAINER= dinoex@FreeBSD.org -LIB_DEPENDS= db3.3:${PORTSDIR}/databases/db3 +LIB_DEPENDS= db3.2:${PORTSDIR}/databases/db3 USE_X_PREFIX= yes USE_QT_VER= 2 |