[Midnightbsd-cvs] mports [23832] trunk/textproc/tidyp: update

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Sun Aug 26 12:34:28 EDT 2018


Revision: 23832
          http://svnweb.midnightbsd.org/mports/?rev=23832
Author:   laffer1
Date:     2018-08-26 12:34:27 -0400 (Sun, 26 Aug 2018)
Log Message:
-----------
update

Modified Paths:
--------------
    trunk/textproc/tidyp/Makefile
    trunk/textproc/tidyp/distinfo
    trunk/textproc/tidyp/pkg-descr
    trunk/textproc/tidyp/pkg-plist

Modified: trunk/textproc/tidyp/Makefile
===================================================================
--- trunk/textproc/tidyp/Makefile	2018-08-26 16:14:13 UTC (rev 23831)
+++ trunk/textproc/tidyp/Makefile	2018-08-26 16:34:27 UTC (rev 23832)
@@ -2,41 +2,29 @@
 # $FreeBSD: ports/textproc/tidyp/Makefile,v 1.1 2010/05/16 09:23:35 miwi Exp $
 
 PORTNAME=	tidyp
-PORTVERSION=	1.02
+PORTVERSION=	1.04
 CATEGORIES=	textproc www
-MASTER_SITES=	http://cloud.github.com/downloads/petdance/tidyp/ \
-		http://sunpoet.net/distfiles/
 
 MAINTAINER=	ports at MidnightBSD.org
-COMMENT=	A library and program to validate and fix HTML
+COMMENT=	Library and program to validate and fix HTML
+
 LICENSE=	unknown
 
+CONFIGURE_ARGS=	--enable-asian --enable-utf16
 GNU_CONFIGURE=	yes
+INSTALL_TARGET=	install-strip
 USE_LDCONFIG=	yes
+USES=		autoreconf libtool
 
-OPTIONS=	ACCESS	"Support Accessibility checks" off \
-		ASIAN	"Support Asian encoding" off \
-		DEBUG	"Enable debugging" off \
-		UTF16	"Support UTF-16 encoding" off
+GH_ACCOUNT=	petdance
+USE_GITHUB=	yes
 
-PLIST_SUB+=	TIDYP_VER="${PORTVERSION}"
+OPTIONS_DEFINE=	ACCESS DEBUG
+ACCESS_DESC=	Accessibility checks
 
-.include <bsd.port.pre.mk>
+PLIST_SUB=	PORTVERSION=${PORTVERSION}
 
-.if defined(WITH_ACCESS)
-CONFIGURE_ARGS+=--enable-debug
-.endif
+ACCESS_CONFIGURE_ENABLE=access
+DEBUG_CONFIGURE_ENABLE=	debug
 
-.if defined(WITH_ASIAN)
-CONFIGURE_ARGS+=--enable-asian
-.endif
-
-.if defined(WITH_DEBUG)
-CONFIGURE_ARGS+=--enable-debug
-.endif
-
-.if defined(WITH_UTF16)
-CONFIGURE_ARGS+=--enable-utf16
-.endif
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>

Modified: trunk/textproc/tidyp/distinfo
===================================================================
--- trunk/textproc/tidyp/distinfo	2018-08-26 16:14:13 UTC (rev 23831)
+++ trunk/textproc/tidyp/distinfo	2018-08-26 16:34:27 UTC (rev 23832)
@@ -1,4 +1,3 @@
-MD5 (tidyp-1.02.tar.gz) = 4fc6f0ba8fb1e2ffafbf8f5963f58969
-SHA256 (tidyp-1.02.tar.gz) = 6ff0eb94a1ac548339a1ea3d377e72bb1261491ffa7df29851aaa1c25e168004
-RMD160 (tidyp-1.02.tar.gz) = d13d87fdaa1ab802ccd3c146e3b215fc85b86ec5
-SIZE (tidyp-1.02.tar.gz) = 674947
+TIMESTAMP = 1535300155
+SHA256 (tidyp-1.04_GH0.tar.gz) = 5f0965041119bed0ed70a7f0be39e8f0162141eea14d77f472b49f8b3303ab0b
+SIZE (tidyp-1.04_GH0.tar.gz) = 460282

Modified: trunk/textproc/tidyp/pkg-descr
===================================================================
--- trunk/textproc/tidyp/pkg-descr	2018-08-26 16:14:13 UTC (rev 23831)
+++ trunk/textproc/tidyp/pkg-descr	2018-08-26 16:34:27 UTC (rev 23832)
@@ -1,7 +1,7 @@
-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.
 
-WWW:	http://tidyp.com/
+WWW: http://tidyp.com/

Modified: trunk/textproc/tidyp/pkg-plist
===================================================================
--- trunk/textproc/tidyp/pkg-plist	2018-08-26 16:14:13 UTC (rev 23831)
+++ trunk/textproc/tidyp/pkg-plist	2018-08-26 16:34:27 UTC (rev 23832)
@@ -3,9 +3,7 @@
 include/tidyp/platform.h
 include/tidyp/tidyp.h
 include/tidyp/tidypenum.h
-lib/libtidyp-%%TIDYP_VER%%.so
-lib/libtidyp-%%TIDYP_VER%%.so.0
+lib/libtidyp-%%PORTVERSION%%.so.0
+lib/libtidyp-%%PORTVERSION%%.so.0.0.0
 lib/libtidyp.a
-lib/libtidyp.la
 lib/libtidyp.so
- at dirrm include/tidyp



More information about the Midnightbsd-cvs mailing list