Date: Tue, 13 Mar 2012 23:15:00 -0400 (EDT) From: Steve Wills <swills@FreeBSD.org> To: FreeBSD-gnats-submit@FreeBSD.org Cc: vvelox@vvelox.net Subject: ports/166070: [PATCH] sysutils/p5-ZConf-Cron: add missing DEPENDS, other changes Message-ID: <201203140315.q2E3F0S8054028@meatwad.mouf.net> Resent-Message-ID: <201203140320.q2E3K59k072742@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 166070 >Category: ports >Synopsis: [PATCH] sysutils/p5-ZConf-Cron: add missing DEPENDS, other changes >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 Mar 14 03:20:05 UTC 2012 >Closed-Date: >Last-Modified: >Originator: Steve Wills >Release: FreeBSD 10.0-CURRENT amd64 >Organization: >Environment: System: FreeBSD meatwad.mouf.net 10.0-CURRENT FreeBSD 10.0-CURRENT #14 r232426: Fri Mar 2 21:54:42 >Description: - Avoid use of SITE_PERL in DEPENDS - Sort DEPENDS - Add missing DEPENDS - Bump PORTREVISION Port maintainer (vvelox@vvelox.net) is cc'd. Generated with FreeBSD Port Tools 0.99_3 (mode: change, diff: CVS) >How-To-Repeat: >Fix: --- p5-ZConf-Cron-1.1.0_1.patch begins here --- Index: Makefile =================================================================== RCS file: /home/pcvs/ports/sysutils/p5-ZConf-Cron/Makefile,v retrieving revision 1.5 diff -u -u -r1.5 Makefile --- Makefile 20 Jun 2011 09:03:20 -0000 1.5 +++ Makefile 14 Mar 2012 03:13:46 -0000 @@ -7,6 +7,7 @@ PORTNAME= ZConf-Cron PORTVERSION= 1.1.0 +PORTREVISION= 1 CATEGORIES= sysutils perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:VVELOX @@ -15,10 +16,12 @@ MAINTAINER= vvelox@vvelox.net COMMENT= Handles storing cron tabs in ZConf -BUILD_DEPENDS= ${SITE_PERL}/ZConf.pm:${PORTSDIR}/net/p5-ZConf \ - ${SITE_PERL}/DateTime/Event/Cron.pm:${PORTSDIR}/devel/p5-DateTime-Event-Cron \ - ${SITE_PERL}/mach/DateTime/Duration.pm:${PORTSDIR}/devel/p5-DateTime \ - ${SITE_PERL}/DateTime/Format/Strptime.pm:${PORTSDIR}/devel/p5-DateTime-Format-Strptime +BUILD_DEPENDS= p5-DateTime-Event-Cron>=0:${PORTSDIR}/devel/p5-DateTime-Event-Cron \ + p5-DateTime-Format-Strptime>=0:${PORTSDIR}/devel/p5-DateTime-Format-Strptime \ + p5-DateTime>=0:${PORTSDIR}/devel/p5-DateTime \ + p5-ZConf-GUI>=0:${PORTSDIR}/devel/p5-ZConf-GUI \ + p5-ZConf>=0:${PORTSDIR}/net/p5-ZConf +RUN_DEPENS:= ${BUILD_DEPENDS} PERL_CONFIGURE= yes --- p5-ZConf-Cron-1.1.0_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?201203140315.q2E3F0S8054028>