diff options
author | anray <anray@FreeBSD.org> | 2006-03-28 22:24:47 +0800 |
---|---|---|
committer | anray <anray@FreeBSD.org> | 2006-03-28 22:24:47 +0800 |
commit | 9cd0efaf02bd447e8d98a5cd03ff25c51eacda7a (patch) | |
tree | ceceba89987e1960c310588ff26378caf9a8b9f4 /mail | |
parent | d3046c645dc8e7d7de801dc34d27191dec030372 (diff) | |
download | freebsd-ports-gnome-9cd0efaf02bd447e8d98a5cd03ff25c51eacda7a.tar.gz freebsd-ports-gnome-9cd0efaf02bd447e8d98a5cd03ff25c51eacda7a.tar.zst freebsd-ports-gnome-9cd0efaf02bd447e8d98a5cd03ff25c51eacda7a.zip |
Update to 0.2.21
Diffstat (limited to 'mail')
-rw-r--r-- | mail/masqmail/Makefile | 8 | ||||
-rw-r--r-- | mail/masqmail/distinfo | 6 |
2 files changed, 7 insertions, 7 deletions
diff --git a/mail/masqmail/Makefile b/mail/masqmail/Makefile index bb51d8a11c2f..afb3c8b02f7b 100644 --- a/mail/masqmail/Makefile +++ b/mail/masqmail/Makefile @@ -6,11 +6,10 @@ # PORTNAME= masqmail -PORTVERSION= 0.2.20 -PORTREVISION= 1 +PORTVERSION= 0.2.21 CATEGORIES= mail -MASTER_SITES= http://santinel.bas-net.by/ports/ -# http://innominate.org/kurth/masqmail/download/ +MASTER_SITES= ${MASTER_SITE_DEBIAN_POOL} +DISTNAME= ${PORTNAME}_${PORTVERSION}.orig MAINTAINER= anray@FreeBSD.org COMMENT= Mail server for hosts, not permanently connected to the internet @@ -23,6 +22,7 @@ CFLAGS+= -Wno-trigraphs CONFIGURE_ARGS+= --mandir=${PREFIX}/man --with-user=mailnull --with-group=mail \ --with-confdir=${PREFIX}/etc/masqmail --with-logdir=/var/log/masqmail CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} +WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} .if defined(WITH_LIBCRYPTO) CONFIGURE_ARGS+= --with-libcrypto diff --git a/mail/masqmail/distinfo b/mail/masqmail/distinfo index 1dadfad32858..8873e5d796eb 100644 --- a/mail/masqmail/distinfo +++ b/mail/masqmail/distinfo @@ -1,3 +1,3 @@ -MD5 (masqmail-0.2.20.tar.gz) = 74540980ecde45783e888d1da80cb318 -SHA256 (masqmail-0.2.20.tar.gz) = d1720b7eb9359ef4507896b019a84df1f907438921a604f447c529e812429a71 -SIZE (masqmail-0.2.20.tar.gz) = 243171 +MD5 (masqmail_0.2.21.orig.tar.gz) = 7e989a8b0562054aea22c654507f2cb5 +SHA256 (masqmail_0.2.21.orig.tar.gz) = 2257099c760c12daf094744c6b2269d476e3bc6b523366168ad81bdd2ebd2445 +SIZE (masqmail_0.2.21.orig.tar.gz) = 269192 |