svn commit: r432279 - head/sysutils/py-drmaa

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Mon Jan 23 18:51:49 UTC 2017


Author: sunpoet
Date: Mon Jan 23 18:51:47 2017
New Revision: 432279
URL: https://svnweb.freebsd.org/changeset/ports/432279

Log:
  Update MASTER_SITES and unbreak this port
  
  - Add NO_ARCH
  - Remove PROJECTHOST
  - While I'm here, sort USE_PYTHON
  
  Approved by:	portmgr (blanket)

Modified:
  head/sysutils/py-drmaa/Makefile

Modified: head/sysutils/py-drmaa/Makefile
==============================================================================
--- head/sysutils/py-drmaa/Makefile	Mon Jan 23 18:51:42 2017	(r432278)
+++ head/sysutils/py-drmaa/Makefile	Mon Jan 23 18:51:47 2017	(r432279)
@@ -5,18 +5,16 @@ PORTNAME=	drmaa
 PORTVERSION=	0.4b3
 PORTREVISION=	1
 CATEGORIES=	sysutils python
-MASTER_SITES=	GOOGLE_CODE
+MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 
 MAINTAINER=	i at levsha.me
 COMMENT=	Interact with DRMAA-compliant distributed resource management systems
 
 LICENSE=	BSD3CLAUSE
-PROJECTHOST=	drmaa-python
-
-BROKEN=		Unfetchable (google code has gone away)
 
+NO_ARCH=	yes
 USES=		python
-USE_PYTHON=	distutils autoplist
+USE_PYTHON=	autoplist distutils
 
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list