Date: Mon, 21 Dec 2009 08:30:02 GMT From: "KISHIMOTO, Makoto" <ksmakoto@dd.iij4u.or.jp> To: ruby@FreeBSD.org Subject: Re: ports/140192: ports-mgmt/portupgrade-devel fails to install a new port. Message-ID: <200912210830.nBL8U2Xw022530@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/140192; it has been noted by GNATS. From: "KISHIMOTO, Makoto" <ksmakoto@dd.iij4u.or.jp> To: bug-followup@FreeBSD.org, jimmiejaz@gmail.com Cc: Subject: Re: ports/140192: ports-mgmt/portupgrade-devel fails to install a new port. Date: Mon, 21 Dec 2009 17:25:12 +0900 Hi, This is quick fix. --- portupgrade.ORG 2009-12-20 10:11:00.000000000 +0900 +++ portupgrade 2009-12-20 10:16:10.000000000 +0900 @@ -834,7 +834,7 @@ depends = Set.new portdir = $portsdb.portdir(origin) - return nil if not File.directory?(portdir) + return [] if not File.directory?(portdir) begin run_make_config(portdir, origin) if $config
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200912210830.nBL8U2Xw022530>