diff options
author | Volker Stolz <vs@FreeBSD.org> | 2005-12-16 09:19:13 +0000 |
---|---|---|
committer | Volker Stolz <vs@FreeBSD.org> | 2005-12-16 09:19:13 +0000 |
commit | 13dc720f4987fb2b4bd733e9f426a3990835ed15 (patch) | |
tree | a751452f634858cce2a593c38c8d3d17e0076e54 /mail/mailman | |
parent | 5a3e63509d0684c94e811e40d2018b454f09ab7d (diff) | |
download | ports-13dc720f4987fb2b4bd733e9f426a3990835ed15.tar.gz ports-13dc720f4987fb2b4bd733e9f426a3990835ed15.zip |
Notes
Diffstat (limited to 'mail/mailman')
-rw-r--r-- | mail/mailman/Makefile | 15 | ||||
-rw-r--r-- | mail/mailman/distinfo | 7 |
2 files changed, 14 insertions, 8 deletions
diff --git a/mail/mailman/Makefile b/mail/mailman/Makefile index 42da41de8b6b..3a7484f3aefb 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 8147d1918102..fda43cb95227 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 |