Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 16 Aug 2020 12:12:43 +0000 (UTC)
From:      Dima Panov <fluffy@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r545098 - head/textproc/libwps
Message-ID:  <202008161212.07GCChKJ043960@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: fluffy
Date: Sun Aug 16 12:12:43 2020
New Revision: 545098
URL: https://svnweb.freebsd.org/changeset/ports/545098

Log:
  textproc/libwps: update to 0.4.11 release

Modified:
  head/textproc/libwps/Makefile
  head/textproc/libwps/distinfo
  head/textproc/libwps/pkg-plist

Modified: head/textproc/libwps/Makefile
==============================================================================
--- head/textproc/libwps/Makefile	Sun Aug 16 12:11:37 2020	(r545097)
+++ head/textproc/libwps/Makefile	Sun Aug 16 12:12:43 2020	(r545098)
@@ -2,8 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	libwps
-PORTVERSION=	0.4.10
-PORTREVISION=	2
+PORTVERSION=	0.4.11
 CATEGORIES=	textproc
 MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}
 
@@ -23,5 +22,8 @@ GNU_CONFIGURE=	yes
 USES=		compiler:c++11-lib libtool pathfix pkgconfig tar:xz
 USE_LDCONFIG=	yes
 INSTALL_TARGET=	install-strip
+
+LIBVERSION=	4.0.11
+PLIST_SUB+=	LIBVERSION=${LIBVERSION}
 
 .include <bsd.port.mk>

Modified: head/textproc/libwps/distinfo
==============================================================================
--- head/textproc/libwps/distinfo	Sun Aug 16 12:11:37 2020	(r545097)
+++ head/textproc/libwps/distinfo	Sun Aug 16 12:12:43 2020	(r545098)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1534275397
-SHA256 (libwps-0.4.10.tar.xz) = 1421e034286a9f96d3168a1c54ea570ee7aa008ca07b89de005ad5ce49fb29ca
-SIZE (libwps-0.4.10.tar.xz) = 695448
+TIMESTAMP = 1594481849
+SHA256 (libwps-0.4.11.tar.xz) = a8fdaabc28654a975fa78c81873ac503ba18f0d1cdbb942f470a21d29284b4d1
+SIZE (libwps-0.4.11.tar.xz) = 706000

Modified: head/textproc/libwps/pkg-plist
==============================================================================
--- head/textproc/libwps/pkg-plist	Sun Aug 16 12:11:37 2020	(r545097)
+++ head/textproc/libwps/pkg-plist	Sun Aug 16 12:12:43 2020	(r545098)
@@ -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.10
+lib/libwps-0.4.so.%%LIBVERSION%%
 libdata/pkgconfig/libwps-0.4.pc



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202008161212.07GCChKJ043960>