Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 23 Jan 2017 18:51:47 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r432279 - head/sysutils/py-drmaa
Message-ID:  <201701231851.v0NIplSS068191@repo.freebsd.org>

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



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