svn commit: r470316 - head/net/geoipupdate

Adam Weinberger adamw at FreeBSD.org
Fri May 18 18:33:44 UTC 2018


Author: adamw
Date: Fri May 18 18:33:43 2018
New Revision: 470316
URL: https://svnweb.freebsd.org/changeset/ports/470316

Log:
  Use the pre-rolled tarball to avoid autoreconf

Modified:
  head/net/geoipupdate/Makefile
  head/net/geoipupdate/distinfo

Modified: head/net/geoipupdate/Makefile
==============================================================================
--- head/net/geoipupdate/Makefile	Fri May 18 17:42:16 2018	(r470315)
+++ head/net/geoipupdate/Makefile	Fri May 18 18:33:43 2018	(r470316)
@@ -3,8 +3,8 @@
 
 PORTNAME=	geoipupdate
 PORTVERSION=	2.5.0
-DISTVERSIONPREFIX=	v
 CATEGORIES=	net geography
+MASTER_SITES=	https://github.com/maxmind/geoipupdate/releases/download/v${PORTVERSION}/
 
 MAINTAINER=	adamw at FreeBSD.org
 COMMENT=	Fetch the latest copies of the paid GeoIP database
@@ -13,10 +13,7 @@ LICENSE=	GPLv2
 
 LIB_DEPENDS=	libcurl.so:ftp/curl
 
-USE_GITHUB=	yes
-GH_ACCOUNT=	maxmind
-
-USES=		libtool localbase pathfix autoreconf
+USES=		libtool localbase pathfix
 GNU_CONFIGURE=	yes
 
 OPTIONS_DEFINE=	DOCS

Modified: head/net/geoipupdate/distinfo
==============================================================================
--- head/net/geoipupdate/distinfo	Fri May 18 17:42:16 2018	(r470315)
+++ head/net/geoipupdate/distinfo	Fri May 18 18:33:43 2018	(r470316)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1509412759
-SHA256 (maxmind-geoipupdate-v2.5.0_GH0.tar.gz) = ef0dc397055d14df93ab5d67ce4c3c1d91dabe1875e808cc60951ff523b2fcab
-SIZE (maxmind-geoipupdate-v2.5.0_GH0.tar.gz) = 35407
+TIMESTAMP = 1526668327
+SHA256 (geoipupdate-2.5.0.tar.gz) = 5119fd0e338cd083e886228b26679c64bcbaade8a815be092aecf865a610ab26
+SIZE (geoipupdate-2.5.0.tar.gz) = 371882


More information about the svn-ports-head mailing list