diff options
author | miwi <miwi@FreeBSD.org> | 2006-10-31 18:57:24 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2006-10-31 18:57:24 +0800 |
commit | 80828976a5cfaa74dc9effca030ee88fd15f9120 (patch) | |
tree | 8dd30c23687f45126561e24a34e09c68756afc2e | |
parent | adffd8d8313c9ef28a16b1222cd3f19d471974f1 (diff) | |
download | freebsd-ports-gnome-80828976a5cfaa74dc9effca030ee88fd15f9120.tar.gz freebsd-ports-gnome-80828976a5cfaa74dc9effca030ee88fd15f9120.tar.zst freebsd-ports-gnome-80828976a5cfaa74dc9effca030ee88fd15f9120.zip |
- Update to 1.7
- Make portlint(1) happy
- Pass maintainership to submitter
PR: ports/104599
Submitted by: Babak Farrokhi <babak@farrokhi.net>
-rw-r--r-- | mail/gld/Makefile | 7 | ||||
-rw-r--r-- | mail/gld/distinfo | 6 |
2 files changed, 6 insertions, 7 deletions
diff --git a/mail/gld/Makefile b/mail/gld/Makefile index d28c3f6b7574..8b19ac5553ab 100644 --- a/mail/gld/Makefile +++ b/mail/gld/Makefile @@ -6,13 +6,12 @@ # PORTNAME= gld -PORTVERSION= 1.6 -PORTREVISION= 2 +PORTVERSION= 1.7 CATEGORIES= mail MASTER_SITES= http://www.gasmi.net/down/ EXTRACT_SUFX= .tgz -MAINTAINER= ports@FreeBSD.org +MAINTAINER= babak@farrokhi.net COMMENT= Greylisting daemon for Postfix USE_RC_SUBR= gld @@ -27,7 +26,7 @@ OPTIONS= MYSQL "MySQL support" on \ .include <bsd.port.pre.mk> .if defined(WITH_MYSQL) && defined(WITH_PGSQL) -BROKEN= "Cannot compile with both MySQL and PgSQL support" +BROKEN= Cannot compile with both MySQL and PgSQL support .endif .if defined(WITH_MYSQL) diff --git a/mail/gld/distinfo b/mail/gld/distinfo index b594a7cc8a6d..f29a98e129fc 100644 --- a/mail/gld/distinfo +++ b/mail/gld/distinfo @@ -1,3 +1,3 @@ -MD5 (gld-1.6.tgz) = 95cfe17b92767db4460385972c7f6774 -SHA256 (gld-1.6.tgz) = fa871c5f5bb52fb4c73430139d27fb895ef9deafb051e70bb66a1795ef87ed25 -SIZE (gld-1.6.tgz) = 40333 +MD5 (gld-1.7.tgz) = d24931630504e8586b9eb4cc3cc9d726 +SHA256 (gld-1.7.tgz) = c0776f6841afa73b6579e355522d79fd15467de2936f1a4464265e6415cae14b +SIZE (gld-1.7.tgz) = 40241 |