Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 15 May 2016 20:37:43 -0400
From:      Allan Jude <allanjude@freebsd.org>
To:        Baptiste Daroussin <bapt@FreeBSD.org>
Cc:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   Re: svn commit: r415292 - in head/www: . varnish-libvmod-maxminddb varnish-libvmod-maxminddb/files
Message-ID:  <57391657.7070305@freebsd.org>
In-Reply-To: <20160516003510.GP49383@ivaldir.etoilebsd.net>
References:  <201605160029.u4G0Tahw048545@repo.freebsd.org> <20160516003510.GP49383@ivaldir.etoilebsd.net>

next in thread | previous in thread | raw e-mail | index | archive | help
On 2016-05-15 20:35, Baptiste Daroussin wrote:
> 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
> 

because all of the other vmods are a -, including all of the official
ones. This is a user created one, and it decided to be different, so I
normalized it.

>> +DISTVERSION=	1.0.0
>> +CATEGORIES=	www
>> +PKGNAMEPREFIX=	varnish-
>> +
>> +MAINTAINER=	ports@FreeBSD.org
> 
> Adding new ports with no maintainer is usually a bad idea
> 

I didn't want to just volunteer feld@ to do it ;)

-- 
Allan Jude



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