Date: Sat, 16 Aug 2003 16:47:31 -0700 (PDT) From: Yu-Shun Wang <yushunwa@isi.edu> To: FreeBSD-gnats-submit@FreeBSD.org Cc: xbone@isi.edu Subject: ports/55648: Fixed non-existing dependency. Message-ID: <200308162347.h7GNlVhO013568@tnn.isi.edu> Resent-Message-ID: <200308162350.h7GNoLst056015@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>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@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@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:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200308162347.h7GNlVhO013568>