svn commit: r468293 - head/textproc/libwps
Jung-uk Kim
jkim at FreeBSD.org
Wed Apr 25 19:58:51 UTC 2018
Author: jkim
Date: Wed Apr 25 19:58:50 2018
New Revision: 468293
URL: https://svnweb.freebsd.org/changeset/ports/468293
Log:
Update to 0.4.9.
https://sourceforge.net/p/libwps/code/ci/0.4.9/tree/CHANGES
Modified:
head/textproc/libwps/Makefile
head/textproc/libwps/distinfo
head/textproc/libwps/pkg-plist
Modified: head/textproc/libwps/Makefile
==============================================================================
--- head/textproc/libwps/Makefile Wed Apr 25 19:53:38 2018 (r468292)
+++ head/textproc/libwps/Makefile Wed Apr 25 19:58:50 2018 (r468293)
@@ -2,8 +2,7 @@
# $FreeBSD$
PORTNAME= libwps
-PORTVERSION= 0.4.8
-PORTREVISION= 2
+PORTVERSION= 0.4.9
CATEGORIES= textproc
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}
@@ -20,17 +19,8 @@ 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: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/libwps/distinfo
==============================================================================
--- head/textproc/libwps/distinfo Wed Apr 25 19:53:38 2018 (r468292)
+++ head/textproc/libwps/distinfo Wed Apr 25 19:58:50 2018 (r468293)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1512066658
-SHA256 (libwps-0.4.8.tar.xz) = e478e825ef33f6a434a19ff902c5469c9da7acc866ea0d8ab610a8b2aa94177e
-SIZE (libwps-0.4.8.tar.xz) = 648512
+TIMESTAMP = 1524681079
+SHA256 (libwps-0.4.9.tar.xz) = 13beb0c733bb1544a542b6ab1d9d205f218e9a2202d1d4cac056f79f6db74922
+SIZE (libwps-0.4.9.tar.xz) = 673784
Modified: head/textproc/libwps/pkg-plist
==============================================================================
--- head/textproc/libwps/pkg-plist Wed Apr 25 19:53:38 2018 (r468292)
+++ head/textproc/libwps/pkg-plist Wed Apr 25 19:58:50 2018 (r468293)
@@ -8,5 +8,5 @@ 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.8
+lib/libwps-0.4.so.4.0.9
libdata/pkgconfig/libwps-0.4.pc
More information about the svn-ports-all
mailing list