ports/155337: [maintainer update] Add dependency on www/p5-libwww
Alexander Moisseev
moiseev at mezonplus.ru
Mon Mar 7 07:30:09 UTC 2011
>Number: 155337
>Category: ports
>Synopsis: [maintainer update] Add dependency on www/p5-libwww
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: freebsd-ports-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: maintainer-update
>Submitter-Id: current-users
>Arrival-Date: Mon Mar 07 07:30:08 UTC 2011
>Closed-Date:
>Last-Modified:
>Originator: Alexander Moisseev
>Release:
>Organization:
>Environment:
>Description:
Add dependency on www/p5-libwww, which is used to handle FTP Xfer.
>How-To-Repeat:
>Fix:
Patch attached with submission follows:
diff -ruN /usr/ports/sysutils/backuppc.orig/Makefile /usr/ports/sysutils/backuppc/Makefile
--- /usr/ports/sysutils/backuppc.orig/Makefile 2010-11-06 21:55:37.000000000 +0300
+++ /usr/ports/sysutils/backuppc/Makefile 2011-03-06 22:35:45.000000000 +0300
@@ -7,7 +7,7 @@
PORTNAME= backuppc
PORTVERSION= 3.2.0
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= sysutils
MASTER_SITES= SF
MASTER_SITE_SUBDIR= ${PORTNAME}/${PORTNAME}/${PORTVERSION}
@@ -36,6 +36,7 @@
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>
@@ -55,6 +56,9 @@
.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
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list