Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 7 Jun 2013 07:01:24 +0000 (UTC)
From:      Andrej Zverev <az@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r320155 - head/mail/majordomo
Message-ID:  <201306070701.r5771OOl090805@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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}



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201306070701.r5771OOl090805>