diff options
author | Aaron Dalton <aaron@FreeBSD.org> | 2006-06-15 01:11:08 +0000 |
---|---|---|
committer | Aaron Dalton <aaron@FreeBSD.org> | 2006-06-15 01:11:08 +0000 |
commit | 19c70cdb16f5674c196eab33c1991ecb7feb48b9 (patch) | |
tree | 35e82d82f2cfea92f0c62f515b41b8ad6cffa26c /mail | |
parent | f317bf074230425cb463e31ebb42b665a4ecb7d5 (diff) | |
download | ports-19c70cdb16f5674c196eab33c1991ecb7feb48b9.tar.gz ports-19c70cdb16f5674c196eab33c1991ecb7feb48b9.zip |
Notes
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?", |