svn commit: r349258 - head/math/coinmp
Baptiste Daroussin
bapt at FreeBSD.org
Wed Mar 26 15:46:07 UTC 2014
Author: bapt
Date: Wed Mar 26 15:46:06 2014
New Revision: 349258
URL: http://svnweb.freebsd.org/changeset/ports/349258
QAT: https://qat.redports.org/buildarchive/r349258/
Log:
Fix license to allow package redistribution
Modified:
head/math/coinmp/Makefile
Modified: head/math/coinmp/Makefile
==============================================================================
--- head/math/coinmp/Makefile Wed Mar 26 14:36:46 2014 (r349257)
+++ head/math/coinmp/Makefile Wed Mar 26 15:46:06 2014 (r349258)
@@ -5,7 +5,6 @@ PORTNAME= CoinMP
PORTVERSION= 1.7.2
CATEGORIES= math
MASTER_SITES= http://www.coin-or.org/download/source/CoinMP/
-EXTRACT_SUFX= .tgz
MAINTAINER= ports at FreeBSD.org
COMMENT= Optimization library with support for COIN-OR CLP, CBC, and CGL
@@ -13,11 +12,11 @@ COMMENT= Optimization library with suppo
LICENSE= CPL
LICENSE_NAME= Common Public License, Version 1.0
LICENSE_FILE= ${WRKSRC}/CoinMP/LICENSE
-LICENSE_PERMS= auto-accept
+LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept
CONFLICTS= clp-[0-9]*
-USES= pkgconfig
+USES= pkgconfig tar:tgz
USE_AUTOTOOLS= libtool
USE_LDCONFIG= yes
USE_GCC= any
More information about the svn-ports-all
mailing list