diff options
author | Jung-uk Kim <jkim@FreeBSD.org> | 2018-06-21 20:09:22 +0000 |
---|---|---|
committer | Jung-uk Kim <jkim@FreeBSD.org> | 2018-06-21 20:09:22 +0000 |
commit | 81c398152cf3b6512e6ffa0c090b6c4cf83747a3 (patch) | |
tree | 162e230ee3d55c7138675a4a38414b540bb96590 /textproc | |
parent | c534db3a00c381d9e631f4604f4c20dfe44a7d59 (diff) | |
download | ports-81c398152cf3b6512e6ffa0c090b6c4cf83747a3.tar.gz ports-81c398152cf3b6512e6ffa0c090b6c4cf83747a3.zip |
Notes
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/libodfgen01/Makefile | 16 | ||||
-rw-r--r-- | textproc/libodfgen01/distinfo | 5 | ||||
-rw-r--r-- | textproc/libodfgen01/pkg-descr | 2 | ||||
-rw-r--r-- | textproc/libodfgen01/pkg-plist | 2 |
4 files changed, 8 insertions, 17 deletions
diff --git a/textproc/libodfgen01/Makefile b/textproc/libodfgen01/Makefile index 3ff5e3423bcd..47bea3cca93b 100644 --- a/textproc/libodfgen01/Makefile +++ b/textproc/libodfgen01/Makefile @@ -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> diff --git a/textproc/libodfgen01/distinfo b/textproc/libodfgen01/distinfo index 42909f2ad3ef..37e85b3ee9b6 100644 --- a/textproc/libodfgen01/distinfo +++ b/textproc/libodfgen01/distinfo @@ -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 diff --git a/textproc/libodfgen01/pkg-descr b/textproc/libodfgen01/pkg-descr index 1a74f84da3cc..4ef56b9a210a 100644 --- a/textproc/libodfgen01/pkg-descr +++ b/textproc/libodfgen01/pkg-descr @@ -8,4 +8,4 @@ libodfgen is a library for generating documents in Open Document Format 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 diff --git a/textproc/libodfgen01/pkg-plist b/textproc/libodfgen01/pkg-plist index 7eb10b0a18e0..4a334be38c63 100644 --- a/textproc/libodfgen01/pkg-plist +++ b/textproc/libodfgen01/pkg-plist @@ -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 |