svn commit: r415292 - in head/www: . varnish-libvmod-maxminddb varnish-libvmod-maxminddb/files
Baptiste Daroussin
bapt at FreeBSD.org
Mon May 16 00:35:15 UTC 2016
On Mon, May 16, 2016 at 12:29:36AM +0000, Allan Jude wrote:
> Author: allanjude (src,doc committer)
> Date: Mon May 16 00:29:36 2016
> New Revision: 415292
> URL: https://svnweb.freebsd.org/changeset/ports/415292
>
> Log:
> add www/varnish-libvmod-maxminddb
>
> Varnish Module (vmod) for accessing maxminddb geoip data
>
> Approved by: feld
> Sponsored by: ScaleEngine Inc.
> Differential Revision: https://reviews.freebsd.org/D6380
>
> Added:
> head/www/varnish-libvmod-maxminddb/
> head/www/varnish-libvmod-maxminddb/Makefile (contents, props changed)
> head/www/varnish-libvmod-maxminddb/distinfo (contents, props changed)
> head/www/varnish-libvmod-maxminddb/files/
> head/www/varnish-libvmod-maxminddb/files/patch-Makefile.am (contents, props changed)
> head/www/varnish-libvmod-maxminddb/pkg-descr (contents, props changed)
> head/www/varnish-libvmod-maxminddb/pkg-plist (contents, props changed)
> Modified:
> head/www/Makefile
>
> Modified: head/www/Makefile
> ==============================================================================
> --- head/www/Makefile Mon May 16 00:29:25 2016 (r415291)
> +++ head/www/Makefile Mon May 16 00:29:36 2016 (r415292)
> @@ -2254,6 +2254,7 @@
> SUBDIR += uzbl
> SUBDIR += validator
> SUBDIR += varnish-libvmod-header
> + SUBDIR += varnish-libvmod-maxminddb
> SUBDIR += varnish-libvmod-saintmode
> SUBDIR += varnish-nagios
> SUBDIR += varnish4
>
> Added: head/www/varnish-libvmod-maxminddb/Makefile
> ==============================================================================
> --- /dev/null 00:00:00 1970 (empty, because file is newly added)
> +++ head/www/varnish-libvmod-maxminddb/Makefile Mon May 16 00:29:36 2016 (r415292)
> @@ -0,0 +1,33 @@
> +# $FreeBSD$
> +
> +PORTNAME= libvmod-maxminddb
Why naming it with a '-' when upstream name it with a '_' that would avoid the
need of GH_PROJECT
> +DISTVERSION= 1.0.0
> +CATEGORIES= www
> +PKGNAMEPREFIX= varnish-
> +
> +MAINTAINER= ports at FreeBSD.org
Adding new ports with no maintainer is usually a bad idea
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: not available
URL: <http://lists.freebsd.org/pipermail/svn-ports-all/attachments/20160516/b8c1de10/attachment.sig>
More information about the svn-ports-all
mailing list