Index: head/textproc/libwps/files/patch-src_lib_libwps__internal.h =================================================================== --- head/textproc/libwps/files/patch-src_lib_libwps__internal.h (revision 455684) +++ head/textproc/libwps/files/patch-src_lib_libwps__internal.h (nonexistent) @@ -1,17 +0,0 @@ ---- src/lib/libwps_internal.h.orig 2017-07-03 07:52:38 UTC -+++ src/lib/libwps_internal.h -@@ -86,9 +86,11 @@ struct WPS_shared_ptr_noop_deleter - /** fall through attributes */ - #define WPS_FALLTHROUGH - #if defined(__clang__) --# if defined(__has_cpp_attribute) && __has_cpp_attribute(clang::fallthrough) --# undef WPS_FALLTHROUGH --# define WPS_FALLTHROUGH [[clang::fallthrough]] -+# if defined(__has_cpp_attribute) -+# if __has_cpp_attribute(clang::fallthrough) -+# undef WPS_FALLTHROUGH -+# define WPS_FALLTHROUGH [[clang::fallthrough]] -+# endif - # endif - #elif defined(__GNUC__) - # if __GNUC__>=7 Property changes on: head/textproc/libwps/files/patch-src_lib_libwps__internal.h ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: head/textproc/libwps/Makefile =================================================================== --- head/textproc/libwps/Makefile (revision 455684) +++ head/textproc/libwps/Makefile (revision 455685) @@ -1,36 +1,35 @@ # Created by: Michael Johnson # $FreeBSD$ PORTNAME= libwps -PORTVERSION= 0.4.7 -PORTREVISION= 2 +PORTVERSION= 0.4.8 CATEGORIES= textproc MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION} MAINTAINER= office@FreeBSD.org COMMENT= Microsoft file word processor format import filter library LICENSE= LGPL21+ MPL20 LICENSE_COMB= dual -LICENSE_FILE_LGPL21= ${WRKSRC}/COPYING.LGPL +LICENSE_FILE_LGPL21+ = ${WRKSRC}/COPYING.LGPL LICENSE_FILE_MPL20= ${WRKSRC}/COPYING.MPL LIB_DEPENDS= librevenge-0.0.so:textproc/librevenge CONFIGURE_ARGS= --disable-werror --without-docs CPPFLAGS+= -I${LOCALBASE}/include GNU_CONFIGURE= yes -USES= compiler:features libtool pathfix pkgconfig tar:bz2 +USES= compiler:features libtool pathfix pkgconfig tar:xz USE_LDCONFIG= yes INSTALL_TARGET= install-strip .include .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 Index: head/textproc/libwps/distinfo =================================================================== --- head/textproc/libwps/distinfo (revision 455684) +++ head/textproc/libwps/distinfo (revision 455685) @@ -1,3 +1,3 @@ -TIMESTAMP = 1501607637 -SHA256 (libwps-0.4.7.tar.bz2) = a1c411ea5f19c9b93ec1e459cead75291add654b6000fcfe336f1daad7094a64 -SIZE (libwps-0.4.7.tar.bz2) = 765112 +TIMESTAMP = 1512066658 +SHA256 (libwps-0.4.8.tar.xz) = e478e825ef33f6a434a19ff902c5469c9da7acc866ea0d8ab610a8b2aa94177e +SIZE (libwps-0.4.8.tar.xz) = 648512 Index: head/textproc/libwps/pkg-plist =================================================================== --- head/textproc/libwps/pkg-plist (revision 455684) +++ head/textproc/libwps/pkg-plist (revision 455685) @@ -1,12 +1,12 @@ bin/wks2csv bin/wks2raw bin/wks2text bin/wps2html bin/wps2raw bin/wps2text include/libwps-0.4/libwps/WPSDocument.h include/libwps-0.4/libwps/libwps.h lib/libwps-0.4.so lib/libwps-0.4.so.4 -lib/libwps-0.4.so.4.0.7 +lib/libwps-0.4.so.4.0.8 libdata/pkgconfig/libwps-0.4.pc