Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 3 Jan 2016 11:32:42 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r405130 - head/net/go-geoip
Message-ID:  <201601031132.u03BWgWt070964@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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"



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201601031132.u03BWgWt070964>