Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 5 Nov 2016 16:59:36 +0000 (UTC)
From:      "Carlos J. Puga Medina" <cpm@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r425400 - head/net/py-uritemplate
Message-ID:  <201611051659.uA5GxaPS086263@repo.freebsd.org>

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



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