Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 1 May 2020 16:47:30 +0000 (UTC)
From:      Allan Jude <allanjude@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r533560 - in head: . www/varnish-libvmod-maxminddb www/varnish-libvmod-maxminddb/files
Message-ID:  <202005011647.041GlUeo020815@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: allanjude (src,doc committer)
Date: Fri May  1 16:47:30 2020
New Revision: 533560
URL: https://svnweb.freebsd.org/changeset/ports/533560

Log:
  Restore www/varnish-libvmod-maxminddb
  
  It was previously removed because of python2.7
  
  This updates to a newer version, using python3.7 to build for varnish6
  
  Approved by:	jrm
  Sponsored by:	ScaleEngine Inc.
  Differential Revision:	https://reviews.freebsd.org/D24643

Added:
  head/www/varnish-libvmod-maxminddb/
     - copied from r524264, head/www/varnish-libvmod-maxminddb/
Deleted:
  head/www/varnish-libvmod-maxminddb/files/
Modified:
  head/MOVED
  head/www/varnish-libvmod-maxminddb/Makefile
  head/www/varnish-libvmod-maxminddb/distinfo

Modified: head/MOVED
==============================================================================
--- head/MOVED	Fri May  1 15:43:40 2020	(r533559)
+++ head/MOVED	Fri May  1 16:47:30 2020	(r533560)
@@ -13972,7 +13972,6 @@ www/py-meld||2020-01-27|Has expired: Unmaintained, use
 www/py-mt||2020-01-27|Has expired: Unmaintained, uses EOLed python27
 www/py-rhodecode||2020-01-27|Has expired: Unmaintained, uses EOLed python27
 www/qooxdoo||2020-01-27|Has expired: Unmaintained, uses EOLed python27
-www/varnish-libvmod-maxminddb||2020-01-27|Has expired: Unmaintained, uses EOLed python27
 x11/metisse||2020-01-27|Has expired: Unmaintained, uses EOLed python27
 x11/ooxcb||2020-01-27|Has expired: Unmaintained, uses EOLed python27
 x11-toolkits/diorite||2020-01-27|Has expired: Unmaintained, uses EOLed python27

Modified: head/www/varnish-libvmod-maxminddb/Makefile
==============================================================================
--- head/www/varnish-libvmod-maxminddb/Makefile	Mon Jan 27 16:52:03 2020	(r524264)
+++ head/www/varnish-libvmod-maxminddb/Makefile	Fri May  1 16:47:30 2020	(r533560)
@@ -1,35 +1,29 @@
 # $FreeBSD$
 
 PORTNAME=	libvmod-maxminddb
-DISTVERSION=	1.0.0
-PORTREVISION=	1
+DISTVERSION=	1.0.1
 CATEGORIES=	www
 PKGNAMEPREFIX=	varnish-
 
-MAINTAINER=	ports@FreeBSD.org
+MAINTAINER=	allanjude@FreeBSD.org
 COMMENT=	Varnish Module (vmod) for accessing maxminddb geoip data
 
-DEPRECATED=	Unmaintained, uses EOLed python27
-EXPIRATION_DATE=	2020-01-27
-
 LICENSE=	BSD2CLAUSE
 
-BUILD_DEPENDS=	rst2man:textproc/py-docutils
-
+BUILD_DEPENDS=	rst2man:textproc/py-docutils@${PY_FLAVOR}
 LIB_DEPENDS=	libmaxminddb.so:net/libmaxminddb
 
 USES=		autoreconf compiler:c11 gmake libtool pkgconfig \
-		python:2.7,build varnish
-GNU_CONFIGURE=	yes
-CONFIGURE_ARGS=	--disable-static
-INSTALL_TARGET=	install-strip
-
+		python:3.7+,build varnish:6
 USE_GITHUB=	yes
-GH_ACCOUNT=	simonvik
+GH_ACCOUNT=	scaleengine
 GH_PROJECT=	libvmod_maxminddb
-GH_TAGNAME=	4ae6a7f
+USE_LDCONFIG=	${PREFIX}/lib/varnach/vmods
 
-MAKE_JOBS_UNSAFE=	yes
+GNU_CONFIGURE=	yes
+CONFIGURE_ARGS=	--disable-static
+
+INSTALL_TARGET=	install-strip
 
 OPTIONS_DEFINE=	DOCS
 

Modified: head/www/varnish-libvmod-maxminddb/distinfo
==============================================================================
--- head/www/varnish-libvmod-maxminddb/distinfo	Mon Jan 27 16:52:03 2020	(r524264)
+++ head/www/varnish-libvmod-maxminddb/distinfo	Fri May  1 16:47:30 2020	(r533560)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1463350841
-SHA256 (simonvik-libvmod_maxminddb-1.0.0-4ae6a7f_GH0.tar.gz) = d6aab1a15ebcc6136a975250d223223413603b53dbf1c02652dfa5edd83f3d8a
-SIZE (simonvik-libvmod_maxminddb-1.0.0-4ae6a7f_GH0.tar.gz) = 3927
+TIMESTAMP = 1588343073
+SHA256 (scaleengine-libvmod_maxminddb-1.0.1_GH0.tar.gz) = aeec44782edd964e2933cae0f2d66e4c1e9e255017cea67ec4cd0d428d4a51a0
+SIZE (scaleengine-libvmod_maxminddb-1.0.1_GH0.tar.gz) = 4152



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