diff options
author | aaron <aaron@FreeBSD.org> | 2006-06-15 09:11:08 +0800 |
---|---|---|
committer | aaron <aaron@FreeBSD.org> | 2006-06-15 09:11:08 +0800 |
commit | 23b64a4ee6d4a6a44fddc29b6ac50e5974dac9f8 (patch) | |
tree | 9074f8dec18b882fd524b17c4715e728b83fd48a /mail | |
parent | eef71c773a15f5f8872b1e1ed1a40585f0e8a788 (diff) | |
download | freebsd-ports-gnome-23b64a4ee6d4a6a44fddc29b6ac50e5974dac9f8.tar.gz freebsd-ports-gnome-23b64a4ee6d4a6a44fddc29b6ac50e5974dac9f8.tar.zst freebsd-ports-gnome-23b64a4ee6d4a6a44fddc29b6ac50e5974dac9f8.zip |
- Update from v0.31 to v0.30
- Update patchfile
- Restrict to Perl 5.6+ due to dependency upon DB_File >= 1.806
PR: ports/98324
Submitted by: aaron
Approved by: maintainer timeout, tobez (implicit)
Diffstat (limited to 'mail')
-rw-r--r-- | mail/p5-Mail-SRS/Makefile | 10 | ||||
-rw-r--r-- | mail/p5-Mail-SRS/distinfo | 6 | ||||
-rw-r--r-- | mail/p5-Mail-SRS/files/patch-Makefile.PL | 7 |
3 files changed, 15 insertions, 8 deletions
diff --git a/mail/p5-Mail-SRS/Makefile b/mail/p5-Mail-SRS/Makefile index 32b376f8c8fa..04801861ecbd 100644 --- a/mail/p5-Mail-SRS/Makefile +++ b/mail/p5-Mail-SRS/Makefile @@ -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 @@ MAN1= srs.1 \ 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> diff --git a/mail/p5-Mail-SRS/distinfo b/mail/p5-Mail-SRS/distinfo index 79b5f01ddd22..7cb5194c762d 100644 --- a/mail/p5-Mail-SRS/distinfo +++ b/mail/p5-Mail-SRS/distinfo @@ -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 diff --git a/mail/p5-Mail-SRS/files/patch-Makefile.PL b/mail/p5-Mail-SRS/files/patch-Makefile.PL index a5dc3364d017..e5cc8dfe05a9 100644 --- a/mail/p5-Mail-SRS/files/patch-Makefile.PL +++ b/mail/p5-Mail-SRS/files/patch-Makefile.PL @@ -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?", |