diff options
-rw-r--r-- | mail/qmail-autoresponder/Makefile | 4 | ||||
-rw-r--r-- | mail/qmail-qfilter/Makefile | 4 | ||||
-rw-r--r-- | security/cvm/Makefile | 4 | ||||
-rw-r--r-- | sysutils/ucspi-proxy/Makefile | 1 | ||||
-rw-r--r-- | sysutils/ucspi-unix/Makefile | 2 |
5 files changed, 8 insertions, 7 deletions
diff --git a/mail/qmail-autoresponder/Makefile b/mail/qmail-autoresponder/Makefile index ac63b5aecdaa..9ee49496ded2 100644 --- a/mail/qmail-autoresponder/Makefile +++ b/mail/qmail-autoresponder/Makefile @@ -10,14 +10,14 @@ PORTNAME= qmail-autoresponder PORTVERSION= 0.96.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= mail MASTER_SITES= http://untroubled.org/${PORTNAME}/ MAINTAINER= ports@FreeBSD.org COMMENT= Rate-limited autoresponder for qmail -LIB_DEPENDS= bg-sysdeps.1:${PORTSDIR}/devel/bglibs +LIB_DEPENDS= bg-sysdeps.2:${PORTSDIR}/devel/bglibs LDFLAGS?= -s BGLIBS_INC= ${LOCALBASE}/include/bglibs diff --git a/mail/qmail-qfilter/Makefile b/mail/qmail-qfilter/Makefile index a1f3b0b81824..484d431ed742 100644 --- a/mail/qmail-qfilter/Makefile +++ b/mail/qmail-qfilter/Makefile @@ -7,14 +7,14 @@ PORTNAME= qmail-qfilter PORTVERSION= 2.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= mail MASTER_SITES= http://untroubled.org/${PORTNAME}/ MAINTAINER= ports@FreeBSD.org COMMENT= Front-end for qmail-queue to run messages through filters -LIB_DEPENDS= bg-sysdeps.1:${PORTSDIR}/devel/bglibs +LIB_DEPENDS= bg-sysdeps.2:${PORTSDIR}/devel/bglibs LDFLAGS?= -s BGLIBS_INC= ${LOCALBASE}/include/bglibs diff --git a/security/cvm/Makefile b/security/cvm/Makefile index 522d5ea6a506..f3ec8a35d112 100644 --- a/security/cvm/Makefile +++ b/security/cvm/Makefile @@ -7,7 +7,7 @@ PORTNAME= cvm PORTVERSION= 0.82 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= security MASTER_SITES= http://untroubled.org/${PORTNAME}/ @@ -15,7 +15,7 @@ MAINTAINER= ports@FreeBSD.org COMMENT= Credential Validation Modules BUILD_DEPENDS= libtool:${PORTSDIR}/devel/libtool15 -LIB_DEPENDS= bg.1:${PORTSDIR}/devel/bglibs +LIB_DEPENDS= bg.2:${PORTSDIR}/devel/bglibs CONFLICTS= bglibs-1.00* diff --git a/sysutils/ucspi-proxy/Makefile b/sysutils/ucspi-proxy/Makefile index 4fca5d9261ea..102e4f0513bf 100644 --- a/sysutils/ucspi-proxy/Makefile +++ b/sysutils/ucspi-proxy/Makefile @@ -7,6 +7,7 @@ PORTNAME= ucspi-proxy PORTVERSION= 0.97 +PORTREVISION= 1 CATEGORIES= sysutils MASTER_SITES= http://untroubled.org/ucspi-proxy/ diff --git a/sysutils/ucspi-unix/Makefile b/sysutils/ucspi-unix/Makefile index c1d5a05f2ec4..5e4cd71f03a7 100644 --- a/sysutils/ucspi-unix/Makefile +++ b/sysutils/ucspi-unix/Makefile @@ -7,7 +7,7 @@ PORTNAME= ucspi-unix PORTVERSION= 0.36 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= sysutils MASTER_SITES= http://untroubled.org/${PORTNAME}/ |