Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 24 Feb 2015 04:35:04 +0000 (UTC)
From:      Olivier Duchateau <olivierd@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r379746 - head/textproc/py-rst2html5
Message-ID:  <201502240435.t1O4Z4bY060040@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: olivierd
Date: Tue Feb 24 04:35:03 2015
New Revision: 379746
URL: https://svnweb.freebsd.org/changeset/ports/379746
QAT: https://qat.redports.org/buildarchive/r379746/

Log:
  - Update to 1.5
  - Update dependencies versions
  - Adjust MASTER_SITES (only hosted on bitbucket.org, based on r379696)

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

Modified: head/textproc/py-rst2html5/Makefile
==============================================================================
--- head/textproc/py-rst2html5/Makefile	Tue Feb 24 04:09:51 2015	(r379745)
+++ head/textproc/py-rst2html5/Makefile	Tue Feb 24 04:35:03 2015	(r379746)
@@ -2,9 +2,9 @@
 # $FreeBSD$
 
 PORTNAME=	rst2html5
-PORTVERSION=	1.4
+PORTVERSION=	1.5
 CATEGORIES=	textproc python
-MASTER_SITES=	CHEESESHOP
+MASTER_SITES=	https://bitbucket.org/${BB_ACCOUNT}/${BB_PROJECT}/get/${BB_COMMIT}.tar.gz?dummy=/
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 
 MAINTAINER=	olivierd@FreeBSD.org
@@ -13,10 +13,16 @@ COMMENT=	Produces HTML5 documents from r
 LICENSE=	MIT
 
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}Genshi>=0.7:${PORTSDIR}/textproc/py-genshi \
-	${PYTHON_PKGNAMEPREFIX}pygments>=1.6:${PORTSDIR}/textproc/py-pygments \
-	${PYTHON_PKGNAMEPREFIX}docutils>=0.11:${PORTSDIR}/textproc/py-docutils
+	${PYTHON_PKGNAMEPREFIX}pygments>=2.0:${PORTSDIR}/textproc/py-pygments \
+	${PYTHON_PKGNAMEPREFIX}docutils>=0.12:${PORTSDIR}/textproc/py-docutils
 
 USES=	python
 USE_PYTHON=	distutils autoplist
 
+BB_ACCOUNT=	andre_felipe_dias
+BB_PROJECT=	${PORTNAME}
+BB_COMMIT=	ab882b53331c
+
+WRKSRC=	${WRKDIR}/${BB_ACCOUNT}-${BB_PROJECT}-${BB_COMMIT}
+
 .include <bsd.port.mk>

Modified: head/textproc/py-rst2html5/distinfo
==============================================================================
--- head/textproc/py-rst2html5/distinfo	Tue Feb 24 04:09:51 2015	(r379745)
+++ head/textproc/py-rst2html5/distinfo	Tue Feb 24 04:35:03 2015	(r379746)
@@ -1,2 +1,2 @@
-SHA256 (rst2html5-1.4.tar.gz) = 95ee532e6c3487033460d92d26304feab61edd83ec462bbd70c67599f25bbde7
-SIZE (rst2html5-1.4.tar.gz) = 69556
+SHA256 (rst2html5-1.5.tar.gz) = 62ce3052488aa76e081190d03eab8afd8b9ba572ac63cf058939f14292367972
+SIZE (rst2html5-1.5.tar.gz) = 61136



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