svn commit: r470315 - head/net/GeoIP

Adam Weinberger adamw at FreeBSD.org
Fri May 18 17:42:17 UTC 2018


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 at 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


More information about the svn-ports-all mailing list