svn commit: r409053 - in branches/2016Q1: devel/py-ipdb games/freesweep games/lgeneral security/libgcrypt
Renato Botelho
garga at FreeBSD.org
Wed Feb 17 17:18:06 UTC 2016
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 at 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 at 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 at 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 at 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
More information about the svn-ports-branches
mailing list