diff options
author | Cheng-Lung Sung <clsung@FreeBSD.org> | 2011-03-07 22:39:50 +0800 |
---|---|---|
committer | Cheng-Lung Sung <clsung@FreeBSD.org> | 2011-03-07 22:39:50 +0800 |
commit | 9935674b8b0e2415237028add5f4a37c9e87413a (patch) | |
tree | 23497360980f587b85f1dee4f2d28ce718a905bd /mail | |
parent | f3ee8a95c6cf4867d39b256b4233907b7909e9f6 (diff) | |
download | freebsd-ports-gnome-9935674b8b0e2415237028add5f4a37c9e87413a.tar.gz freebsd-ports-gnome-9935674b8b0e2415237028add5f4a37c9e87413a.tar.zst freebsd-ports-gnome-9935674b8b0e2415237028add5f4a37c9e87413a.zip |
- dbi.0 => dbi.1
- bump PORTREVISION
Diffstat (limited to 'mail')
-rw-r--r-- | mail/postfix-gps/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/postfix-gps/Makefile b/mail/postfix-gps/Makefile index 6094b82d8155..32ea6406da32 100644 --- a/mail/postfix-gps/Makefile +++ b/mail/postfix-gps/Makefile @@ -7,7 +7,7 @@ PORTNAME= gps PORTVERSION= 1.005 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= mail security MASTER_SITES= SF/greylist/greylist/${PORTVERSION}-bugfix PKGNAMEPREFIX= postfix- @@ -16,7 +16,7 @@ DISTNAME= gps-${PORTVERSION}-bugfix MAINTAINER= delphij@FreeBSD.org COMMENT= Greylist Policy Service for postfix -LIB_DEPENDS= dbi.0:${PORTSDIR}/databases/libdbi +LIB_DEPENDS= dbi.1:${PORTSDIR}/databases/libdbi RUN_DEPENDS= ${LOCALBASE}/lib/dbd:${PORTSDIR}/databases/libdbi-drivers \ ${SITE_PERL}/${PERL_ARCH}/DBD/mysql.pm:${PORTSDIR}/databases/p5-DBD-mysql |