diff options
author | Cheng-Lung Sung <clsung@FreeBSD.org> | 2005-03-02 03:54:09 +0000 |
---|---|---|
committer | Cheng-Lung Sung <clsung@FreeBSD.org> | 2005-03-02 03:54:09 +0000 |
commit | a134635edc75cb21253d605693ed428e2a3d10eb (patch) | |
tree | f595321740c0a4acb3a087fd5b620ec0378e9f9f | |
parent | 413d1f7d4a1409bf6db68b7a1e0ab21c6f684433 (diff) | |
download | ports-a134635edc75cb21253d605693ed428e2a3d10eb.tar.gz ports-a134635edc75cb21253d605693ed428e2a3d10eb.zip |
Notes
-rw-r--r-- | mail/postfix-gps-devel/Makefile | 10 | ||||
-rw-r--r-- | mail/postfix-gps-devel/distinfo | 2 | ||||
-rw-r--r-- | mail/postfix-gps-devel/pkg-plist | 1 | ||||
-rw-r--r-- | mail/postfix-gps/Makefile | 10 | ||||
-rw-r--r-- | mail/postfix-gps/distinfo | 2 | ||||
-rw-r--r-- | mail/postfix-gps/pkg-plist | 1 |
6 files changed, 10 insertions, 16 deletions
diff --git a/mail/postfix-gps-devel/Makefile b/mail/postfix-gps-devel/Makefile index c6c2afe1a828..6725ba1fc8fd 100644 --- a/mail/postfix-gps-devel/Makefile +++ b/mail/postfix-gps-devel/Makefile @@ -7,11 +7,11 @@ PORTNAME= gps PORTVERSION= 0.93 +PORTREVISION= 1 CATEGORIES= mail security MASTER_SITES= http://mimo.gn.apc.org/gps/ PKGNAMEPREFIX= postfix- -DISTFILES= ${PORTNAME}-${PORTVERSION}${EXTRACT_SUFX} \ - ${SCRIPT_FILES} +DISTFILES= ${PORTNAME}-${PORTVERSION}${EXTRACT_SUFX} EXTRACT_ONLY= ${PORTNAME}-${PORTVERSION}${EXTRACT_SUFX} MAINTAINER= delphij@FreeBSD.org @@ -20,9 +20,7 @@ COMMENT= Greylist Policy Service for postfix LIB_DEPENDS= dbi.0:${PORTSDIR}/databases/libdbi RUN_DEPENDS= ${LOCALBASE}/lib/dbd:${PORTSDIR}/databases/libdbi-drivers -BROKEN= Size mismatch - -SCRIPT_FILES= gps-maintain.pl +SCRIPT_FILES= gps-maintain.pl gps-db-update.pl WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} @@ -39,7 +37,7 @@ pre-configure: post-install: @${INSTALL_DATA} ${WRKSRC}/etc/gps.conf ${PREFIX}/etc/gps.conf-dist .for f in ${SCRIPT_FILES} - @${INSTALL_SCRIPT} ${_DISTDIR}/${f} ${PREFIX}/libexec + @${INSTALL_SCRIPT} ${WRKSRC}/${f} ${PREFIX}/libexec .endfor @${CAT} ${PKGMESSAGE} diff --git a/mail/postfix-gps-devel/distinfo b/mail/postfix-gps-devel/distinfo index 57b52116b32e..20ab5b7e682b 100644 --- a/mail/postfix-gps-devel/distinfo +++ b/mail/postfix-gps-devel/distinfo @@ -1,4 +1,2 @@ MD5 (gps-0.93.tar.gz) = cd12ea6ca4b4bea06690a3356aabd7b2 SIZE (gps-0.93.tar.gz) = 338790 -MD5 (gps-maintain.pl) = e42d47d0b093d54277de826f24ccb1bd -SIZE (gps-maintain.pl) = 3502 diff --git a/mail/postfix-gps-devel/pkg-plist b/mail/postfix-gps-devel/pkg-plist index 5d576cfdf77b..21a2db2dcbfb 100644 --- a/mail/postfix-gps-devel/pkg-plist +++ b/mail/postfix-gps-devel/pkg-plist @@ -1,3 +1,4 @@ etc/gps.conf-dist libexec/gps libexec/gps-maintain.pl +libexec/gps-db-update.pl diff --git a/mail/postfix-gps/Makefile b/mail/postfix-gps/Makefile index c6c2afe1a828..6725ba1fc8fd 100644 --- a/mail/postfix-gps/Makefile +++ b/mail/postfix-gps/Makefile @@ -7,11 +7,11 @@ PORTNAME= gps PORTVERSION= 0.93 +PORTREVISION= 1 CATEGORIES= mail security MASTER_SITES= http://mimo.gn.apc.org/gps/ PKGNAMEPREFIX= postfix- -DISTFILES= ${PORTNAME}-${PORTVERSION}${EXTRACT_SUFX} \ - ${SCRIPT_FILES} +DISTFILES= ${PORTNAME}-${PORTVERSION}${EXTRACT_SUFX} EXTRACT_ONLY= ${PORTNAME}-${PORTVERSION}${EXTRACT_SUFX} MAINTAINER= delphij@FreeBSD.org @@ -20,9 +20,7 @@ COMMENT= Greylist Policy Service for postfix LIB_DEPENDS= dbi.0:${PORTSDIR}/databases/libdbi RUN_DEPENDS= ${LOCALBASE}/lib/dbd:${PORTSDIR}/databases/libdbi-drivers -BROKEN= Size mismatch - -SCRIPT_FILES= gps-maintain.pl +SCRIPT_FILES= gps-maintain.pl gps-db-update.pl WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} @@ -39,7 +37,7 @@ pre-configure: post-install: @${INSTALL_DATA} ${WRKSRC}/etc/gps.conf ${PREFIX}/etc/gps.conf-dist .for f in ${SCRIPT_FILES} - @${INSTALL_SCRIPT} ${_DISTDIR}/${f} ${PREFIX}/libexec + @${INSTALL_SCRIPT} ${WRKSRC}/${f} ${PREFIX}/libexec .endfor @${CAT} ${PKGMESSAGE} diff --git a/mail/postfix-gps/distinfo b/mail/postfix-gps/distinfo index 57b52116b32e..20ab5b7e682b 100644 --- a/mail/postfix-gps/distinfo +++ b/mail/postfix-gps/distinfo @@ -1,4 +1,2 @@ MD5 (gps-0.93.tar.gz) = cd12ea6ca4b4bea06690a3356aabd7b2 SIZE (gps-0.93.tar.gz) = 338790 -MD5 (gps-maintain.pl) = e42d47d0b093d54277de826f24ccb1bd -SIZE (gps-maintain.pl) = 3502 diff --git a/mail/postfix-gps/pkg-plist b/mail/postfix-gps/pkg-plist index 5d576cfdf77b..21a2db2dcbfb 100644 --- a/mail/postfix-gps/pkg-plist +++ b/mail/postfix-gps/pkg-plist @@ -1,3 +1,4 @@ etc/gps.conf-dist libexec/gps libexec/gps-maintain.pl +libexec/gps-db-update.pl |