From owner-svn-ports-all@freebsd.org Thu Dec 7 00:03:12 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2AC0AE90FD2; Thu, 7 Dec 2017 00:03:12 +0000 (UTC) (envelope-from jkim@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id EA98B694D1; Thu, 7 Dec 2017 00:03:11 +0000 (UTC) (envelope-from jkim@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id vB703B3Q090570; Thu, 7 Dec 2017 00:03:11 GMT (envelope-from jkim@FreeBSD.org) Received: (from jkim@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id vB703AaS090567; Thu, 7 Dec 2017 00:03:10 GMT (envelope-from jkim@FreeBSD.org) Message-Id: <201712070003.vB703AaS090567@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jkim set sender to jkim@FreeBSD.org using -f From: Jung-uk Kim Date: Thu, 7 Dec 2017 00:03:10 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r455685 - in head/textproc/libwps: . files X-SVN-Group: ports-head X-SVN-Commit-Author: jkim X-SVN-Commit-Paths: in head/textproc/libwps: . files X-SVN-Commit-Revision: 455685 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 07 Dec 2017 00:03:12 -0000 Author: jkim Date: Thu Dec 7 00:03:10 2017 New Revision: 455685 URL: https://svnweb.freebsd.org/changeset/ports/455685 Log: Update to 0.4.8. Deleted: head/textproc/libwps/files/ Modified: head/textproc/libwps/Makefile head/textproc/libwps/distinfo head/textproc/libwps/pkg-plist Modified: head/textproc/libwps/Makefile ============================================================================== --- head/textproc/libwps/Makefile Wed Dec 6 23:51:47 2017 (r455684) +++ head/textproc/libwps/Makefile Thu Dec 7 00:03:10 2017 (r455685) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= libwps -PORTVERSION= 0.4.7 -PORTREVISION= 2 +PORTVERSION= 0.4.8 CATEGORIES= textproc MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION} @@ -12,7 +11,7 @@ COMMENT= Microsoft file word processor format import f 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 @@ -20,7 +19,7 @@ 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 Modified: head/textproc/libwps/distinfo ============================================================================== --- head/textproc/libwps/distinfo Wed Dec 6 23:51:47 2017 (r455684) +++ head/textproc/libwps/distinfo Thu Dec 7 00:03:10 2017 (r455685) @@ -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 Modified: head/textproc/libwps/pkg-plist ============================================================================== --- head/textproc/libwps/pkg-plist Wed Dec 6 23:51:47 2017 (r455684) +++ head/textproc/libwps/pkg-plist Thu Dec 7 00:03:10 2017 (r455685) @@ -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.7 +lib/libwps-0.4.so.4.0.8 libdata/pkgconfig/libwps-0.4.pc