svn commit: r416482 - head/textproc/py-rst2html5

Olivier Duchateau olivierd at FreeBSD.org
Mon Jun 6 18:32:19 UTC 2016


Author: olivierd
Date: Mon Jun  6 18:32:18 2016
New Revision: 416482
URL: https://svnweb.freebsd.org/changeset/ports/416482

Log:
  - Update to 1.8
  - Add NO_ARCH

Modified:
  head/textproc/py-rst2html5/Makefile
  head/textproc/py-rst2html5/distinfo

Modified: head/textproc/py-rst2html5/Makefile
==============================================================================
--- head/textproc/py-rst2html5/Makefile	Mon Jun  6 18:29:14 2016	(r416481)
+++ head/textproc/py-rst2html5/Makefile	Mon Jun  6 18:32:18 2016	(r416482)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	rst2html5
-PORTVERSION=	1.7.5
+PORTVERSION=	1.8
 CATEGORIES=	textproc python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -13,10 +13,11 @@ COMMENT=	Produces HTML5 documents from r
 LICENSE=	MIT
 
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}Genshi>=0.7:textproc/py-genshi \
-	${PYTHON_PKGNAMEPREFIX}pygments>=2.0:textproc/py-pygments \
+	${PYTHON_PKGNAMEPREFIX}pygments>=2.1:textproc/py-pygments \
 	${PYTHON_PKGNAMEPREFIX}docutils>=0.12:textproc/py-docutils
 
 USES=	python
 USE_PYTHON=	distutils autoplist
+NO_ARCH=	yes
 
 .include <bsd.port.mk>

Modified: head/textproc/py-rst2html5/distinfo
==============================================================================
--- head/textproc/py-rst2html5/distinfo	Mon Jun  6 18:29:14 2016	(r416481)
+++ head/textproc/py-rst2html5/distinfo	Mon Jun  6 18:32:18 2016	(r416482)
@@ -1,2 +1,3 @@
-SHA256 (rst2html5-1.7.5.tar.gz) = ec849149cfa84c423cd4bfab8640008f66baccad9f9e3853522430473c8f5509
-SIZE (rst2html5-1.7.5.tar.gz) = 55967
+TIMESTAMP = 1465244306
+SHA256 (rst2html5-1.8.tar.gz) = 2e9338eae9126cb4daf10de444dcca2b99b73c41283c7708ebf5285c1418c874
+SIZE (rst2html5-1.8.tar.gz) = 58415


More information about the svn-ports-head mailing list