From owner-svn-ports-head@freebsd.org Thu Feb 16 02:31:18 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 24B94CE1A1D; Thu, 16 Feb 2017 02:31:18 +0000 (UTC) (envelope-from kevlo@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::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 C8E6C3D2; Thu, 16 Feb 2017 02:31:17 +0000 (UTC) (envelope-from kevlo@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v1G2VG2S067668; Thu, 16 Feb 2017 02:31:16 GMT (envelope-from kevlo@FreeBSD.org) Received: (from kevlo@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1G2VGwW067188; Thu, 16 Feb 2017 02:31:16 GMT (envelope-from kevlo@FreeBSD.org) Message-Id: <201702160231.v1G2VGwW067188@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: kevlo set sender to kevlo@FreeBSD.org using -f From: Kevin Lo Date: Thu, 16 Feb 2017 02:31:16 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r434196 - in head/www/htmlcxx: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 16 Feb 2017 02:31:18 -0000 Author: kevlo Date: Thu Feb 16 02:31:16 2017 New Revision: 434196 URL: https://svnweb.freebsd.org/changeset/ports/434196 Log: Update to 0.86 Deleted: head/www/htmlcxx/files/patch-ci_string.h Modified: head/www/htmlcxx/Makefile head/www/htmlcxx/distinfo head/www/htmlcxx/pkg-plist Modified: head/www/htmlcxx/Makefile ============================================================================== --- head/www/htmlcxx/Makefile Wed Feb 15 21:33:11 2017 (r434195) +++ head/www/htmlcxx/Makefile Thu Feb 16 02:31:16 2017 (r434196) @@ -1,8 +1,7 @@ # $FreeBSD$ PORTNAME= htmlcxx -PORTVERSION= 0.85 -PORTREVISION= 2 +PORTVERSION= 0.86 CATEGORIES= www textproc MASTER_SITES= SF @@ -12,24 +11,14 @@ COMMENT= HTML and CSS APIs for C++ LICENSE= LGPL20 LICENSE_FILE= ${WRKSRC}/LGPL_V2 -USES= bison iconv libtool +USES= bison iconv libtool pathfix USE_LDCONFIG= yes GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib INSTALL_TARGET= install-strip -MAKE_JOBS_UNSAFE=yes - -MAKE_ARGS= pkgconfigdir="${PREFIX}/libdata/pkgconfig" - -.include - -.if !empty(ICONV_LIB) -CONFIGURE_ARGS+=ac_cv_lib_iconv_iconv_open=yes -.endif - post-patch: @${REINPLACE_CMD} 's/-liconv/${ICONV_LIB}/' ${WRKSRC}/configure -.include +.include Modified: head/www/htmlcxx/distinfo ============================================================================== --- head/www/htmlcxx/distinfo Wed Feb 15 21:33:11 2017 (r434195) +++ head/www/htmlcxx/distinfo Thu Feb 16 02:31:16 2017 (r434196) @@ -1,2 +1,3 @@ -SHA256 (htmlcxx-0.85.tar.gz) = ab02a0c4addc82f82d564f7d163fe0cc726179d9045381c288f5b8295996bae5 -SIZE (htmlcxx-0.85.tar.gz) = 414624 +TIMESTAMP = 1487211277 +SHA256 (htmlcxx-0.86.tar.gz) = 07542b5ea2442143b125ba213b6823ff4a23fff352ecdd84bbebe1d154f4f5c1 +SIZE (htmlcxx-0.86.tar.gz) = 469416 Modified: head/www/htmlcxx/pkg-plist ============================================================================== --- head/www/htmlcxx/pkg-plist Wed Feb 15 21:33:11 2017 (r434195) +++ head/www/htmlcxx/pkg-plist Thu Feb 16 02:31:16 2017 (r434196) @@ -12,7 +12,6 @@ include/htmlcxx/html/ci_string.h include/htmlcxx/html/tld.h include/htmlcxx/html/tree.h include/htmlcxx/html/utils.h -libdata/pkgconfig/htmlcxx.pc lib/libcss_parser.so lib/libcss_parser.so.0 lib/libcss_parser.so.0.0.0 @@ -22,4 +21,5 @@ lib/libcss_parser_pp.so.0.0.0 lib/libhtmlcxx.so lib/libhtmlcxx.so.3 lib/libhtmlcxx.so.3.1.0 -share/htmlcxx/css/default.css +libdata/pkgconfig/htmlcxx.pc +%%DATADIR%%/css/default.css