From owner-svn-ports-head@freebsd.org Thu Oct 22 02:23:07 2015 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 3E298A1B262; Thu, 22 Oct 2015 02:23:07 +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 mx1.freebsd.org (Postfix) with ESMTPS id 08B2F1CC0; Thu, 22 Oct 2015 02:23:06 +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 t9M2N6EL002682; Thu, 22 Oct 2015 02:23:06 GMT (envelope-from hrs@FreeBSD.org) Received: (from hrs@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t9M2N56j002680; Thu, 22 Oct 2015 02:23:05 GMT (envelope-from hrs@FreeBSD.org) Message-Id: <201510220223.t9M2N56j002680@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: hrs set sender to hrs@FreeBSD.org using -f From: Hiroki Sato Date: Thu, 22 Oct 2015 02:23:05 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r399944 - head/graphics/libpotrace X-SVN-Group: ports-head 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.20 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: Thu, 22 Oct 2015 02:23:07 -0000 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