ports/156480: sysutils/backuppc is missing dependency on
sysutils/p5-File-Listing
Alexander Moisseev
moiseev at mezonplus.ru
Wed Apr 20 15:50:12 UTC 2011
The following reply was made to PR ports/156480; it has been noted by GNATS.
From: Alexander Moisseev <moiseev at mezonplus.ru>
To: bug-followup at FreeBSD.org, johannes at 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 at 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--
More information about the freebsd-perl
mailing list