summaryrefslogtreecommitdiffstats
path: root/mail
diff options
context:
space:
mode:
authorvs <vs@FreeBSD.org>2005-12-16 09:19:13 +0000
committervs <vs@FreeBSD.org>2005-12-16 09:19:13 +0000
commitc603140ac51ada0df0817cd5f79dfdc61ce709b8 (patch)
treed28d19cb435ca4cc61546ed11854bb0e4533a786 /mail
parent1ac44cdb2ed18304744f41d9691691d3f6e7836a (diff)
downloadFreeBSD-ports-c603140ac51ada0df0817cd5f79dfdc61ce709b8.zip
FreeBSD-ports-c603140ac51ada0df0817cd5f79dfdc61ce709b8.tar.gz
- Update HT/DIG integration with Mailman for those that need it. No need to
bump portrevision since it affects nobody who already is running mailman. Patches submitted by Brad Kollmyer <bradk AT vitalsoft.com> and Frank Wancho <fwancho AT WHC.NET> - Drop maintainership - Add SHA256 sums (me) - Pet portlint (rmdir -> ${RMDIR}) (me) PR: ports/90407 Submitted by: maintainer
Diffstat (limited to 'mail')
-rw-r--r--mail/mailman/Makefile15
-rw-r--r--mail/mailman/distinfo7
2 files changed, 14 insertions, 8 deletions
diff --git a/mail/mailman/Makefile b/mail/mailman/Makefile
index 42da41d..3a7484f 100644
--- a/mail/mailman/Makefile
+++ b/mail/mailman/Makefile
@@ -20,17 +20,16 @@ EXTRACT_SUFX= .tgz
DIST_SUBDIR= mailman
.if defined(WITH_HTDIG)
-## this may be broken with mailman 2.1.6 -- someone send patches to $MAINTAINER
# see http://www.openinfo.co.uk/mailman/index.html
# Order of application of these patches is critical.
-PATCHFILES+= indexing-2.1.4-0.1.patch.gz:patch1 \
- htdig-2.1.4-0.1.patch.gz:patch2
+PATCHFILES+= indexing-2.1.6-0.1.patch.gz:patch1 \
+ htdig-2.1.6-0.1.patch.gz:patch2
PATCH_DIST_STRIP= -p1
-PATCH_SITES+= http://www.openinfo.co.uk/mailman/patches/444879/:patch1 \
- http://www.openinfo.co.uk/mailman/patches/444884/:patch2
+PATCH_SITES+= http://www.openinfo.co.uk/mm/patches/444879/:patch1 \
+ http://www.openinfo.co.uk/mm/patches/444884/:patch2
.endif
-MAINTAINER?= vivek@khera.org
+MAINTAINER?= ports@freebsd.org
COMMENT?= A mailing list manager (MLM) with a user-friendly web front-end
RUN_DEPENDS= lynx:${PORTSDIR}/www/lynx
@@ -72,7 +71,7 @@ MAIL_GID?= mailnull
MAIL_GID?= daemon
.endif
CGI_GID?= www
-IMGDIR= www/icons
+IMGDIR?= www/icons
#
# End of user-configurable variables.
@@ -133,7 +132,7 @@ post-configure:
# port system auditors complain if dir is created prior to install
# but configure demands it be there. we delete it now if empty,
# so it will be re-created. For existing installs, this is ignored
- @- rmdir ${MAILMANDIR} 2> /dev/null
+ @- ${RMDIR} ${MAILMANDIR} 2> /dev/null
pre-install:
@ ${SH} ${PKGREQ} INSTALL
diff --git a/mail/mailman/distinfo b/mail/mailman/distinfo
index 8147d19..fda43cb 100644
--- a/mail/mailman/distinfo
+++ b/mail/mailman/distinfo
@@ -1,2 +1,9 @@
MD5 (mailman/mailman-2.1.6.tgz) = 4e0f9d09c1553bd1a0a5327052179ca2
+SHA256 (mailman/mailman-2.1.6.tgz) = b490d7805b9ba82dcdcb949b9259d7efa3ae07012ddfe24b8b5de470f5e564d3
SIZE (mailman/mailman-2.1.6.tgz) = 6482726
+MD5 (mailman/indexing-2.1.6-0.1.patch.gz) = e94f41782441afd5f025506dbaf70b33
+SHA256 (mailman/indexing-2.1.6-0.1.patch.gz) = 97045874a8c68bcae910a679cb81a91644019c7bceca7b59f4bfc37f0cfd587c
+SIZE (mailman/indexing-2.1.6-0.1.patch.gz) = 8881
+MD5 (mailman/htdig-2.1.6-0.1.patch.gz) = d1735fc345066ba8b9f6df68ae2718de
+SHA256 (mailman/htdig-2.1.6-0.1.patch.gz) = dd6551bd3c775d777cdb60fce7be6244126361950631d97f64e09daad837b2dd
+SIZE (mailman/htdig-2.1.6-0.1.patch.gz) = 60970
OpenPOWER on IntegriCloud