Bug 169845

Summary: [MAINTAINER] www/py27-bleach: update to 1.1.3
Product: Ports & Packages Reporter: koobs <koobs.freebsd>
Component: Individual Port(s)Assignee: Frederic Culot <culot>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
py27-bleach-1.1.3.patch none

Description koobs 2012-07-14 09:20:02 UTC
- Update to 1.1.3
- Remove LICENSE_FILE for those in port.licenses.db.mk

Changes: 
- Fix parsing bare URLs when parse_email=True.

Generated with FreeBSD Port Tools 0.99_6 (mode: update, diff: ports)
Comment 1 Frederic Culot freebsd_committer freebsd_triage 2012-07-14 10:14:27 UTC
Responsible Changed
From-To: freebsd-ports-bugs->culot

I'll take it.
Comment 2 dfilter service freebsd_committer freebsd_triage 2012-07-16 19:37:52 UTC
Author: culot
Date: Mon Jul 16 18:37:42 2012
New Revision: 300969
URL: http://svn.freebsd.org/changeset/ports/300969

Log:
  - Update to 1.1.3
  - Remove unneeded BSD LICENSE_FILE
  
  PR:		ports/169845
  Submitted by:	Kubilay Kocak <koobs.freebsd@gmail.com> (maintainer)

Modified:
  head/www/py-bleach/Makefile
  head/www/py-bleach/distinfo

Modified: head/www/py-bleach/Makefile
==============================================================================
--- head/www/py-bleach/Makefile	Mon Jul 16 18:36:15 2012	(r300968)
+++ head/www/py-bleach/Makefile	Mon Jul 16 18:37:42 2012	(r300969)
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	bleach
-PORTVERSION=	1.1.2
+PORTVERSION=	1.1.3
 CATEGORIES=	www python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -15,7 +15,6 @@ MAINTAINER=	koobs.freebsd@gmail.com
 COMMENT=	An easy whitelist-based HTML-sanitizing tool for Python
 
 LICENSE=	BSD
-LICENSE_FILE=	${WRKSRC}/LICENSE
 
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}html5lib>=0.95:${PORTSDIR}/www/py-html5lib
 

Modified: head/www/py-bleach/distinfo
==============================================================================
--- head/www/py-bleach/distinfo	Mon Jul 16 18:36:15 2012	(r300968)
+++ head/www/py-bleach/distinfo	Mon Jul 16 18:37:42 2012	(r300969)
@@ -1,2 +1,2 @@
-SHA256 (bleach-1.1.2.tar.gz) = 8e0af26b4d0b948f6c8f6b3de4ee59fb9f27d94c8cd846744df82a867c08f358
-SIZE (bleach-1.1.2.tar.gz) = 17958
+SHA256 (bleach-1.1.3.tar.gz) = 7975ea1fe28719e522343af67ffdef5ebca91846223392c442e4de8203150cb4
+SIZE (bleach-1.1.3.tar.gz) = 20489
_______________________________________________
svn-ports-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-ports-all
To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
Comment 3 Frederic Culot freebsd_committer freebsd_triage 2012-07-16 19:38:10 UTC
State Changed
From-To: open->closed

Committed. Thanks!