aboutsummaryrefslogtreecommitdiff
path: root/mail/mailman/Makefile
diff options
context:
space:
mode:
authorMatthias Andree <mandree@FreeBSD.org>2017-08-11 14:24:10 +0000
committerMatthias Andree <mandree@FreeBSD.org>2017-08-11 14:24:10 +0000
commit1414d2f5ecd7fa549fa7d6c8640c473a219bd1ad (patch)
tree18077d33e5744bbf267bb7353ee786002450875f /mail/mailman/Makefile
parentae7e4a30311eb3daaec148b637ce1834c79f7f88 (diff)
Notes
Diffstat (limited to 'mail/mailman/Makefile')
-rw-r--r--mail/mailman/Makefile10
1 files changed, 5 insertions, 5 deletions
diff --git a/mail/mailman/Makefile b/mail/mailman/Makefile
index 34fbe7a95e44..0f7f05bf7409 100644
--- a/mail/mailman/Makefile
+++ b/mail/mailman/Makefile
@@ -2,8 +2,7 @@
# $FreeBSD$
PORTNAME= mailman
-DISTVERSION= 2.1.23
-PORTREVISION= 1
+DISTVERSION= 2.1.24
CATEGORIES= mail
MASTER_SITES= GNU \
SF/${PORTNAME}/Mailman%202.1%20%28stable%29/${PORTVERSION} \
@@ -115,11 +114,12 @@ MAIL_GID?= _smtpd
.if ${PORT_OPTIONS:MHTDIG}
PKGNAMESUFFIX+= -with-htdig
# how to create PATCHFILES:
-#X fetch http://bazaar.launchpad.net/~msapiro/mailman/htdig/tarball/1668
+#X identify what is the version of msapiro's patches corresponding to the release.
+#X fetch http://bazaar.launchpad.net/~msapiro/mailman/htdig/tarball/1702
#X unpack this tarball, and the original distfile
-#X diff -NEur original-unpack bazaar-unpack | xz --best -c >msapiro-htdig-1668.patch.xz
+#X diff -NEur original-unpack bazaar-unpack | xz --best -c >msapiro-htdig-1702.patch.xz
#X upload the latter with mode 0644 or similar to freefall's public_distfiles/ directory
-PATCHFILES+= msapiro-htdig-1668.patch.xz
+PATCHFILES+= msapiro-htdig-1702.patch.xz
RUN_DEPENDS+= htdig:textproc/htdig
PLIST_SUB+= SUB_HTDIG=""
.else