svn commit: r547200 - in head/graphics/libpotrace: . files
Hiroki Sato
hrs at FreeBSD.org
Mon Aug 31 17:59:18 UTC 2020
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:
More information about the svn-ports-all
mailing list