From owner-svn-ports-head@freebsd.org Mon Aug 31 17:59:18 2020 Return-Path: Delivered-To: svn-ports-head@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id A26C33C8274; Mon, 31 Aug 2020 17:59:18 +0000 (UTC) (envelope-from hrs@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4BgHyZ3tGPz3bpr; Mon, 31 Aug 2020 17:59:18 +0000 (UTC) (envelope-from hrs@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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 4E6DABD5C; Mon, 31 Aug 2020 17:59:18 +0000 (UTC) (envelope-from hrs@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 07VHxIWF003693; Mon, 31 Aug 2020 17:59:18 GMT (envelope-from hrs@FreeBSD.org) Received: (from hrs@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 07VHxHKU003689; Mon, 31 Aug 2020 17:59:17 GMT (envelope-from hrs@FreeBSD.org) Message-Id: <202008311759.07VHxHKU003689@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: hrs set sender to hrs@FreeBSD.org using -f From: Hiroki Sato Date: Mon, 31 Aug 2020 17:59:17 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r547200 - in head/graphics/libpotrace: . files X-SVN-Group: ports-head X-SVN-Commit-Author: hrs X-SVN-Commit-Paths: in head/graphics/libpotrace: . files X-SVN-Commit-Revision: 547200 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.33 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: Mon, 31 Aug 2020 17:59:18 -0000 Author: hrs Date: Mon Aug 31 17:59:17 2020 New Revision: 547200 URL: https://svnweb.freebsd.org/changeset/ports/547200 Log: Update to 1.16. Submitted by: Alastair Hogge PR: 248683 Modified: head/graphics/libpotrace/Makefile head/graphics/libpotrace/distinfo head/graphics/libpotrace/files/patch-Makefile.in head/graphics/libpotrace/files/patch-src-Makefile.in Modified: head/graphics/libpotrace/Makefile ============================================================================== --- head/graphics/libpotrace/Makefile Mon Aug 31 17:53:59 2020 (r547199) +++ head/graphics/libpotrace/Makefile Mon Aug 31 17:59:17 2020 (r547200) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= libpotrace -PORTVERSION= 1.12 +PORTVERSION= 1.16 CATEGORIES= graphics MASTER_SITES= SF/potrace/${PORTVERSION} DISTNAME= potrace-${PORTVERSION} @@ -20,7 +20,7 @@ PLIST_FILES= include/potracelib.h \ lib/libpotrace.a \ lib/libpotrace.so \ lib/libpotrace.so.0 \ - lib/libpotrace.so.0.0.2 + lib/libpotrace.so.0.0.6 OPTIONS_DEFINE= METRIC A4 OPTIONS_DEFAULT=METRIC A4 Modified: head/graphics/libpotrace/distinfo ============================================================================== --- head/graphics/libpotrace/distinfo Mon Aug 31 17:53:59 2020 (r547199) +++ head/graphics/libpotrace/distinfo Mon Aug 31 17:59:17 2020 (r547200) @@ -1,2 +1,3 @@ -SHA256 (potrace-1.12.tar.gz) = b0bbf1d7badbebfcb992280f038936281b47ddbae212e8ae91e863ce0b76173b -SIZE (potrace-1.12.tar.gz) = 604946 +TIMESTAMP = 1584716910 +SHA256 (potrace-1.16.tar.gz) = be8248a17dedd6ccbaab2fcc45835bb0502d062e40fbded3bc56028ce5eb7acc +SIZE (potrace-1.16.tar.gz) = 657314 Modified: head/graphics/libpotrace/files/patch-Makefile.in ============================================================================== --- head/graphics/libpotrace/files/patch-Makefile.in Mon Aug 31 17:53:59 2020 (r547199) +++ head/graphics/libpotrace/files/patch-Makefile.in Mon Aug 31 17:59:17 2020 (r547200) @@ -1,8 +1,8 @@ ---- Makefile.in.orig 2013-02-20 00:49:08 UTC +--- Makefile.in.orig 2019-09-17 03:12:20 UTC +++ Makefile.in -@@ -259,7 +259,7 @@ top_srcdir = @top_srcdir@ - # unsure why automake/autoconf does not automatically distribute libtool - EXTRA_DIST = README-WIN libtool +@@ -335,7 +335,7 @@ top_builddir = @top_builddir@ + top_srcdir = @top_srcdir@ + EXTRA_DIST = README-WIN ACLOCAL_AMFLAGS = -I m4 -SUBDIRS = src doc check +SUBDIRS = src Modified: head/graphics/libpotrace/files/patch-src-Makefile.in ============================================================================== --- head/graphics/libpotrace/files/patch-src-Makefile.in Mon Aug 31 17:53:59 2020 (r547199) +++ head/graphics/libpotrace/files/patch-src-Makefile.in Mon Aug 31 17:59:17 2020 (r547200) @@ -1,6 +1,6 @@ ---- src/Makefile.in.orig 2013-02-20 00:49:08 UTC +--- src/Makefile.in.orig 2019-09-17 03:12:20 UTC +++ src/Makefile.in -@@ -664,7 +664,7 @@ install-dvi: install-dvi-am +@@ -808,7 +808,7 @@ install-dvi: install-dvi-am install-dvi-am: