From owner-svn-ports-all@FreeBSD.ORG Tue Apr 21 18:39:56 2015 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 1016E325; Tue, 21 Apr 2015 18:39:56 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id F2B861C98; Tue, 21 Apr 2015 18:39:55 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t3LIdtJP084798; Tue, 21 Apr 2015 18:39:55 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t3LIdtQY084797; Tue, 21 Apr 2015 18:39:55 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201504211839.t3LIdtQY084797@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Tue, 21 Apr 2015 18:39:55 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r384446 - head/textproc/tidyp X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 21 Apr 2015 18:39:56 -0000 Author: sunpoet Date: Tue Apr 21 18:39:55 2015 New Revision: 384446 URL: https://svnweb.freebsd.org/changeset/ports/384446 Log: - Enable asian and utf16 unconditionally: assertion raised if these options disabled - Remove ASIAN and UTF16 options - Bump PORTREVISION for package change Modified: head/textproc/tidyp/Makefile Modified: head/textproc/tidyp/Makefile ============================================================================== --- head/textproc/tidyp/Makefile Tue Apr 21 18:39:50 2015 (r384445) +++ head/textproc/tidyp/Makefile Tue Apr 21 18:39:55 2015 (r384446) @@ -3,7 +3,7 @@ PORTNAME= tidyp PORTVERSION= 1.04 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= textproc www MASTER_SITES= http://cloud.github.com/downloads/petdance/tidyp/ \ LOCAL/sunpoet @@ -11,20 +11,18 @@ MASTER_SITES= http://cloud.github.com/do MAINTAINER= sunpoet@FreeBSD.org COMMENT= Library and program to validate and fix HTML +CONFIGURE_ARGS= --enable-asian --enable-utf16 GNU_CONFIGURE= yes INSTALL_TARGET= install-strip USE_LDCONFIG= yes USES= libtool -OPTIONS_DEFINE= ACCESS ASIAN DEBUG UTF16 +OPTIONS_DEFINE= ACCESS DEBUG ACCESS_DESC= Accessibility checks -ASIAN_DESC= Asian encodings PLIST_SUB= PORTVERSION=${PORTVERSION} ACCESS_CONFIGURE_ENABLE=access -ASIAN_CONFIGURE_ENABLE= asian DEBUG_CONFIGURE_ENABLE= debug -UTF16_CONFIGURE_ENABLE= utf16 .include