Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 22 Oct 2015 02:23:05 +0000 (UTC)
From:      Hiroki Sato <hrs@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r399944 - head/graphics/libpotrace
Message-ID:  <201510220223.t9M2N56j002680@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: hrs
Date: Thu Oct 22 02:23:05 2015
New Revision: 399944
URL: https://svnweb.freebsd.org/changeset/ports/399944

Log:
  - Update to 1.12.
  - Fix MASTER_SITES [*].
  
  Spotted by:	Tatsuki Makino [*]
  PR:		203652 [*]

Modified:
  head/graphics/libpotrace/Makefile
  head/graphics/libpotrace/distinfo

Modified: head/graphics/libpotrace/Makefile
==============================================================================
--- head/graphics/libpotrace/Makefile	Thu Oct 22 02:10:17 2015	(r399943)
+++ head/graphics/libpotrace/Makefile	Thu Oct 22 02:23:05 2015	(r399944)
@@ -1,10 +1,9 @@
 # $FreeBSD$
 
 PORTNAME=	libpotrace
-PORTVERSION=	1.11
-PORTREVISION=	1
+PORTVERSION=	1.12
 CATEGORIES=	graphics
-MASTER_SITES=	SF
+MASTER_SITES=	SF/potrace/${PORTVERSION}
 DISTNAME=	potrace-${PORTVERSION}
 
 MAINTAINER=	hrs@FreeBSD.org
@@ -21,7 +20,7 @@ PLIST_FILES=	include/potracelib.h \
 		lib/libpotrace.a \
 		lib/libpotrace.so \
 		lib/libpotrace.so.0 \
-		lib/libpotrace.so.0.0.1
+		lib/libpotrace.so.0.0.2
 
 OPTIONS_DEFINE=	METRIC A4
 OPTIONS_DEFAULT=METRIC A4

Modified: head/graphics/libpotrace/distinfo
==============================================================================
--- head/graphics/libpotrace/distinfo	Thu Oct 22 02:10:17 2015	(r399943)
+++ head/graphics/libpotrace/distinfo	Thu Oct 22 02:23:05 2015	(r399944)
@@ -1,2 +1,2 @@
-SHA256 (potrace-1.11.tar.gz) = 5aa5eb496e00206d68b67edf8f6067999a45d1b69f848c18af5cbdf8e4a17ead
-SIZE (potrace-1.11.tar.gz) = 662085
+SHA256 (potrace-1.12.tar.gz) = b0bbf1d7badbebfcb992280f038936281b47ddbae212e8ae91e863ce0b76173b
+SIZE (potrace-1.12.tar.gz) = 604946



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