From az@sunner.semmy.ru  Fri May 24 07:41:20 2013
Return-Path: <az@sunner.semmy.ru>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1])
	by hub.freebsd.org (Postfix) with ESMTP id 5917D5D2
	for <FreeBSD-gnats-submit@freebsd.org>; Fri, 24 May 2013 07:41:20 +0000 (UTC)
	(envelope-from az@sunner.semmy.ru)
Received: from sunner.semmy.ru (sunner.semmy.ru [IPv6:2a00:14d0:0:20::3])
	by mx1.freebsd.org (Postfix) with ESMTP id 1B552348
	for <FreeBSD-gnats-submit@freebsd.org>; Fri, 24 May 2013 07:41:20 +0000 (UTC)
Received: from az by sunner.semmy.ru with local (Exim 4.80.1 (FreeBSD))
	(envelope-from <az@sunner.semmy.ru>)
	id 1Ufmcp-000Bwy-Av
	for FreeBSD-gnats-submit@freebsd.org; Fri, 24 May 2013 11:41:19 +0400
Message-Id: <E1Ufmcp-000Bwy-Av@sunner.semmy.ru>
Date: Fri, 24 May 2013 11:41:19 +0400
From: Andrej Zverev <az@FreeBSD.org>
Sender: Andrej Zverev <az@sunner.semmy.ru>
Reply-To: Andrej Zverev <az@FreeBSD.org>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: [patch] mail/majordomo
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         178898
>Category:       ports
>Synopsis:       [patch] mail/majordomo
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    anders
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Fri May 24 07:50:00 UTC 2013
>Closed-Date:    Fri Jun 07 07:01:35 UTC 2013
>Last-Modified:  Fri Jun  7 07:10:01 UTC 2013
>Originator:     Andrej Zverev
>Release:        
>Organization:
>Environment:


	
>Description:
	- Remove unnecessary depend on PERL_LEVEL < 5.12
	
>How-To-Repeat:
	
>Fix:

	

--- patch.diff begins here ---
Index: Makefile
===================================================================
--- Makefile	(revision 317733)
+++ Makefile	(working copy)
@@ -32,12 +32,6 @@
 
 .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}
--- patch.diff ends here ---


>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->anders 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Fri May 24 07:50:07 UTC 2013 
Responsible-Changed-Why:  
Over to maintainer (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=178898 
State-Changed-From-To: open->closed 
State-Changed-By: az 
State-Changed-When: Fri Jun 7 07:01:34 UTC 2013 
State-Changed-Why:  
Committed, with minor changes. Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=178898 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/178898: commit references a PR
Date: Fri,  7 Jun 2013 07:01:31 +0000 (UTC)

 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"
 
>Unformatted:
