Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 18 May 2018 17:42:16 +0000 (UTC)
From:      Adam Weinberger <adamw@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r470315 - head/net/GeoIP
Message-ID:  <201805181742.w4IHgGmu001654@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: adamw
Date: Fri May 18 17:42:16 2018
New Revision: 470315
URL: https://svnweb.freebsd.org/changeset/ports/470315

Log:
  Use the pre-rolled tarball instead of autoreconficating

Modified:
  head/net/GeoIP/Makefile
  head/net/GeoIP/distinfo

Modified: head/net/GeoIP/Makefile
==============================================================================
--- head/net/GeoIP/Makefile	Fri May 18 17:37:21 2018	(r470314)
+++ head/net/GeoIP/Makefile	Fri May 18 17:42:16 2018	(r470315)
@@ -3,19 +3,15 @@
 
 PORTNAME=	GeoIP
 PORTVERSION=	1.6.12
-DISTVERSIONPREFIX=	v
 CATEGORIES=	net geography
+MASTER_SITES=	https://github.com/maxmind/geoip-api-c/releases/download/v${PORTVERSION}/
 
 MAINTAINER=	adamw@FreeBSD.org
 COMMENT=	Find the country that any IP address or hostname originates from
 
 LICENSE=	GPLv2
 
-USE_GITHUB=	yes
-GH_ACCOUNT=	maxmind
-GH_PROJECT=	geoip-api-c
-
-USES=		autoreconf libtool pathfix
+USES=		libtool pathfix
 
 USE_LDCONFIG=	yes
 GNU_CONFIGURE=	yes

Modified: head/net/GeoIP/distinfo
==============================================================================
--- head/net/GeoIP/distinfo	Fri May 18 17:37:21 2018	(r470314)
+++ head/net/GeoIP/distinfo	Fri May 18 17:42:16 2018	(r470315)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1516243686
-SHA256 (maxmind-geoip-api-c-v1.6.12_GH0.tar.gz) = 99b119f8e21e94f1dfd6d49fbeed29a70df1544896e76cd456f25e397b07d476
-SIZE (maxmind-geoip-api-c-v1.6.12_GH0.tar.gz) = 160826
+TIMESTAMP = 1526665187
+SHA256 (GeoIP-1.6.12.tar.gz) = 1dfb748003c5e4b7fd56ba8c4cd786633d5d6f409547584f6910398389636f80
+SIZE (GeoIP-1.6.12.tar.gz) = 473914



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