aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--www/p5-AMF-Perl/Makefile5
-rw-r--r--www/p5-AMF-Perl/distinfo4
-rw-r--r--www/p5-AMF-Perl/files/patch-Perl.pm27
-rw-r--r--www/p5-AMF-Perl/pkg-descr3
4 files changed, 6 insertions, 33 deletions
diff --git a/www/p5-AMF-Perl/Makefile b/www/p5-AMF-Perl/Makefile
index f8b41b9bb765..8ebd290b6c2d 100644
--- a/www/p5-AMF-Perl/Makefile
+++ b/www/p5-AMF-Perl/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= AMF-Perl
-PORTVERSION= 0.12
+PORTVERSION= 0.14
CATEGORIES= www devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= ../../authors/id/S/SI/SIMONF
@@ -24,6 +24,9 @@ MAN3= AMF::Perl.3 AMF::Perl::App::Executive.3 \
AMF::Perl::Sql::MysqlRecordSet.3 AMF::Perl::Util::Object.3 \
AMF::Perl::Util::RemotingService.3
+post-patch:
+ @${PERL} -pi -e 's/=(?==head)//g' ${WRKSRC}/lib/AMF/Perl.pm
+
post-configure:
# dirty hack to deceive irritable pod2man
@${PERL} -pi -e 's/^(POD2MAN_EXE.*)$$/\1 --lax/;' ${WRKSRC}/Makefile
diff --git a/www/p5-AMF-Perl/distinfo b/www/p5-AMF-Perl/distinfo
index ca29e239ffd1..109f1b03c12b 100644
--- a/www/p5-AMF-Perl/distinfo
+++ b/www/p5-AMF-Perl/distinfo
@@ -1,2 +1,2 @@
-MD5 (AMF-Perl-0.12.tar.gz) = 660ef0e9fc9e8954b555534eaa1f8a59
-SIZE (AMF-Perl-0.12.tar.gz) = 448171
+MD5 (AMF-Perl-0.14.tar.gz) = 3257c5c5b38c5b8db40d56d2c602e810
+SIZE (AMF-Perl-0.14.tar.gz) = 452939
diff --git a/www/p5-AMF-Perl/files/patch-Perl.pm b/www/p5-AMF-Perl/files/patch-Perl.pm
deleted file mode 100644
index 4f1bda91cc31..000000000000
--- a/www/p5-AMF-Perl/files/patch-Perl.pm
+++ /dev/null
@@ -1,27 +0,0 @@
---- lib/AMF/Perl.pm.orig Tue Jun 29 15:39:46 2004
-+++ lib/AMF/Perl.pm Tue Jun 29 15:41:17 2004
-@@ -103,18 +103,23 @@
- John Cowen - datatype io additions, class structure
- Klaasjan Tukker - modifications, check routines, and register-framework
-
--==head1 CHANGES
-+=head1 CHANGES
-+
- =head2 Thu Apr 29 17:20:07 EDT 2004
-+
- =item Changed "use Apache2" to "require Apache2" to avoid breaking on non-modperl systems.
-
- =head2 Sat Apr 24 20:41:10 EDT 2004
-+
- =item Another patch from Kostas Chatzikokolakis fixing MP2 issues.
-
- =head2 Sat Mar 13 16:25:00 EST 2004
-
- =item Patch from Kostas Chatzikokolakis handling encoding.
-+
- =item Changed non-mod_perl behavior for reading POST data from using <> to using read()
- to work around a bug in IIS
-+
- =item Joined code for mod_perl 1 and 2. Separated the output code for the mod_perl and non-mod_perl
- cases.
-
diff --git a/www/p5-AMF-Perl/pkg-descr b/www/p5-AMF-Perl/pkg-descr
index 0ed4dba72e64..e6a25bd0be17 100644
--- a/www/p5-AMF-Perl/pkg-descr
+++ b/www/p5-AMF-Perl/pkg-descr
@@ -12,6 +12,3 @@ The coding time can be spent on better things - data preparation and
graphical presentation, not data delivery.
WWW: http://search.cpan.org/dist/Flash-FLAP/
-
--- Sergey Skvortsov
-skv@FreeBSD.org