Date: Mon, 9 Sep 2019 11:58:29 +0000 (UTC) From: Danilo Egea Gondolfo <danilo@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r511622 - in head/cad/xcircuit: . files Message-ID: <201909091158.x89BwTbS079582@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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 <stdlib.h> + #include <stdint.h> #include <string.h> +-#ifndef XC_WIN32 + #include <unistd.h> +-#endif #include <math.h> #include <limits.h> -+#include <unistd.h> #include <sys/stat.h> - #include <sys/wait.h> - -
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201909091158.x89BwTbS079582>