ports/84174: [PATCH] www/p5-Acme-Monta: fix '$VERSION' and unbreak

Yen-Ming Lee leeym at FreeBSD.org
Wed Jul 27 15:20:16 UTC 2005


>Number:         84174
>Category:       ports
>Synopsis:       [PATCH] www/p5-Acme-Monta: fix '$VERSION' and unbreak
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Wed Jul 27 15:20:15 GMT 2005
>Closed-Date:
>Last-Modified:
>Originator:     Yen-Ming Lee
>Release:        FreeBSD 5.4-STABLE i386
>Organization:
FreeBSD Taiwan
>Environment:
System: FreeBSD utopia.leeym.com 5.4-STABLE FreeBSD 5.4-STABLE #0: Sun Jul 17 07:50:25 CST 2005
>Description:
- fix '$VERSION' and unbreak this port on perl-5.00503

Port maintainer (kaoru at kaisei.org) is cc'd.

Generated with FreeBSD Port Tools 0.63
>How-To-Repeat:
>Fix:

--- p5-Acme-Monta-0.01.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/pcvs/ports/www/p5-Acme-Monta/Makefile,v
retrieving revision 1.1
diff -u -u -r1.1 Makefile
--- Makefile	25 Jun 2005 05:51:36 -0000	1.1
+++ Makefile	27 Jul 2005 15:13:43 -0000
@@ -19,4 +19,8 @@
 
 MAN3=		Acme::Monta.3
 
+post-patch:
+	@${PERL} -pi -e 's/^our (\S+)/use vars qw($$1); $$1/' \
+		${WRKSRC}/lib/Acme/Monta.pm
+
 .include <bsd.port.mk>
--- p5-Acme-Monta-0.01.patch ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list