From owner-svn-ports-all@freebsd.org Mon Feb 24 16:13:38 2020 Return-Path: Delivered-To: svn-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 9A5F7239631; Mon, 24 Feb 2020 16:13:38 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 48R6Ys2qdmz4GKg; Mon, 24 Feb 2020 16:13:37 +0000 (UTC) (envelope-from sunpoet@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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id E3B5027D9C; Mon, 24 Feb 2020 16:13:36 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 01OGDa4n017313; Mon, 24 Feb 2020 16:13:36 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 01OGDaEe017307; Mon, 24 Feb 2020 16:13:36 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <202002241613.01OGDaEe017307@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Mon, 24 Feb 2020 16:13:36 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r526981 - in head/www/htmlcxx: . files X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: in head/www/htmlcxx: . files X-SVN-Commit-Revision: 526981 X-SVN-Commit-Repository: ports 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.29 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: Mon, 24 Feb 2020 16:13:38 -0000 Author: sunpoet Date: Mon Feb 24 16:13:35 2020 New Revision: 526981 URL: https://svnweb.freebsd.org/changeset/ports/526981 Log: Update to 0.87 - Update MASTER_SITES - Take maintainership Changes: https://sourceforge.net/p/htmlcxx/code/ci/master/tree/README https://github.com/bonitao/htmlcxx/blob/master/README Deleted: head/www/htmlcxx/files/ Modified: head/www/htmlcxx/Makefile head/www/htmlcxx/distinfo head/www/htmlcxx/pkg-descr Modified: head/www/htmlcxx/Makefile ============================================================================== --- head/www/htmlcxx/Makefile Mon Feb 24 16:01:25 2020 (r526980) +++ head/www/htmlcxx/Makefile Mon Feb 24 16:13:35 2020 (r526981) @@ -1,22 +1,24 @@ # $FreeBSD$ PORTNAME= htmlcxx -PORTVERSION= 0.86 +PORTVERSION= 0.87 CATEGORIES= www textproc -MASTER_SITES= SF +MASTER_SITES= SF/htmlcxx/v${PORTVERSION} \ + https://github.com/bonitao/htmlcxx/releases/download/v${PORTVERSION}/ -MAINTAINER= ports@FreeBSD.org +MAINTAINER= sunpoet@FreeBSD.org COMMENT= HTML and CSS APIs for C++ LICENSE= LGPL20 LICENSE_FILE= ${WRKSRC}/LGPL_V2 USES= bison:alias iconv libtool localbase:ldflags pathfix -USE_LDCONFIG= yes + GNU_CONFIGURE= yes INSTALL_TARGET= install-strip +USE_LDCONFIG= yes post-patch: - @${REINPLACE_CMD} 's/-liconv/${ICONV_LIB}/' ${WRKSRC}/configure + @${REINPLACE_CMD} -e 's|-liconv|${ICONV_LIB}|' ${WRKSRC}/configure .include Modified: head/www/htmlcxx/distinfo ============================================================================== --- head/www/htmlcxx/distinfo Mon Feb 24 16:01:25 2020 (r526980) +++ head/www/htmlcxx/distinfo Mon Feb 24 16:13:35 2020 (r526981) @@ -1,3 +1,3 @@ -TIMESTAMP = 1487211277 -SHA256 (htmlcxx-0.86.tar.gz) = 07542b5ea2442143b125ba213b6823ff4a23fff352ecdd84bbebe1d154f4f5c1 -SIZE (htmlcxx-0.86.tar.gz) = 469416 +TIMESTAMP = 1582449760 +SHA256 (htmlcxx-0.87.tar.gz) = 5d38f938cf4df9a298a5346af27195fffabfef9f460fc2a02233cbcfa8fc75c8 +SIZE (htmlcxx-0.87.tar.gz) = 477083 Modified: head/www/htmlcxx/pkg-descr ============================================================================== --- head/www/htmlcxx/pkg-descr Mon Feb 24 16:01:25 2020 (r526980) +++ head/www/htmlcxx/pkg-descr Mon Feb 24 16:13:35 2020 (r526981) @@ -1,3 +1,4 @@ htmlcxx is a simple non-validating css1 and html parser for C++. WWW: http://htmlcxx.sourceforge.net/ +WWW: https://github.com/bonitao/htmlcxx