svn commit: r405130 - head/net/go-geoip

Antoine Brodin antoine at FreeBSD.org
Sun Jan 3 11:32:44 UTC 2016


Author: antoine
Date: Sun Jan  3 11:32:42 2016
New Revision: 405130
URL: https://svnweb.freebsd.org/changeset/ports/405130

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

Modified:
  head/net/go-geoip/Makefile

Modified: head/net/go-geoip/Makefile
==============================================================================
--- head/net/go-geoip/Makefile	Sun Jan  3 11:23:38 2016	(r405129)
+++ head/net/go-geoip/Makefile	Sun Jan  3 11:32:42 2016	(r405130)
@@ -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