Date: Sat, 21 Apr 2012 14:09:23 +0800 (CST) From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: FreeBSD-gnats-submit@FreeBSD.org Cc: markun@onohara.to Subject: ports/167151: [PATCH] net/p5-Net-Rendezvous-Publish: fix *_DEPENDS Message-ID: <3VZNmz6rLyz904@sunpoet.net> Resent-Message-ID: <201204210620.q3L6KEZN086988@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 167151 >Category: ports >Synopsis: [PATCH] net/p5-Net-Rendezvous-Publish: fix *_DEPENDS >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 Apr 21 06:20:14 UTC 2012 >Closed-Date: >Last-Modified: >Originator: Sunpoet Po-Chuan Hsieh >Release: FreeBSD 9.0-STABLE amd64 >Organization: The FreeBSD Project >Environment: System: FreeBSD bonjour.sunpoet.net 9.0-STABLE FreeBSD 9.0-STABLE #0: Mon Mar 19 09:07:46 CST 2012 >Description: - Fix *_DEPENDS: p5-Module-Pluggable is already in all supported Perl releases - Sort MAN3 - Bump PORTREVISION for dependency change Port maintainer (markun@onohara.to) is cc'd. Generated with FreeBSD Port Tools 0.99_5 (mode: change, diff: CVS) >How-To-Repeat: >Fix: --- p5-Net-Rendezvous-Publish-0.04_1.patch begins here --- Index: Makefile =================================================================== RCS file: /home/ncvs/ports/net/p5-Net-Rendezvous-Publish/Makefile,v retrieving revision 1.2 diff -u -u -r1.2 Makefile --- Makefile 21 Jan 2012 17:38:39 -0000 1.2 +++ Makefile 21 Apr 2012 06:10:37 -0000 @@ -7,6 +7,7 @@ PORTNAME= Net-Rendezvous-Publish PORTVERSION= 0.04 +PORTREVISION= 1 CATEGORIES= net perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -14,13 +15,12 @@ MAINTAINER= markun@onohara.to COMMENT= Publish Rendezvous services -BUILD_DEPENDS= p5-Class-Accessor-Lvalue>=0:${PORTSDIR}/devel/p5-Class-Accessor-Lvalue \ - p5-Module-Pluggable>=0:${PORTSDIR}/devel/p5-Module-Pluggable +BUILD_DEPENDS= p5-Class-Accessor-Lvalue>=0:${PORTSDIR}/devel/p5-Class-Accessor-Lvalue RUN_DEPENDS:= ${BUILD_DEPENDS} PERL_CONFIGURE= yes -MAN3= Net::Rendezvous::Publish::Service.3 \ - Net::Rendezvous::Publish.3 +MAN3= Net::Rendezvous::Publish.3 \ + Net::Rendezvous::Publish::Service.3 .include <bsd.port.mk> --- p5-Net-Rendezvous-Publish-0.04_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?3VZNmz6rLyz904>