Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 23 Sep 2018 20:09:36 +0000 (UTC)
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r480531 - head/math/py-CyLP
Message-ID:  <201809232009.w8NK9a65060909@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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}



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