Date: Sun, 3 Jan 2016 11:33:09 +0000 (UTC) From: Antoine Brodin <antoine@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r405131 - branches/2016Q1/net/go-geoip Message-ID: <201601031133.u03BX9eS071117@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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"
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201601031133.u03BX9eS071117>