Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 18 May 2018 18:33:43 +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: r470316 - head/net/geoipupdate
Message-ID:  <201805181833.w4IIXhmW028592@repo.freebsd.org>

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



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