svn commit: r320155 - head/mail/majordomo
Andrej Zverev
az at FreeBSD.org
Fri Jun 7 07:01:24 UTC 2013
Author: az
Date: Fri Jun 7 07:01:23 2013
New Revision: 320155
URL: http://svnweb.freebsd.org/changeset/ports/320155
Log:
- Remove unnecessary depend on PERL_LEVEL < 5.12
PR: ports/178898
Submitted by: az
Approved by: maintainer (timeout)
Modified:
head/mail/majordomo/Makefile (contents, props changed)
Modified: head/mail/majordomo/Makefile
==============================================================================
--- head/mail/majordomo/Makefile Fri Jun 7 06:55:05 2013 (r320154)
+++ head/mail/majordomo/Makefile Fri Jun 7 07:01:23 2013 (r320155)
@@ -13,10 +13,6 @@ EXTRACT_SUFX= .tgz
MAINTAINER= anders at FreeBSD.org
COMMENT= A mailing list manager
-.if defined(WITH_SHA1_COOKIES)
-RUN_DEPENDS= p5-Digest-SHA1>=0:${PORTSDIR}/security/p5-Digest-SHA1
-.endif
-
USES= shebangfix
USE_PERL5= yes
@@ -32,12 +28,6 @@ DOCSDIR= ${PREFIX}/${PORTNAME}/doc
.include <bsd.port.pre.mk>
-.if !defined(WITH_SHA1_COOKIES)
-. if ${PERL_LEVEL} < 500703
-RUN_DEPENDS+= p5-Digest-MD5>=0:${PORTSDIR}/security/p5-Digest-MD5
-. endif
-.endif
-
pre-fetch:
.if !defined(BATCH) && !defined(PACKAGE_BUILDING)
${DIALOG} --yesno "WARNING: Majordomo is a really old mail list manager. The last version was released in january 2000, and there does not seem to be any updates coming. You might want to consider using mailman instead. Are you sure you want to install majordomo?" 8 70 no || ${FALSE}
More information about the svn-ports-head
mailing list