svn commit: r402572 - head/textproc/tidyp

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sun Nov 29 07:00:08 UTC 2015


Author: sunpoet
Date: Sun Nov 29 07:00:07 2015
New Revision: 402572
URL: https://svnweb.freebsd.org/changeset/ports/402572

Log:
  - Reformat pkg-descr
  - Cosmetic change

Modified:
  head/textproc/tidyp/Makefile
  head/textproc/tidyp/pkg-descr

Modified: head/textproc/tidyp/Makefile
==============================================================================
--- head/textproc/tidyp/Makefile	Sun Nov 29 07:00:03 2015	(r402571)
+++ head/textproc/tidyp/Makefile	Sun Nov 29 07:00:07 2015	(r402572)
@@ -5,7 +5,8 @@ PORTNAME=	tidyp
 PORTVERSION=	1.04
 PORTREVISION=	2
 CATEGORIES=	textproc www
-MASTER_SITES=	GHC LOCAL/sunpoet
+MASTER_SITES=	GHC \
+		LOCAL/sunpoet
 
 MAINTAINER=	sunpoet at FreeBSD.org
 COMMENT=	Library and program to validate and fix HTML
@@ -15,8 +16,9 @@ GNU_CONFIGURE=	yes
 INSTALL_TARGET=	install-strip
 USE_LDCONFIG=	yes
 USES=		libtool
-USE_GITHUB=	yes
+
 GH_ACCOUNT=	petdance
+USE_GITHUB=	yes
 
 OPTIONS_DEFINE=	ACCESS DEBUG
 ACCESS_DESC=	Accessibility checks

Modified: head/textproc/tidyp/pkg-descr
==============================================================================
--- head/textproc/tidyp/pkg-descr	Sun Nov 29 07:00:03 2015	(r402571)
+++ head/textproc/tidyp/pkg-descr	Sun Nov 29 07:00:07 2015	(r402572)
@@ -1,6 +1,6 @@
-tidyp is a fork of tidy on SourceForge at http://tidy.sf.net.  The
-library name is "tidyp", and the command-line tool is also "tidyp"
-but all internal API stays the same.
+tidyp is a fork of tidy on SourceForge at http://tidy.sf.net. The library name
+is "tidyp", and the command-line tool is also "tidyp" but all internal API stays
+the same.
 
 tidyp will validate your HTML, and output cleaned-up HTML.
 


More information about the svn-ports-all mailing list