Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 4 Sep 2014 11:56:46 +0000 (UTC)
From:      Mark Felder <feld@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r367260 - head/mail/sqlgrey
Message-ID:  <201409041156.s84Bukd0080256@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: feld
Date: Thu Sep  4 11:56:46 2014
New Revision: 367260
URL: http://svnweb.freebsd.org/changeset/ports/367260
QAT: https://qat.redports.org/buildarchive/r367260/

Log:
  License is supposed to have a lower case "v" or some build
  environments will error with:
  
   License GPLV2 needs confirmation, but BATCH is defined
  
  as it will be an unrecognized license.

Modified:
  head/mail/sqlgrey/Makefile

Modified: head/mail/sqlgrey/Makefile
==============================================================================
--- head/mail/sqlgrey/Makefile	Thu Sep  4 11:12:08 2014	(r367259)
+++ head/mail/sqlgrey/Makefile	Thu Sep  4 11:56:46 2014	(r367260)
@@ -10,7 +10,7 @@ MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}
 MAINTAINER=	ports@FreeBSD.org
 COMMENT=	Greylisting policy server for Postfix using an SQL backend
 
-LICENSE=	GPLV2
+LICENSE=	GPLv2
 
 RUN_DEPENDS=	p5-Net-Server>=0:${PORTSDIR}/net/p5-Net-Server \
 		p5-IO-Multiplex>=0:${PORTSDIR}/devel/p5-IO-Multiplex \



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