Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 1 Sep 2013 19:18:45 +0000 (UTC)
From:      Ruslan Makhmatkhanov <rm@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r325908 - head/www/py-html5lib
Message-ID:  <201309011918.r81JIjwu022379@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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/



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