svn commit: r480531 - head/math/py-CyLP

Yuri Victorovich yuri at FreeBSD.org
Sun Sep 23 20:09:37 UTC 2018


Author: yuri
Date: Sun Sep 23 20:09:36 2018
New Revision: 480531
URL: https://svnweb.freebsd.org/changeset/ports/480531

Log:
  math/py-CyLP: Correct PORTNAME.

Modified:
  head/math/py-CyLP/Makefile

Modified: head/math/py-CyLP/Makefile
==============================================================================
--- head/math/py-CyLP/Makefile	Sun Sep 23 20:02:46 2018	(r480530)
+++ head/math/py-CyLP/Makefile	Sun Sep 23 20:09:36 2018	(r480531)
@@ -1,6 +1,6 @@
 # $FreeBSD$
 
-PORTNAME=	cylp
+PORTNAME=	CyLP
 DISTVERSION=	0.7.2-30
 DISTVERSIONSUFFIX=	-g65a985b
 CATEGORIES=	math python
@@ -26,7 +26,6 @@ RUN_DEPENDS:=	${BUILD_DEPENDS}
 USES=		python:2.7 # 3.X support is still in the pull request: https://github.com/coin-or/CyLP/pull/28
 USE_GITHUB=	yes
 GH_ACCOUNT=	coin-or
-GH_PROJECT=	CyLP
 USE_PYTHON=	distutils cython autoplist
 
 MAKE_ENV=	COIN_INSTALL_DIR=${LOCALBASE}


More information about the svn-ports-all mailing list