svn commit: r425400 - head/net/py-uritemplate

Carlos J. Puga Medina cpm at FreeBSD.org
Sat Nov 5 16:59:37 UTC 2016


Author: cpm
Date: Sat Nov  5 16:59:36 2016
New Revision: 425400
URL: https://svnweb.freebsd.org/changeset/ports/425400

Log:
  net/py-uritemplate:
  
  -Remove CONFLICTS_INSTALL on net/py-uritemplate.py
  -Add NO_ARCH
  -Cosmetic fixes
  -Record TIMESTAMP in distinfo
  
  Submitted by:	cpm
  Reviewed by:	feld, koobs (mentors)
  Approved by:	nivit (maintainer timeout, 2 weeks), feld, koobs (mentors)
  Differential Revision:	D8265

Modified:
  head/net/py-uritemplate/Makefile
  head/net/py-uritemplate/distinfo

Modified: head/net/py-uritemplate/Makefile
==============================================================================
--- head/net/py-uritemplate/Makefile	Sat Nov  5 16:57:01 2016	(r425399)
+++ head/net/py-uritemplate/Makefile	Sat Nov  5 16:59:36 2016	(r425400)
@@ -13,9 +13,9 @@ COMMENT=	Python implementation of URI Te
 
 LICENSE=	APACHE20
 
-CONFLICTS_INSTALL=	py*-uritemplate.py-[0-9]*
-
 USE_PYTHON=	autoplist distutils
-USES=	python
+USES=		python
+
+NO_ARCH=	yes
 
 .include <bsd.port.mk>

Modified: head/net/py-uritemplate/distinfo
==============================================================================
--- head/net/py-uritemplate/distinfo	Sat Nov  5 16:57:01 2016	(r425399)
+++ head/net/py-uritemplate/distinfo	Sat Nov  5 16:59:36 2016	(r425400)
@@ -1,2 +1,3 @@
+TIMESTAMP = 1476697193
 SHA256 (uritemplate-0.6.tar.gz) = a30e230aeb7ebedbcb5da9999a17fa8a30e512e6d5b06f73d47c6e03c8e357fd
 SIZE (uritemplate-0.6.tar.gz) = 3508


More information about the svn-ports-all mailing list