| Summary: | [patch] mail/majordomo | ||||||
|---|---|---|---|---|---|---|---|
| Product: | Ports & Packages | Reporter: | Andrej Zverev <az> | ||||
| Component: | Individual Port(s) | Assignee: | Anders Nordby <anders> | ||||
| Status: | Closed FIXED | ||||||
| Severity: | Affects Only Me | ||||||
| Priority: | Normal | ||||||
| Version: | Latest | ||||||
| Hardware: | Any | ||||||
| OS: | Any | ||||||
| Attachments: |
|
||||||
|
Description
Andrej Zverev
2013-05-24 08:50:00 UTC
Responsible Changed From-To: freebsd-ports-bugs->anders Over to maintainer (via the GNATS Auto Assign Tool) 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@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} _______________________________________________ svn-ports-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-ports-all To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org" State Changed From-To: open->closed Committed, with minor changes. Thanks! |