svn commit: r325908 - head/www/py-html5lib

Ruslan Makhmatkhanov rm at FreeBSD.org
Sun Sep 1 19:18:45 UTC 2013


Author: rm
Date: Sun Sep  1 19:18:44 2013
New Revision: 325908
URL: http://svnweb.freebsd.org/changeset/ports/325908

Log:
  - trim Makefile header
  - remove indefinite article from COMMENT
  - update homepage url

Modified:
  head/www/py-html5lib/Makefile
  head/www/py-html5lib/pkg-descr

Modified: head/www/py-html5lib/Makefile
==============================================================================
--- head/www/py-html5lib/Makefile	Sun Sep  1 19:18:06 2013	(r325907)
+++ head/www/py-html5lib/Makefile	Sun Sep  1 19:18:44 2013	(r325908)
@@ -1,10 +1,5 @@
-# ex:ts=8
-# Ports collection makefile for:	html5lib
-# Date created:			Aug 8, 2007
-# Whom:				ijliao
-#
+# Created by: ijliao
 # $FreeBSD$
-#
 
 PORTNAME=	html5lib
 PORTVERSION=	0.95
@@ -14,7 +9,7 @@ MASTER_SITES=	GOOGLE_CODE \
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 
 MAINTAINER=	rm at FreeBSD.org
-COMMENT=	A Python based HTML parser based on the HTML5 spec
+COMMENT=	Python based HTML parser based on the HTML5 spec
 
 LICENSE=	MIT
 

Modified: head/www/py-html5lib/pkg-descr
==============================================================================
--- head/www/py-html5lib/pkg-descr	Sun Sep  1 19:18:06 2013	(r325907)
+++ head/www/py-html5lib/pkg-descr	Sun Sep  1 19:18:44 2013	(r325908)
@@ -6,4 +6,4 @@ desktop web browsers.
 Output is to a tree structure; the current release supports output to a custom
 tree similar to DOM and to ElementTree.
 
-WWW: http://code.google.com/p/html5lib/
+WWW: https://github.com/html5lib/


More information about the svn-ports-all mailing list