diff options
author | knu <knu@FreeBSD.org> | 2001-07-25 23:05:11 +0800 |
---|---|---|
committer | knu <knu@FreeBSD.org> | 2001-07-25 23:05:11 +0800 |
commit | 3ccdce3ea292981252e9bbf5f45a4269ca694aa1 (patch) | |
tree | ee28d49d0f8335ade72e1f672ff1b337f168547c /security | |
parent | fbd0159e413cbad94b4a8565317cccc6b688d108 (diff) | |
download | freebsd-ports-gnome-3ccdce3ea292981252e9bbf5f45a4269ca694aa1.tar.gz freebsd-ports-gnome-3ccdce3ea292981252e9bbf5f45a4269ca694aa1.tar.zst freebsd-ports-gnome-3ccdce3ea292981252e9bbf5f45a4269ca694aa1.zip |
Reflect databases/db3's shlib version bump from 2 to 3.
Diffstat (limited to 'security')
-rw-r--r-- | security/cyrus-sasl/Makefile | 2 | ||||
-rw-r--r-- | security/cyrus-sasl/scripts/configure.sasl | 2 | ||||
-rw-r--r-- | security/cyrus-sasl2/Makefile | 2 | ||||
-rw-r--r-- | security/cyrus-sasl2/scripts/configure.sasl | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/security/cyrus-sasl/Makefile b/security/cyrus-sasl/Makefile index 8236c7d5d58a..3e30a01bc121 100644 --- a/security/cyrus-sasl/Makefile +++ b/security/cyrus-sasl/Makefile @@ -7,7 +7,7 @@ PORTNAME= cyrus-sasl PORTVERSION= 1.5.24 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= security MASTER_SITES= ftp://ftp.andrew.cmu.edu/pub/cyrus-mail/ \ ${MASTER_SITE_LOCAL} \ diff --git a/security/cyrus-sasl/scripts/configure.sasl b/security/cyrus-sasl/scripts/configure.sasl index befc7fa6ea45..7293d1920bbf 100644 --- a/security/cyrus-sasl/scripts/configure.sasl +++ b/security/cyrus-sasl/scripts/configure.sasl @@ -73,7 +73,7 @@ echo "PREFIX= ${PREFIX}" while [ "$1" ]; do case $1 in \"DB3\") - echo "LIB_DEPENDS+= db3.2:\${PORTSDIR}/databases/db3" + echo "LIB_DEPENDS+= db3.3:\${PORTSDIR}/databases/db3" echo "CONFIGURE_ARGS+=--with-dblib=berkeley" ;; \"MySQL\") diff --git a/security/cyrus-sasl2/Makefile b/security/cyrus-sasl2/Makefile index 8236c7d5d58a..3e30a01bc121 100644 --- a/security/cyrus-sasl2/Makefile +++ b/security/cyrus-sasl2/Makefile @@ -7,7 +7,7 @@ PORTNAME= cyrus-sasl PORTVERSION= 1.5.24 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= security MASTER_SITES= ftp://ftp.andrew.cmu.edu/pub/cyrus-mail/ \ ${MASTER_SITE_LOCAL} \ diff --git a/security/cyrus-sasl2/scripts/configure.sasl b/security/cyrus-sasl2/scripts/configure.sasl index befc7fa6ea45..7293d1920bbf 100644 --- a/security/cyrus-sasl2/scripts/configure.sasl +++ b/security/cyrus-sasl2/scripts/configure.sasl @@ -73,7 +73,7 @@ echo "PREFIX= ${PREFIX}" while [ "$1" ]; do case $1 in \"DB3\") - echo "LIB_DEPENDS+= db3.2:\${PORTSDIR}/databases/db3" + echo "LIB_DEPENDS+= db3.3:\${PORTSDIR}/databases/db3" echo "CONFIGURE_ARGS+=--with-dblib=berkeley" ;; \"MySQL\") |