From owner-svn-ports-head@freebsd.org Mon Sep 9 11:58:30 2019 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 80903F6C39; Mon, 9 Sep 2019 11:58:30 +0000 (UTC) (envelope-from danilo@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) server-signature RSA-PSS (4096 bits) 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 46Rms22pRVz3NTH; Mon, 9 Sep 2019 11:58:30 +0000 (UTC) (envelope-from danilo@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 43D4FD344; Mon, 9 Sep 2019 11:58:30 +0000 (UTC) (envelope-from danilo@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x89BwU8K079585; Mon, 9 Sep 2019 11:58:30 GMT (envelope-from danilo@FreeBSD.org) Received: (from danilo@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x89BwTbS079582; Mon, 9 Sep 2019 11:58:29 GMT (envelope-from danilo@FreeBSD.org) Message-Id: <201909091158.x89BwTbS079582@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: danilo set sender to danilo@FreeBSD.org using -f From: Danilo Egea Gondolfo Date: Mon, 9 Sep 2019 11:58:29 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r511622 - in head/cad/xcircuit: . files X-SVN-Group: ports-head X-SVN-Commit-Author: danilo X-SVN-Commit-Paths: in head/cad/xcircuit: . files X-SVN-Commit-Revision: 511622 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.29 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, 09 Sep 2019 11:58:30 -0000 Author: danilo Date: Mon Sep 9 11:58:29 2019 New Revision: 511622 URL: https://svnweb.freebsd.org/changeset/ports/511622 Log: - Update to 3.10.13 Deleted: head/cad/xcircuit/files/patch-tclxcircuit.c Modified: head/cad/xcircuit/Makefile head/cad/xcircuit/distinfo head/cad/xcircuit/files/patch-svg.c Modified: head/cad/xcircuit/Makefile ============================================================================== --- head/cad/xcircuit/Makefile Mon Sep 9 11:04:35 2019 (r511621) +++ head/cad/xcircuit/Makefile Mon Sep 9 11:58:29 2019 (r511622) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= xcircuit -PORTVERSION= 3.10.12 +PORTVERSION= 3.10.13 PORTEPOCH= 1 CATEGORIES= cad MASTER_SITES= http://opencircuitdesign.com/xcircuit/archive/ \ @@ -16,7 +16,7 @@ LICENSE= GPLv2 LIB_DEPENDS= libfontconfig.so:x11-fonts/fontconfig \ libfreetype.so:print/freetype2 -USES= ghostscript:x11,run gmake gnome pkgconfig tar:tgz tk:tea +USES= ghostscript:x11,run gmake gnome pkgconfig tar:tgz tk:tea xorg OPTIONS_DEFINE= EXAMPLES Modified: head/cad/xcircuit/distinfo ============================================================================== --- head/cad/xcircuit/distinfo Mon Sep 9 11:04:35 2019 (r511621) +++ head/cad/xcircuit/distinfo Mon Sep 9 11:58:29 2019 (r511622) @@ -1,3 +1,3 @@ -TIMESTAMP = 1540589489 -SHA256 (xcircuit-3.10.12.tgz) = 92ea6366fdb58b669b62abc0c5f5662658bbaf80de01b4344b24d1eeeea0a610 -SIZE (xcircuit-3.10.12.tgz) = 1615276 +TIMESTAMP = 1567944966 +SHA256 (xcircuit-3.10.13.tgz) = 769c886531fd5f7da0142115aa67d4eb465a3da127f0ad8b8705c5b53702a2f0 +SIZE (xcircuit-3.10.13.tgz) = 1615156 Modified: head/cad/xcircuit/files/patch-svg.c ============================================================================== --- head/cad/xcircuit/files/patch-svg.c Mon Sep 9 11:04:35 2019 (r511621) +++ head/cad/xcircuit/files/patch-svg.c Mon Sep 9 11:58:29 2019 (r511622) @@ -1,11 +1,12 @@ ---- svg.c.orig 2009-09-23 21:50:37.000000000 +0900 -+++ svg.c 2009-11-09 22:27:21.000000000 +0900 -@@ -8,6 +8,7 @@ +--- svg.c.orig 2019-09-08 12:19:55 UTC ++++ svg.c +@@ -7,9 +7,7 @@ + #include + #include #include +-#ifndef XC_WIN32 + #include +-#endif #include #include -+#include #include - #include - -