svn commit: r405131 - branches/2016Q1/net/go-geoip

Antoine Brodin antoine at FreeBSD.org
Sun Jan 3 11:33:10 UTC 2016


Author: antoine
Date: Sun Jan  3 11:33:09 2016
New Revision: 405131
URL: https://svnweb.freebsd.org/changeset/ports/405131

Log:
  MFH: r405130
  
  Fix after last commit
  
  Reported by:	pkg-fallout

Modified:
  branches/2016Q1/net/go-geoip/Makefile
Directory Properties:
  branches/2016Q1/   (props changed)

Modified: branches/2016Q1/net/go-geoip/Makefile
==============================================================================
--- branches/2016Q1/net/go-geoip/Makefile	Sun Jan  3 11:32:42 2016	(r405130)
+++ branches/2016Q1/net/go-geoip/Makefile	Sun Jan  3 11:33:09 2016	(r405131)
@@ -18,7 +18,7 @@ USE_GITHUB=	yes
 GH_ACCOUNT=	abh
 GH_TAGNAME=	da13074
 
-GO_PKGNAME=	github.com/${GH_ACCOUNT}/${GH_PROJECT}
+GO_PKGNAME=	github.com/${GH_ACCOUNT}/${PORTNAME}
 
 .include <bsd.port.pre.mk>
 .include "${PORTSDIR}/lang/go/files/bsd.go.mk"


More information about the svn-ports-all mailing list