From owner-svn-ports-head@freebsd.org Tue Sep 19 23:31:13 2017 Return-Path: Delivered-To: svn-ports-head@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 DE7B1E0D69F; Tue, 19 Sep 2017 23:31:13 +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 AE150717F3; Tue, 19 Sep 2017 23:31:13 +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 v8JNVCG1011902; Tue, 19 Sep 2017 23:31:12 GMT (envelope-from jkim@FreeBSD.org) Received: (from jkim@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v8JNVCl5011898; Tue, 19 Sep 2017 23:31:12 GMT (envelope-from jkim@FreeBSD.org) Message-Id: <201709192331.v8JNVCl5011898@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jkim set sender to jkim@FreeBSD.org using -f From: Jung-uk Kim Date: Tue, 19 Sep 2017 23:31:12 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r450174 - head/graphics/libcdr01 X-SVN-Group: ports-head X-SVN-Commit-Author: jkim X-SVN-Commit-Paths: head/graphics/libcdr01 X-SVN-Commit-Revision: 450174 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 Sep 2017 23:31:14 -0000 Author: jkim Date: Tue Sep 19 23:31:12 2017 New Revision: 450174 URL: https://svnweb.freebsd.org/changeset/ports/450174 Log: Update to 0.1.4. Modified: head/graphics/libcdr01/Makefile head/graphics/libcdr01/distinfo head/graphics/libcdr01/pkg-descr head/graphics/libcdr01/pkg-plist Modified: head/graphics/libcdr01/Makefile ============================================================================== --- head/graphics/libcdr01/Makefile Tue Sep 19 22:13:38 2017 (r450173) +++ head/graphics/libcdr01/Makefile Tue Sep 19 23:31:12 2017 (r450174) @@ -1,8 +1,7 @@ # $FreeBSD$ PORTNAME= libcdr -PORTVERSION= 0.1.3 -PORTREVISION= 8 +PORTVERSION= 0.1.4 CATEGORIES= graphics devel MASTER_SITES= LODEV PKGNAMESUFFIX= 01 @@ -10,8 +9,7 @@ PKGNAMESUFFIX= 01 MAINTAINER= office@FreeBSD.org COMMENT= Library and tools for parsing Corel Draw file format -LICENSE= LGPL21 MPL GPLv2 -LICENSE_COMB= dual +LICENSE= MPL20 BUILD_DEPENDS= ${LOCALBASE}/include/boost/optional.hpp:devel/boost-libs LIB_DEPENDS= libicui18n.so:devel/icu \ Modified: head/graphics/libcdr01/distinfo ============================================================================== --- head/graphics/libcdr01/distinfo Tue Sep 19 22:13:38 2017 (r450173) +++ head/graphics/libcdr01/distinfo Tue Sep 19 23:31:12 2017 (r450174) @@ -1,3 +1,3 @@ -TIMESTAMP = 1469463585 -SHA256 (libcdr-0.1.3.tar.xz) = 66e28e502abef7f6f494ce03de037d532f5e7888cfdee62c01203c8325b33f22 -SIZE (libcdr-0.1.3.tar.xz) = 596772 +TIMESTAMP = 1505860777 +SHA256 (libcdr-0.1.4.tar.xz) = e7a7e8b00a3df5798110024d7061fe9d1c3330277d2e4fa9213294f966a4a66d +SIZE (libcdr-0.1.4.tar.xz) = 609592 Modified: head/graphics/libcdr01/pkg-descr ============================================================================== --- head/graphics/libcdr01/pkg-descr Tue Sep 19 22:13:38 2017 (r450173) +++ head/graphics/libcdr01/pkg-descr Tue Sep 19 23:31:12 2017 (r450174) @@ -1,4 +1,4 @@ Library and tools providing ability to interpret and import Corel Draw drawings into various applications. -WWW: http://www.freedesktop.org/wiki/Software/libcdr/ +WWW: https://wiki.documentfoundation.org/DLP/Libraries/libcdr Modified: head/graphics/libcdr01/pkg-plist ============================================================================== --- head/graphics/libcdr01/pkg-plist Tue Sep 19 22:13:38 2017 (r450173) +++ head/graphics/libcdr01/pkg-plist Tue Sep 19 23:31:12 2017 (r450174) @@ -10,5 +10,5 @@ include/libcdr-0.1/libcdr/libcdr.h include/libcdr-0.1/libcdr/libcdr_api.h lib/libcdr-0.1.so lib/libcdr-0.1.so.1 -lib/libcdr-0.1.so.1.0.3 +lib/libcdr-0.1.so.1.0.4 libdata/pkgconfig/libcdr-0.1.pc