Index: head/print/libmspub01/files/patch-src__lib__MSPUBMetaData.cpp =================================================================== --- head/print/libmspub01/files/patch-src__lib__MSPUBMetaData.cpp (revision 458586) +++ head/print/libmspub01/files/patch-src__lib__MSPUBMetaData.cpp (nonexistent) @@ -1,11 +0,0 @@ ---- src/lib/MSPUBMetaData.cpp.orig 2014-12-30 06:42:44.000000000 -0500 -+++ src/lib/MSPUBMetaData.cpp 2015-02-02 17:30:18.706664000 -0500 -@@ -210,7 +210,7 @@ - uint64_t modifiedTime = readU64(input); - - // modifiedTime is number of 100ns since Jan 1 1601 -- static const uint64_t epoch = 11644473600; -+ static const uint64_t epoch = 11644473600ULL; - time_t sec = (modifiedTime / 10000000) - epoch; - const struct tm *time = localtime(&sec); - if (time) Property changes on: head/print/libmspub01/files/patch-src__lib__MSPUBMetaData.cpp ___________________________________________________________________ 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/print/libmspub01/Makefile =================================================================== --- head/print/libmspub01/Makefile (revision 458586) +++ head/print/libmspub01/Makefile (revision 458587) @@ -1,28 +1,26 @@ # $FreeBSD$ PORTNAME= libmspub -PORTVERSION= 0.1.2 -PORTREVISION= 15 +PORTVERSION= 0.1.3 CATEGORIES= print graphics devel -MASTER_SITES= http://dev-www.libreoffice.org/src/${PORTNAME}/ +MASTER_SITES= LODEV/${PORTNAME} PKGNAMESUFFIX= 01 MAINTAINER= office@FreeBSD.org COMMENT= Library and tools for parsing Microsoft Publisher file format -LICENSE= GPLv2+ LGPL21+ MPL20 -LICENSE_COMB= dual +LICENSE= MPL20 -BUILD_DEPENDS= ${LOCALBASE}/include/boost/ptr_container/ptr_map.hpp:devel/boost-libs +BUILD_DEPENDS= ${LOCALBASE}/include/boost/cstdint.hpp:devel/boost-libs LIB_DEPENDS= libicui18n.so:devel/icu \ librevenge-0.0.so:textproc/librevenge GNU_CONFIGURE= yes USE_LDCONFIG= yes -USES= compiler:c++0x libtool pathfix pkgconfig tar:xz +USES= compiler:c++11-lib libtool pathfix pkgconfig tar:xz INSTALL_TARGET= install-strip CONFIGURE_ARGS= --disable-werror --without-docs CPPFLAGS+= -I${LOCALBASE}/include .include Index: head/print/libmspub01/distinfo =================================================================== --- head/print/libmspub01/distinfo (revision 458586) +++ head/print/libmspub01/distinfo (revision 458587) @@ -1,2 +1,3 @@ -SHA256 (libmspub-0.1.2.tar.xz) = b0baabf82d20c08ad000e80fa02154ce2f2ffde1ee60240d6e3a917c3b35560f -SIZE (libmspub-0.1.2.tar.xz) = 345556 +TIMESTAMP = 1515541600 +SHA256 (libmspub-0.1.3.tar.xz) = f0225f0ff03f6bec4847d7c2d8719a36cafc4b97a09e504b610372cc5b981c97 +SIZE (libmspub-0.1.3.tar.xz) = 377716 Index: head/print/libmspub01/pkg-descr =================================================================== --- head/print/libmspub01/pkg-descr (revision 458586) +++ head/print/libmspub01/pkg-descr (revision 458587) @@ -1,4 +1,4 @@ Libmspub is library providing ability to interpret and import Microsoft Publisher content into various applications. -WWW: http://www.freedesktop.org/wiki/Software/libmspub/ +WWW: https://wiki.documentfoundation.org/DLP/Libraries/libmspub Index: head/print/libmspub01/pkg-plist =================================================================== --- head/print/libmspub01/pkg-plist (revision 458586) +++ head/print/libmspub01/pkg-plist (revision 458587) @@ -1,8 +1,8 @@ bin/pub2raw bin/pub2xhtml include/libmspub-0.1/libmspub/MSPUBDocument.h include/libmspub-0.1/libmspub/libmspub.h lib/libmspub-0.1.so lib/libmspub-0.1.so.1 -lib/libmspub-0.1.so.1.0.2 +lib/libmspub-0.1.so.1.0.3 libdata/pkgconfig/libmspub-0.1.pc