diff options
author | ehaupt <ehaupt@FreeBSD.org> | 2005-10-16 00:38:25 +0800 |
---|---|---|
committer | ehaupt <ehaupt@FreeBSD.org> | 2005-10-16 00:38:25 +0800 |
commit | ec96e99a947eefa0ed253d599b568a54c0041864 (patch) | |
tree | 466980f14dc22e6086ebc10c3213579e7e65cc5d /mail | |
parent | 81c31d0377f033110c451696820da7aa3522f3de (diff) | |
download | freebsd-ports-gnome-ec96e99a947eefa0ed253d599b568a54c0041864.tar.gz freebsd-ports-gnome-ec96e99a947eefa0ed253d599b568a54c0041864.tar.zst freebsd-ports-gnome-ec96e99a947eefa0ed253d599b568a54c0041864.zip |
- Update to 1.6
- Reset maintainer (requested by maintainer)
- Preserve changed config files on update/deinstall
PR: 87475
Submitted by: Blaz Zupan <blaz@si.FreeBSD.org> (maintainer)
Approved by: novel (mentor) (implicit)
Diffstat (limited to 'mail')
-rw-r--r-- | mail/gld/Makefile | 7 | ||||
-rw-r--r-- | mail/gld/distinfo | 4 |
2 files changed, 7 insertions, 4 deletions
diff --git a/mail/gld/Makefile b/mail/gld/Makefile index cdfbfa6cd362..416ae8be3dce 100644 --- a/mail/gld/Makefile +++ b/mail/gld/Makefile @@ -6,12 +6,12 @@ # PORTNAME= gld -PORTVERSION= 1.5.2 +PORTVERSION= 1.6 CATEGORIES= mail MASTER_SITES= http://www.gasmi.net/down/ EXTRACT_SUFX= .tgz -MAINTAINER= blaz@si.FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Greylisting daemon for Postfix USE_REINPLACE= yes @@ -52,6 +52,9 @@ pre-build: do-install: ${INSTALL_PROGRAM} ${WRKSRC}/gld ${PREFIX}/sbin ${INSTALL_DATA} ${WRKSRC}/gld.conf ${PREFIX}/etc/gld.conf-dist +.if !exists(${PREFIX}/etc/gld.conf) + ${INSTALL_DATA} ${WRKSRC}/gld.conf ${PREFIX}/etc/gld.conf +.endif ${INSTALL_SCRIPT} ${WRKDIR}/gld.sh ${PREFIX}/etc/rc.d .if !defined(NOPORTDOCS) @${MKDIR} ${DOCSDIR} diff --git a/mail/gld/distinfo b/mail/gld/distinfo index 79d50cc6c85d..602f76d12b0e 100644 --- a/mail/gld/distinfo +++ b/mail/gld/distinfo @@ -1,2 +1,2 @@ -MD5 (gld-1.5.2.tgz) = 400afe24c6f2e349a9a0b8288cfe34b5 -SIZE (gld-1.5.2.tgz) = 39135 +MD5 (gld-1.6.tgz) = 95cfe17b92767db4460385972c7f6774 +SIZE (gld-1.6.tgz) = 40333 |