Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 17 Feb 2016 17:18:04 +0000 (UTC)
From:      Renato Botelho <garga@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org
Subject:   svn commit: r409053 - in branches/2016Q1: devel/py-ipdb games/freesweep games/lgeneral security/libgcrypt
Message-ID:  <201602171718.u1HHI4oW098510@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: garga
Date: Wed Feb 17 17:18:04 2016
New Revision: 409053
URL: https://svnweb.freebsd.org/changeset/ports/409053

Log:
  Direct commit:
  
  r405873 introduced support to 'or later' concept on licenses, adding a
  plus sign in the end of license name
  
  This revision was never merged into quarterly but individual MFH commits
  introduced some changes adding these licenses, what end up marking port
  as IGNORED when BATCH is defined, as poudriere does, because license is
  unknown
  
  This commit reverts these individual changes
  
  Approved by:	ports-secteam (feld)
  Sponsored by:	Rubicon Communications (Netgate)

Modified:
  branches/2016Q1/devel/py-ipdb/Makefile
  branches/2016Q1/games/freesweep/Makefile
  branches/2016Q1/games/lgeneral/Makefile
  branches/2016Q1/security/libgcrypt/Makefile

Modified: branches/2016Q1/devel/py-ipdb/Makefile
==============================================================================
--- branches/2016Q1/devel/py-ipdb/Makefile	Wed Feb 17 15:56:42 2016	(r409052)
+++ branches/2016Q1/devel/py-ipdb/Makefile	Wed Feb 17 17:18:04 2016	(r409053)
@@ -10,7 +10,7 @@ PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 MAINTAINER=	milki@FreeBSD.org
 COMMENT=	IPython-enabled pdb
 
-LICENSE=	GPLv2+
+LICENSE=	GPLv2
 LICENSE_FILE=	${WRKSRC}/COPYING.txt
 
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}ipython>=0.10:${PORTSDIR}/devel/ipython

Modified: branches/2016Q1/games/freesweep/Makefile
==============================================================================
--- branches/2016Q1/games/freesweep/Makefile	Wed Feb 17 15:56:42 2016	(r409052)
+++ branches/2016Q1/games/freesweep/Makefile	Wed Feb 17 17:18:04 2016	(r409053)
@@ -9,7 +9,7 @@ CATEGORIES=	games
 MAINTAINER=	rwestlun@gmail.com
 COMMENT=	Minesweeper-style game for text-mode terminals
 
-LICENSE=	GPLv2+
+LICENSE=	GPLv2
 
 USE_GITHUB=	yes
 GH_ACCOUNT=	rwestlund

Modified: branches/2016Q1/games/lgeneral/Makefile
==============================================================================
--- branches/2016Q1/games/lgeneral/Makefile	Wed Feb 17 15:56:42 2016	(r409052)
+++ branches/2016Q1/games/lgeneral/Makefile	Wed Feb 17 17:18:04 2016	(r409053)
@@ -13,7 +13,7 @@ DISTFILES=	${DISTNAME}${EXTRACT_SUFX}:DE
 MAINTAINER=	ports@FreeBSD.org
 COMMENT=	Turn-based strategy engine inspired by Panzer General
 
-LICENSE=	GPLv2+
+LICENSE=	GPLv2
 
 BROKEN_powerpc=	does not install
 BROKEN_sparc64=	does not install

Modified: branches/2016Q1/security/libgcrypt/Makefile
==============================================================================
--- branches/2016Q1/security/libgcrypt/Makefile	Wed Feb 17 15:56:42 2016	(r409052)
+++ branches/2016Q1/security/libgcrypt/Makefile	Wed Feb 17 17:18:04 2016	(r409053)
@@ -8,7 +8,7 @@ MASTER_SITES=	GNUPG
 MAINTAINER=	cpm@FreeBSD.org
 COMMENT=	General purpose crypto library based on code used in GnuPG
 
-LICENSE=	GPLv2+ LGPL21+
+LICENSE=	GPLv2 LGPL21
 LICENSE_COMB=	multi
 
 BUILD_DEPENDS=	libgpg-error>=1.8:${PORTSDIR}/security/libgpg-error



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