mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-20 00:21:35 +00:00
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
This commit is contained in:
parent
94df00080a
commit
b9b8aeb366
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=533560
1
MOVED
1
MOVED
@ -13972,7 +13972,6 @@ www/py-meld||2020-01-27|Has expired: Unmaintained, uses EOLed python27
|
||||
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
|
||||
|
30
www/varnish-libvmod-maxminddb/Makefile
Normal file
30
www/varnish-libvmod-maxminddb/Makefile
Normal file
@ -0,0 +1,30 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= libvmod-maxminddb
|
||||
DISTVERSION= 1.0.1
|
||||
CATEGORIES= www
|
||||
PKGNAMEPREFIX= varnish-
|
||||
|
||||
MAINTAINER= allanjude@FreeBSD.org
|
||||
COMMENT= Varnish Module (vmod) for accessing maxminddb geoip data
|
||||
|
||||
LICENSE= BSD2CLAUSE
|
||||
|
||||
BUILD_DEPENDS= rst2man:textproc/py-docutils@${PY_FLAVOR}
|
||||
LIB_DEPENDS= libmaxminddb.so:net/libmaxminddb
|
||||
|
||||
USES= autoreconf compiler:c11 gmake libtool pkgconfig \
|
||||
python:3.7+,build varnish:6
|
||||
USE_GITHUB= yes
|
||||
GH_ACCOUNT= scaleengine
|
||||
GH_PROJECT= libvmod_maxminddb
|
||||
USE_LDCONFIG= ${PREFIX}/lib/varnach/vmods
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ARGS= --disable-static
|
||||
|
||||
INSTALL_TARGET= install-strip
|
||||
|
||||
OPTIONS_DEFINE= DOCS
|
||||
|
||||
.include <bsd.port.mk>
|
3
www/varnish-libvmod-maxminddb/distinfo
Normal file
3
www/varnish-libvmod-maxminddb/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
TIMESTAMP = 1588343073
|
||||
SHA256 (scaleengine-libvmod_maxminddb-1.0.1_GH0.tar.gz) = aeec44782edd964e2933cae0f2d66e4c1e9e255017cea67ec4cd0d428d4a51a0
|
||||
SIZE (scaleengine-libvmod_maxminddb-1.0.1_GH0.tar.gz) = 4152
|
3
www/varnish-libvmod-maxminddb/pkg-descr
Normal file
3
www/varnish-libvmod-maxminddb/pkg-descr
Normal file
@ -0,0 +1,3 @@
|
||||
Varnish Module (vmod) for accessing maxminddb geoip data
|
||||
|
||||
WWW: https://github.com/simonvik/libvmod_maxminddb
|
4
www/varnish-libvmod-maxminddb/pkg-plist
Normal file
4
www/varnish-libvmod-maxminddb/pkg-plist
Normal file
@ -0,0 +1,4 @@
|
||||
lib/varnish/vmods/libvmod_maxminddb.so
|
||||
man/man3/vmod_maxminddb.3.gz
|
||||
%%PORTDOCS%%%%DOCSDIR%%/LICENSE
|
||||
%%PORTDOCS%%%%DOCSDIR%%/README.rst
|
Loading…
Reference in New Issue
Block a user