aboutsummaryrefslogtreecommitdiff
path: root/mail/mailman/Makefile
diff options
context:
space:
mode:
authorMarcus Alves Grando <mnag@FreeBSD.org>2006-04-16 01:51:57 +0000
committerMarcus Alves Grando <mnag@FreeBSD.org>2006-04-16 01:51:57 +0000
commitcc24c93361e37459d3205ed150fe53f32d76948d (patch)
tree0224418760b03d51823425a1193d22fbfb81f277 /mail/mailman/Makefile
parent61335681f22e121b9846f287d5cfa72243a40afa (diff)
downloadports-cc24c93361e37459d3205ed150fe53f32d76948d.tar.gz
ports-cc24c93361e37459d3205ed150fe53f32d76948d.zip
Notes
Diffstat (limited to 'mail/mailman/Makefile')
-rw-r--r--mail/mailman/Makefile11
1 files changed, 4 insertions, 7 deletions
diff --git a/mail/mailman/Makefile b/mail/mailman/Makefile
index 7f6b34c7b849..2903b7e1fd99 100644
--- a/mail/mailman/Makefile
+++ b/mail/mailman/Makefile
@@ -6,25 +6,23 @@
#
PORTNAME= mailman
-PORTVERSION= 2.1.7
+PORTVERSION= 2.1.8
CATEGORIES?= mail
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \
http://www.list.org/
MASTER_SITE_SUBDIR= mailman
-.if defined(WITH_HTDIG)
-PKGNAMESUFFIX= -with-htdig
-.endif
EXTRACT_SUFX= .tgz
DIST_SUBDIR= mailman
.if defined(WITH_HTDIG)
# see http://www.openinfo.co.uk/mailman/index.html
# Order of application of these patches is critical.
+PATCH_SITES+= http://www.openinfo.co.uk/mm/patches/444879/:patch1 \
+ http://www.openinfo.co.uk/mm/patches/444884/: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/mm/patches/444879/:patch1 \
- http://www.openinfo.co.uk/mm/patches/444884/:patch2
+PKGNAMESUFFIX+= -with-htdig
.endif
MAINTAINER?= ports@freebsd.org
@@ -40,7 +38,6 @@ RUN_DEPENDS+= htdig:${PORTSDIR}/textproc/htdig
HAS_CONFIGURE= yes
USE_PYTHON= yes
-USE_REINPLACE= yes
CONFIGURE_ARGS= --prefix=${MAILMANDIR} --with-python=${PYTHON_CMD} \
--with-username=${MM_USERNAME} \
--with-groupname=${MM_GROUPNAME} \