Date: Wed, 10 Jan 2018 00:44:15 +0000 (UTC) From: Jung-uk Kim <jkim@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r458589 - in head/textproc/libabw: . files Message-ID: <201801100044.w0A0iFg6096353@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201801100044.w0A0iFg6096353>