Date: Wed, 20 Apr 2011 15:50:12 GMT From: Alexander Moisseev <moiseev@mezonplus.ru> To: perl@FreeBSD.org Subject: Re: ports/156480: sysutils/backuppc is missing dependency on sysutils/p5-File-Listing Message-ID: <201104201550.p3KFoCbd029802@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/156480; it has been noted by GNATS. From: Alexander Moisseev <moiseev@mezonplus.ru> To: bug-followup@FreeBSD.org, johannes@jo-t.de Cc: Subject: Re: ports/156480: sysutils/backuppc is missing dependency on sysutils/p5-File-Listing Date: Wed, 20 Apr 2011 19:26:05 +0400 This is a multi-part message in MIME format. --------------080104040300000309020507 Content-Type: text/plain; charset=KOI8-R; format=flowed Content-Transfer-Encoding: 7bit - Remove OPTION for mandatory www/p5-libwww dependency - Bump PORTREVISION --------------080104040300000309020507 Content-Type: text/plain; name="patch.diff" Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename="patch.diff" diff -ruN backuppc.orig/Makefile backuppc/Makefile --- backuppc.orig/Makefile 2011-04-20 18:52:03.000000000 +0400 +++ backuppc/Makefile 2011-04-20 18:56:23.000000000 +0400 @@ -7,7 +7,7 @@ PORTNAME= backuppc PORTVERSION= 3.2.0 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= sysutils MASTER_SITES= SF MASTER_SITE_SUBDIR= ${PORTNAME}/${PORTNAME}/${PORTVERSION} @@ -16,6 +16,8 @@ MAINTAINER= moiseev@mezonplus.ru COMMENT= System for backing PCs and laptops to a server +RUN_DEPENDS= p5-libwww>=0:${PORTSDIR}/www/p5-libwww + NO_BUILD= yes USE_PERL5= 5.8.0+ @@ -36,7 +38,6 @@ FILE_RSYNCP "Perl Rsync client" off \ SMBCLIENT "Samba client" off \ NMBLOOKUP "NetBIOS Name lookup tool" off \ - LIBWWW "Perl5 library for WWW access (for FTP Xfer)" off \ XML_RSS "Perl extension to manage RSS files" off .include <bsd.port.options.mk> @@ -56,9 +57,6 @@ .if defined(WITH_NMBLOOKUP) RUN_DEPENDS+= nmblookup:${PORTSDIR}/net/samba-nmblookup .endif -.if defined(WITH_LIBWWW) -RUN_DEPENDS+= p5-libwww>=0:${PORTSDIR}/www/p5-libwww -.endif .if defined(WITH_XML_RSS) RUN_DEPENDS+= ${SITE_PERL}/XML/RSS.pm:${PORTSDIR}/textproc/p5-XML-RSS .endif --------------080104040300000309020507--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201104201550.p3KFoCbd029802>