ports/167084: ports-mgmt/portupgrade-devel Makefile update

Bryan Drewery bryan at shatow.net
Thu Apr 19 02:30:06 UTC 2012


The following reply was made to PR ports/167084; it has been noted by GNATS.

From: Bryan Drewery <bryan at shatow.net>
To: bug-followup at FreeBSD.org, ksmakoto at 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 at 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--



More information about the freebsd-ports-bugs mailing list