svn commit: r367260 - head/mail/sqlgrey

Mark Felder feld at FreeBSD.org
Thu Sep 4 11:56:46 UTC 2014


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 at 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 \


More information about the svn-ports-head mailing list