svn commit: r323744 - head/www/p5-AMF-Perl
Andrej Zverev
az at FreeBSD.org
Fri Jul 26 18:30:22 UTC 2013
Author: az
Date: Fri Jul 26 18:30:21 2013
New Revision: 323744
URL: http://svnweb.freebsd.org/changeset/ports/323744
Log:
- Fix leftovers
- Trim makefile header
Modified:
head/www/p5-AMF-Perl/Makefile
Modified: head/www/p5-AMF-Perl/Makefile
==============================================================================
--- head/www/p5-AMF-Perl/Makefile Fri Jul 26 18:21:02 2013 (r323743)
+++ head/www/p5-AMF-Perl/Makefile Fri Jul 26 18:30:21 2013 (r323744)
@@ -1,13 +1,9 @@
-# New ports collection makefile for: Flash-FLAP
-# Date created: 20 May 2003
-# Whom: Sergey Skvortsov <skv at protey.ru>
-#
+# Created by: Sergey Skvortsov <skv at protey.ru>
# $FreeBSD$
-#
PORTNAME= AMF-Perl
PORTVERSION= 0.15
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= www devel perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= CPAN:SIMONF
@@ -29,7 +25,7 @@ MAN3= AMF::Perl.3 AMF::Perl::App::Execu
AMF::Perl::Util::RemotingService.3
post-patch:
- @${PERL} -pi.bak -e 's/=(?==head)//g' ${WRKSRC}/lib/AMF/Perl.pm
+ @${PERL} -pi -e 's/=(?==head)//g' ${WRKSRC}/lib/AMF/Perl.pm
post-configure:
# dirty hack to deceive irritable pod2man
More information about the svn-ports-head
mailing list