mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-26 00:55:14 +00:00
Update to 0.53 - the author, Matt J. Avitable, kindly included my
Perl 5.005 compatibility patch.
This commit is contained in:
parent
8ef9480b1f
commit
0c04a9e6a6
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=120698
@ -6,7 +6,7 @@
|
||||
#
|
||||
|
||||
PORTNAME= Qmail-Envelope
|
||||
PORTVERSION= 0.52
|
||||
PORTVERSION= 0.53
|
||||
CATEGORIES= mail perl5
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
||||
MASTER_SITE_SUBDIR= ../by-authors/id/M/MJ/MJA
|
||||
@ -20,10 +20,4 @@ PERL_CONFIGURE= yes
|
||||
MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
|
||||
MAN3= Qmail::Envelope.3
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${PERL_LEVEL} < 500600
|
||||
EXTRA_PATCHES= ${FILESDIR}/perl-5005.patch
|
||||
.endif
|
||||
|
||||
.include <bsd.port.post.mk>
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,2 +1,2 @@
|
||||
MD5 (Qmail-Envelope-0.52.tar.gz) = c37f2bc7cd8b9acf7835334b6180e1a3
|
||||
SIZE (Qmail-Envelope-0.52.tar.gz) = 3807
|
||||
MD5 (Qmail-Envelope-0.53.tar.gz) = a1c20b9d304b565f510179d47cddb43d
|
||||
SIZE (Qmail-Envelope-0.53.tar.gz) = 3767
|
||||
|
@ -1,38 +0,0 @@
|
||||
--- Makefile.PL.orig Mon Sep 27 21:43:08 2004
|
||||
+++ Makefile.PL Mon Sep 27 21:43:33 2004
|
||||
@@ -1,15 +1,15 @@
|
||||
-use 5.008;
|
||||
+use 5.005;
|
||||
use ExtUtils::MakeMaker;
|
||||
# See lib/ExtUtils/MakeMaker.pm for details of how to influence
|
||||
# the contents of the Makefile that is written.
|
||||
|
||||
-eval { require 5.6.0 }
|
||||
- or die <<'EOD';
|
||||
-###
|
||||
-## I have not tested this module in versions of perl lower than 5.8.0.
|
||||
-## However, 5.6.0 should be fine.
|
||||
-###
|
||||
-EOD
|
||||
+#eval { require 5.6.0 }
|
||||
+# or die <<'EOD';
|
||||
+####
|
||||
+### I have not tested this module in versions of perl lower than 5.8.0.
|
||||
+### However, 5.6.0 should be fine.
|
||||
+####
|
||||
+#EOD
|
||||
|
||||
WriteMakefile(
|
||||
'NAME' => 'Qmail::Envelope',
|
||||
--- Envelope.pm.orig Fri Apr 16 17:53:14 2004
|
||||
+++ Envelope.pm Mon Sep 27 21:51:28 2004
|
||||
@@ -1,7 +1,8 @@
|
||||
package Qmail::Envelope;
|
||||
use strict;
|
||||
|
||||
-our $VERSION = '0.52';
|
||||
+use vars qw/$VERSION/;
|
||||
+$VERSION = '0.52';
|
||||
|
||||
|
||||
## constructor
|
Loading…
Reference in New Issue
Block a user