From owner-svn-ports-head@freebsd.org Wed Jan 10 00:44:16 2018 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 98A7FE7E03C; Wed, 10 Jan 2018 00:44:16 +0000 (UTC) (envelope-from jkim@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 73C6979CA6; Wed, 10 Jan 2018 00:44:16 +0000 (UTC) (envelope-from jkim@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 B545A1E807; Wed, 10 Jan 2018 00:44:15 +0000 (UTC) (envelope-from jkim@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w0A0iFxc096357; Wed, 10 Jan 2018 00:44:15 GMT (envelope-from jkim@FreeBSD.org) Received: (from jkim@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w0A0iFg6096353; Wed, 10 Jan 2018 00:44:15 GMT (envelope-from jkim@FreeBSD.org) Message-Id: <201801100044.w0A0iFg6096353@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jkim set sender to jkim@FreeBSD.org using -f From: Jung-uk Kim Date: Wed, 10 Jan 2018 00:44:15 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r458589 - in head/textproc/libabw: . files X-SVN-Group: ports-head X-SVN-Commit-Author: jkim X-SVN-Commit-Paths: in head/textproc/libabw: . files X-SVN-Commit-Revision: 458589 X-SVN-Commit-Repository: ports 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.25 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: Wed, 10 Jan 2018 00:44:16 -0000 Author: jkim Date: Wed Jan 10 00:44:15 2018 New Revision: 458589 URL: https://svnweb.freebsd.org/changeset/ports/458589 Log: Update to 0.1.2. Deleted: head/textproc/libabw/files/ Modified: head/textproc/libabw/Makefile head/textproc/libabw/distinfo head/textproc/libabw/pkg-plist Modified: head/textproc/libabw/Makefile ============================================================================== --- head/textproc/libabw/Makefile Wed Jan 10 00:40:45 2018 (r458588) +++ head/textproc/libabw/Makefile Wed Jan 10 00:44:15 2018 (r458589) @@ -1,8 +1,7 @@ # $FreeBSD$ PORTNAME= libabw -PORTVERSION= 0.1.1 -PORTREVISION= 7 +PORTVERSION= 0.1.2 CATEGORIES= textproc MASTER_SITES= LODEV/${PORTNAME} @@ -14,7 +13,7 @@ LICENSE= MPL20 BUILD_DEPENDS= ${LOCALBASE}/include/boost/algorithm/string.hpp:devel/boost-libs LIB_DEPENDS= librevenge-0.0.so:textproc/librevenge -USES= gperf perl5 libtool pathfix pkgconfig tar:xz +USES= compiler:c++11-lib gperf perl5 libtool pathfix pkgconfig tar:xz USE_LDCONFIG= yes USE_GNOME= libxml2 GNU_CONFIGURE= yes Modified: head/textproc/libabw/distinfo ============================================================================== --- head/textproc/libabw/distinfo Wed Jan 10 00:40:45 2018 (r458588) +++ head/textproc/libabw/distinfo Wed Jan 10 00:44:15 2018 (r458589) @@ -1,2 +1,3 @@ -SHA256 (libabw-0.1.1.tar.xz) = cfc698c2dd4ab592138a941ae26e2e18c3dac69bc196b5167df7f5eb88fc217e -SIZE (libabw-0.1.1.tar.xz) = 287628 +TIMESTAMP = 1515541624 +SHA256 (libabw-0.1.2.tar.xz) = 0b72944d5af81dda0a5c5803ee84cbac4b81441a4d767aa57029adc6744c2485 +SIZE (libabw-0.1.2.tar.xz) = 318400 Modified: head/textproc/libabw/pkg-plist ============================================================================== --- head/textproc/libabw/pkg-plist Wed Jan 10 00:40:45 2018 (r458588) +++ head/textproc/libabw/pkg-plist Wed Jan 10 00:44:15 2018 (r458589) @@ -5,5 +5,5 @@ include/libabw-0.1/libabw/AbiDocument.h include/libabw-0.1/libabw/libabw.h lib/libabw-0.1.so lib/libabw-0.1.so.1 -lib/libabw-0.1.so.1.0.1 +lib/libabw-0.1.so.1.0.2 libdata/pkgconfig/libabw-0.1.pc