aboutsummaryrefslogtreecommitdiff
path: root/mail/gld
diff options
context:
space:
mode:
authorEmanuel Haupt <ehaupt@FreeBSD.org>2005-10-15 16:38:25 +0000
committerEmanuel Haupt <ehaupt@FreeBSD.org>2005-10-15 16:38:25 +0000
commitbe3657a2cd418fb6d2921c14fe7aa67eebdb0305 (patch)
tree90acc53e0fec017082c5da76e5d64948f3de1eed /mail/gld
parent389fb10899aeca449093614433bac323908952e5 (diff)
downloadports-be3657a2cd418fb6d2921c14fe7aa67eebdb0305.tar.gz
ports-be3657a2cd418fb6d2921c14fe7aa67eebdb0305.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)
Notes
Notes: svn path=/head/; revision=145463
Diffstat (limited to 'mail/gld')
-rw-r--r--mail/gld/Makefile7
-rw-r--r--mail/gld/distinfo4
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