svn commit: r462928 - head/science/py-coards

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sun Feb 25 05:34:06 UTC 2018


Author: sunpoet
Date: Sun Feb 25 05:34:03 2018
New Revision: 462928
URL: https://svnweb.freebsd.org/changeset/ports/462928

Log:
  Relax USES=python
  
  - Allow concurrent installation (USE_PYTHON=concurrent)
  - Add NO_ARCH
  - Bump PORTREVISION for package change
  - Take maintainership

Modified:
  head/science/py-coards/Makefile

Modified: head/science/py-coards/Makefile
==============================================================================
--- head/science/py-coards/Makefile	Sun Feb 25 05:33:58 2018	(r462927)
+++ head/science/py-coards/Makefile	Sun Feb 25 05:34:03 2018	(r462928)
@@ -3,17 +3,18 @@
 
 PORTNAME=	coards
 PORTVERSION=	1.0.5
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	science python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 
-MAINTAINER=	ports at FreeBSD.org
+MAINTAINER=	sunpoet at FreeBSD.org
 COMMENT=	COARDS compliant time parser
 
 LICENSE=	MIT
 
-USES=		python:2.7
-USE_PYTHON=	distutils autoplist
+NO_ARCH=	yes
+USES=		python
+USE_PYTHON=	autoplist concurrent distutils
 
 .include <bsd.port.mk>


More information about the svn-ports-head mailing list