ports/55648: Fixed non-existing dependency.
Yu-Shun Wang
yushunwa at isi.edu
Sat Aug 16 23:50:23 UTC 2003
>Number: 55648
>Category: ports
>Synopsis: Fixed non-existing dependency.
>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: Sat Aug 16 16:50:21 PDT 2003
>Closed-Date:
>Last-Modified:
>Originator: Yu-Shun Wang
>Release: FreeBSD 5.1-CURRENT i386
>Organization:
USC/ISI
>Environment:
System: FreeBSD tnn.isi.edu 5.1-CURRENT FreeBSD 5.1-CURRENT #1: Mon Aug 11 10:32:17 PDT 2003 yushunwa at tnn.isi.edu:/usr/obj/usr/src/sys/KERNEL-1.25 i386
>Description:
Fixed non-existing dependency (p5-CGI to p5-CGI.pm).
>How-To-Repeat:
Install original port.
>Fix:
--- xbone-1.PR begins here ---
diff -ruN xbone.bak/Makefile xbone/Makefile
--- xbone.bak/Makefile Sat Aug 16 16:36:24 2003
+++ xbone/Makefile Sat Aug 16 16:39:27 2003
@@ -7,14 +7,13 @@
PORTNAME= XBone
PORTVERSION= 2.0
+PORTREVISION= 1
CATEGORIES= net
MASTER_SITES= http://www.isi.edu/xbone/software/x-bone/
MAINTAINER= yushunwa at isi.edu
COMMENT= A system for dynamic internet overlay deployment and management
-BROKEN= "Depends on nonexistent port"
-
.include <bsd.port.pre.mk>
.if ${OSVERSION} < 320000
BROKEN= "X-Bone does not support FreeBSD prior to 3.2"
@@ -50,8 +49,8 @@
PLIST= ${PKGDIR}/pkg-plist.rd
.else
BUILD_DEPENDS= ${PREFIX}/sbin/httpsd:${PORTSDIR}/www/apache13-ssl\
- ${PERL_LIB}/CGI/Carp.pm:${PORTSDIR}/www/p5-CGI \
- ${PERL_LIB}/Mail/Sendmail.pm:${PORTSDIR}/mail/p5-Mail-Sendmail \
+ ${PERL_LIB}/CGI/Carp.pm:${PORTSDIR}/www/p5-CGI.pm\
+ ${PERL_LIB}/Mail/Sendmail.pm:${PORTSDIR}/mail/p5-Mail-Sendmail\
${PERL_LIB}/Net/Netmask.pm:${PORTSDIR}/net/p5-Net-Netmask\
${PERL_LIB}/File/CounterFile.pm:${PORTSDIR}/misc/p5-File-CounterFile \
${PERL_LIB}/${PERL_ARCH}/Net/SSLeay.pm:${PORTSDIR}/security/p5-Net-SSLeay \
diff -ruN xbone.bak/files/patch-XB_Defs.pm xbone/files/patch-XB_Defs.pm
--- xbone.bak/files/patch-XB_Defs.pm Sat Aug 16 16:36:24 2003
+++ xbone/files/patch-XB_Defs.pm Sat Aug 16 16:40:08 2003
@@ -5,7 +5,7 @@
$XB_Defs::XBONE_VERSION_DATE = # Date this version was created.
- "30/10/2001"; # "<day_num>/<month_num>/<year_num>"
-+ "1/1/2003"; # "<day_num>/<month_num>/<year_num>"
++ "10/1/2003"; # "<day_num>/<month_num>/<year_num>"
# `date "+%d/%m/%Y"`; # <- for development
$XB_Defs::XBONE_OBSOLETE_LIMIT = # Seconds after the version date
--- xbone-1.PR ends here ---
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list