Date: Thu, 19 Apr 2012 02:30:06 GMT From: Bryan Drewery <bryan@shatow.net> To: freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/167084: ports-mgmt/portupgrade-devel Makefile update Message-ID: <201204190230.q3J2U6nY071624@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/167084; it has been noted by GNATS. From: Bryan Drewery <bryan@shatow.net> To: bug-followup@FreeBSD.org, ksmakoto@dd.iij4u.or.jp Cc: Subject: Re: ports/167084: ports-mgmt/portupgrade-devel Makefile update Date: Wed, 18 Apr 2012 21:28:17 -0500 This is a multi-part message in MIME format. --------------030200030701020205050302 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Thanks. Also need to update GIT_REPO_URL so it works unauthenticated. Patch attached. Bryan --------------030200030701020205050302 Content-Type: text/plain; charset=windows-1252; name="patch.txt" Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename="patch.txt" --- Makefile.orig 2012-04-18 21:18:30.000000000 -0500 +++ Makefile 2012-04-18 21:21:35.000000000 -0500 @@ -10,7 +10,7 @@ PORTREVISION= 0 PORTEPOCH= 2 CATEGORIES= ports-mgmt -MASTER_SITES= https://github.com/stass/pkgtools/tarball +MASTER_SITES= https://github.com/pkgtools/pkgtools/tarball PKGNAMESUFFIX= -devel DISTNAME= pkgtools-${DISTVERSION} @@ -44,7 +44,7 @@ portsdb.1 ports_glob.1 MANCOMPRESSED= maybe NO_CHECKSUM= yes -GIT_REPO_URL= git@github.com:pkgtools/pkgtools.git +GIT_REPO_URL= http://github.com/pkgtools/pkgtools.git EXAMPLESDIR= ${PREFIX}/share/examples/pkgtools DOCSDIR= ${PREFIX}/share/doc/pkgtools --------------030200030701020205050302--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201204190230.q3J2U6nY071624>