Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 17 Feb 2014 13:14:57 +0000 (UTC)
From:      Kubilay Kocak <koobs@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r344734 - head/www/py-bleach
Message-ID:  <201402171314.s1HDEv78054885@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: koobs
Date: Mon Feb 17 13:14:57 2014
New Revision: 344734
URL: http://svnweb.freebsd.org/changeset/ports/344734
QAT: https://qat.redports.org/buildarchive/r344734/

Log:
  www/py-bleach: Tweak RUN_DEPENDS, Update LICENSE & COMMENT
  
  - Adjust RUN_DEPENDS for html5lib after portrev bump (0.95_1 != 0.95) [1]
  - Update LICENSE (BSD3CLAUSE)
  - Remove indefinite article in COMMENT
  - Move TEST_DEPENDS to *_DEPENDS section
  
  Reported by:	antoine [1]

Modified:
  head/www/py-bleach/Makefile

Modified: head/www/py-bleach/Makefile
==============================================================================
--- head/www/py-bleach/Makefile	Mon Feb 17 13:11:25 2014	(r344733)
+++ head/www/py-bleach/Makefile	Mon Feb 17 13:14:57 2014	(r344734)
@@ -3,16 +3,18 @@
 
 PORTNAME=	bleach
 PORTVERSION=	1.2.2
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	www python
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 
 MAINTAINER=	koobs@FreeBSD.org
-COMMENT=	An easy whitelist-based HTML-sanitizing tool for Python
+COMMENT=	Easy whitelist-based HTML-sanitizing tool for Python
 
-LICENSE=	BSD
+LICENSE=	BSD3CLAUSE
 
-RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}html5lib==0.95:${PORTSDIR}/www/py-html5lib
+RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}html5lib>=0.95:${PORTSDIR}/www/py-html5lib
+TEST_DEPENDS:=	${RUN_DEPENDS} \
+		nosetests:${PORTSDIR}/devel/py-nose
 
 USE_GITHUB=		yes
 USE_PYTHON=		yes
@@ -23,9 +25,6 @@ GH_ACCOUNT=	jsocol
 GH_TAGNAME=	v${PORTVERSION}
 GH_COMMIT=	baf1eac
 
-TEST_DEPENDS:=	${RUN_DEPENDS} \
-		nosetests:${PORTSDIR}/devel/py-nose \
-
 regression-test: build
 	@cd ${WRKSRC} && ${PYTHON_CMD} ${PYSETUP} test
 



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