svn commit: r472995 - head/textproc/libodfgen01

Jung-uk Kim jkim at FreeBSD.org
Thu Jun 21 20:09:24 UTC 2018


Author: jkim
Date: Thu Jun 21 20:09:22 2018
New Revision: 472995
URL: https://svnweb.freebsd.org/changeset/ports/472995

Log:
  Update to 0.1.7.
  
  https://sourceforge.net/p/libwpd/libodfgen/ci/libodfgen-0.1.7/tree/NEWS

Modified:
  head/textproc/libodfgen01/Makefile
  head/textproc/libodfgen01/distinfo
  head/textproc/libodfgen01/pkg-descr
  head/textproc/libodfgen01/pkg-plist

Modified: head/textproc/libodfgen01/Makefile
==============================================================================
--- head/textproc/libodfgen01/Makefile	Thu Jun 21 19:35:19 2018	(r472994)
+++ head/textproc/libodfgen01/Makefile	Thu Jun 21 20:09:22 2018	(r472995)
@@ -1,8 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	libodfgen
-PORTVERSION=	0.1.6
-PORTREVISION=	7
+PORTVERSION=	0.1.7
 CATEGORIES=	textproc
 MASTER_SITES=	SF/libwpd/${PORTNAME}/${PORTNAME}-${PORTVERSION}
 PKGNAMESUFFIX=	01
@@ -19,17 +18,8 @@ CONFIGURE_ARGS=	--disable-werror --without-docs
 CPPFLAGS+=	-I${LOCALBASE}/include
 
 GNU_CONFIGURE=	yes
-USES=		compiler:features libtool pathfix pkgconfig tar:xz
+USES=		compiler:c++11-lib libtool pathfix pkgconfig tar:xz
 USE_LDCONFIG=	yes
 INSTALL_TARGET=	install-strip
 
-.include <bsd.port.pre.mk>
-
-.if ${COMPILER_FEATURES:Mlibc++}
-CONFIGURE_ARGS+=	--with-sharedptr=c++11
-.else
-BUILD_DEPENDS+=	${LOCALBASE}/include/boost/shared_ptr.hpp:devel/boost-libs
-CONFIGURE_ARGS+=	--with-sharedptr=boost
-.endif
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>

Modified: head/textproc/libodfgen01/distinfo
==============================================================================
--- head/textproc/libodfgen01/distinfo	Thu Jun 21 19:35:19 2018	(r472994)
+++ head/textproc/libodfgen01/distinfo	Thu Jun 21 20:09:22 2018	(r472995)
@@ -1,2 +1,3 @@
-SHA256 (libodfgen-0.1.6.tar.xz) = 03b210ab44f05e38091508cdca6ba0ff73de3ea8a168f849b8f1c5059c20b9e9
-SIZE (libodfgen-0.1.6.tar.xz) = 359988
+TIMESTAMP = 1529608386
+SHA256 (libodfgen-0.1.7.tar.xz) = 323e491f956c8ca2abb12c998e350670930a32317bf9662b0615dd4b3922b831
+SIZE (libodfgen-0.1.7.tar.xz) = 384760

Modified: head/textproc/libodfgen01/pkg-descr
==============================================================================
--- head/textproc/libodfgen01/pkg-descr	Thu Jun 21 19:35:19 2018	(r472994)
+++ head/textproc/libodfgen01/pkg-descr	Thu Jun 21 20:09:22 2018	(r472995)
@@ -8,4 +8,4 @@ libodfgen is a library for generating documents in Ope
 As these APIs are used by multiple libraries, libodfgen can be used to
 generate ODF from many sources.
 
-WWW: http://libwpd.sourceforge.net/
+WWW: https://sourceforge.net/p/libwpd/wiki/libodfgen

Modified: head/textproc/libodfgen01/pkg-plist
==============================================================================
--- head/textproc/libodfgen01/pkg-plist	Thu Jun 21 19:35:19 2018	(r472994)
+++ head/textproc/libodfgen01/pkg-plist	Thu Jun 21 20:09:22 2018	(r472995)
@@ -7,5 +7,5 @@ include/libodfgen-0.1/libodfgen/libodfgen-api.hxx
 include/libodfgen-0.1/libodfgen/libodfgen.hxx
 lib/libodfgen-0.1.so
 lib/libodfgen-0.1.so.1
-lib/libodfgen-0.1.so.1.0.6
+lib/libodfgen-0.1.so.1.0.7
 libdata/pkgconfig/libodfgen-0.1.pc


More information about the svn-ports-all mailing list