Skip site navigation (1)Skip section navigation (2)
Date:      Sun,  6 Nov 2011 00:45:10 +0800 (CST)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        ychsiao@ychsiao.org
Subject:   ports/162312: [PATCH] devel/p5-Perl6-Export: fix dependency and bump PORTREVISION
Message-ID:  <20111105164510.B743E31F8@sunpoet.net>
Resent-Message-ID: <201111051650.pA5Go9iZ049248@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         162312
>Category:       ports
>Synopsis:       [PATCH] devel/p5-Perl6-Export: fix dependency and bump PORTREVISION
>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:   Sat Nov 05 16:50:09 UTC 2011
>Closed-Date:
>Last-Modified:
>Originator:     Sunpoet Po-Chuan Hsieh
>Release:        FreeBSD 8.2-STABLE amd64
>Organization:
The FreeBSD Project
>Environment:
System: FreeBSD bonjour.sunpoet.net 8.2-STABLE FreeBSD 8.2-STABLE #0: Wed Sep 28 22:36:13 CST 2011
>Description:
- Filter::Simple is already in all supported Perl releases
- Bump PORTREVISION for dependency change

Port maintainer (ychsiao@ychsiao.org) is cc'd.

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

--- p5-Perl6-Export-0.07_1.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/devel/p5-Perl6-Export/Makefile,v
retrieving revision 1.5
diff -u -u -r1.5 Makefile
--- Makefile	17 Sep 2011 06:49:02 -0000	1.5
+++ Makefile	5 Nov 2011 16:44:46 -0000
@@ -7,6 +7,7 @@
 
 PORTNAME=	Perl6-Export
 PORTVERSION=	0.07
+PORTREVISION=	1
 CATEGORIES=	devel perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
@@ -14,11 +15,8 @@
 MAINTAINER=	ychsiao@ychsiao.org
 COMMENT=	Implements the Perl 6 'is export(...)' trait
 
-BUILD_DEPENDS=	${SITE_PERL}/Filter/Simple.pm:${PORTSDIR}/textproc/p5-Filter-Simple
-RUN_DEPENDS=	${BUILD_DEPENDS}
-
 PERL_CONFIGURE=	yes
 
-MAN3=	Perl6::Export.3
+MAN3=		Perl6::Export.3
 
 .include <bsd.port.mk>
--- p5-Perl6-Export-0.07_1.patch ends here ---

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20111105164510.B743E31F8>