ports/98324: Update Port: mail/p5-Mail-SRS 0.30->0.31

Aaron Dalton aaron at FreeBSD.org
Thu Jun 1 22:10:41 UTC 2006


>Number:         98324
>Category:       ports
>Synopsis:       Update Port: mail/p5-Mail-SRS 0.30->0.31
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Thu Jun 01 22:10:20 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Aaron Dalton
>Release:        FreeBSD 5.4-RELEASE i386
>Organization:
>Environment:
System: FreeBSD moondance.itsy-bitsy.net 5.4-RELEASE FreeBSD 5.4-RELEASE #0: Sun May 8 10:21:06 UTC 2005 root at harlow.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC i386


	
>Description:
- Update from v0.31 to v0.30
- Update patchfile
- Restrict to Perl 5.6+ due to dependency upon DB_File >= 1.806
>How-To-Repeat:
	
>Fix:

	

--- submission.txt begins here ---
? submission.txt
Index: Makefile
===================================================================
RCS file: /home/pcvs/ports/mail/p5-Mail-SRS/Makefile,v
retrieving revision 1.1
diff -u -r1.1 Makefile
--- Makefile	27 May 2004 12:01:01 -0000	1.1
+++ Makefile	1 Jun 2006 21:59:11 -0000
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	Mail-SRS
-PORTVERSION=	0.30
+PORTVERSION=	0.31
 CATEGORIES=	mail perl5
 MASTER_SITES=	${MASTER_SITE_PERL_CPAN}
 MASTER_SITE_SUBDIR=	Mail
@@ -32,4 +32,10 @@
 
 PERL_CONFIGURE=	yes
 
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${PERL_LEVEL} < 500600 #depends on DB_File >= 1.806
+IGNORE=	requires at least Perl 5.6.  Please install lang/perl5.8 and try again
+.endif
+
+.include <bsd.port.post.mk>
Index: distinfo
===================================================================
RCS file: /home/pcvs/ports/mail/p5-Mail-SRS/distinfo,v
retrieving revision 1.2
diff -u -r1.2 distinfo
--- distinfo	22 Jan 2006 12:50:38 -0000	1.2
+++ distinfo	1 Jun 2006 21:59:11 -0000
@@ -1,3 +1,3 @@
-MD5 (Mail-SRS-0.30.tar.gz) = 042c49598e0a71b8dfeb78d9e642e032
-SHA256 (Mail-SRS-0.30.tar.gz) = 193dfac33de8f655c4d3f63601a62d5dc809148c376913963d067b58e9bbcc5d
-SIZE (Mail-SRS-0.30.tar.gz) = 26296
+MD5 (Mail-SRS-0.31.tar.gz) = 1440999563a7b25d5fb03204b03e1060
+SHA256 (Mail-SRS-0.31.tar.gz) = e791844f6152e503a92c2ac6f223f166769316fa768d8ef09378e5470d6b0028
+SIZE (Mail-SRS-0.31.tar.gz) = 26605
Index: files/patch-Makefile.PL
===================================================================
RCS file: /home/pcvs/ports/mail/p5-Mail-SRS/files/patch-Makefile.PL,v
retrieving revision 1.1
diff -u -r1.1 patch-Makefile.PL
--- files/patch-Makefile.PL	27 May 2004 12:01:02 -0000	1.1
+++ files/patch-Makefile.PL	1 Jun 2006 21:59:12 -0000
@@ -1,6 +1,6 @@
---- Makefile.PL.orig	Tue Feb 24 21:35:53 2004
-+++ Makefile.PL	Thu May 27 13:27:13 2004
-@@ -1,18 +1,9 @@
+--- Makefile.PL.orig	Wed Jun 23 15:53:43 2004
++++ Makefile.PL	Thu Jun  1 15:35:38 2006
+@@ -1,19 +1,9 @@
 -use 5.006;
  use ExtUtils::MakeMaker;
  
@@ -9,6 +9,7 @@
 -for (split "\n", <<'QUERIES') {
 -srs|y|SRS command line interface
 -srsd|y|SRS address translation daemon
+-srsc|y|SRS daemon commandline client
 -QUERIES
 -	my ($program, $default, $description) = split /\|/, $_;
 -	if (prompt("Do you want to install '$program', the $description?", 
--- submission.txt ends here ---


>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list