Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 29 Nov 2015 07:00:07 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r402572 - head/textproc/tidyp
Message-ID:  <201511290700.tAT707Dl075610@repo.freebsd.org>

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



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