Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 31 Oct 2020 04:01:41 +0000 (UTC)
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r553730 - in head/cad/horizon-eda: . files
Message-ID:  <202010310401.09V41fTi078030@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: yuri
Date: Sat Oct 31 04:01:41 2020
New Revision: 553730
URL: https://svnweb.freebsd.org/changeset/ports/553730

Log:
  cad/horizon-eda: Update 1.2.1 -> 1.3.0
  
  Reported by:	portscout

Modified:
  head/cad/horizon-eda/Makefile
  head/cad/horizon-eda/distinfo
  head/cad/horizon-eda/files/patch-Makefile

Modified: head/cad/horizon-eda/Makefile
==============================================================================
--- head/cad/horizon-eda/Makefile	Sat Oct 31 03:59:45 2020	(r553729)
+++ head/cad/horizon-eda/Makefile	Sat Oct 31 04:01:41 2020	(r553730)
@@ -2,11 +2,8 @@
 
 PORTNAME=	horizon-eda
 DISTVERSIONPREFIX=	v
-DISTVERSION=	1.2.1
+DISTVERSION=	1.3.0
 CATEGORIES=	cad
-
-PATCH_SITES=	https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/
-PATCHFILES=	b40e3ed3f92c4b28af307135223ecf05eacecc82.patch:-p1 # backport the build failure fix
 
 MAINTAINER=	yuri@FreeBSD.org
 COMMENT=	EDA package for printed circuit board design

Modified: head/cad/horizon-eda/distinfo
==============================================================================
--- head/cad/horizon-eda/distinfo	Sat Oct 31 03:59:45 2020	(r553729)
+++ head/cad/horizon-eda/distinfo	Sat Oct 31 04:01:41 2020	(r553730)
@@ -1,5 +1,3 @@
-TIMESTAMP = 1596747687
-SHA256 (horizon-eda-horizon-v1.2.1_GH0.tar.gz) = 3c0d66afeec55cf7fffbb25a467f7aac1576a5f93fec1f461d7f8a3e20072365
-SIZE (horizon-eda-horizon-v1.2.1_GH0.tar.gz) = 2933726
-SHA256 (b40e3ed3f92c4b28af307135223ecf05eacecc82.patch) = 3d0e9a50346931f842b856c0e1defaf6b6b9cce57ed134393f8e0bc9db1f22d3
-SIZE (b40e3ed3f92c4b28af307135223ecf05eacecc82.patch) = 795
+TIMESTAMP = 1604105569
+SHA256 (horizon-eda-horizon-v1.3.0_GH0.tar.gz) = 407ae0022d354d173dc9f75549c68f4d26c195375c28a41ea7c6edee6bfd9bab
+SIZE (horizon-eda-horizon-v1.3.0_GH0.tar.gz) = 2985020

Modified: head/cad/horizon-eda/files/patch-Makefile
==============================================================================
--- head/cad/horizon-eda/files/patch-Makefile	Sat Oct 31 03:59:45 2020	(r553729)
+++ head/cad/horizon-eda/files/patch-Makefile	Sat Oct 31 04:01:41 2020	(r553730)
@@ -1,11 +1,11 @@
---- Makefile.orig	2020-08-06 20:40:55 UTC
+--- Makefile.orig	2020-10-29 19:37:56 UTC
 +++ Makefile
-@@ -657,7 +657,7 @@ endif
+@@ -718,7 +718,7 @@ endif
  LIBS_ALL = $(LIBS_COMMON) gtkmm-3.0 epoxy cairomm-pdf-1.0 librsvg-2.0 libzmq libgit2 libcurl glm
  
  OPTIMIZE = -fdata-sections -ffunction-sections
 -DEBUGFLAGS = -g3
 +#DEBUGFLAGS = -g3
- CXXFLAGS += $(DEBUGFLAGS) $(DEFINES) $(OPTIMIZE) $(shell $(PKG_CONFIG) --cflags $(LIBS_ALL)) -MP -MMD -pthread -Wall -Wshadow -std=c++17 -O3
- CFLAGS = $(filter-out -std=%,$(CXXFLAGS)) -std=c99
+ CXXFLAGS += $(DEBUGFLAGS) $(DEFINES) $(OPTIMIZE) $(shell $(PKG_CONFIG) --cflags $(LIBS_ALL)) -MP -MMD -pthread -Wall -Wshadow -Wsuggest-override -std=c++17 -O3
+ CFLAGS = $(filter-out -Wsuggest-override, $(filter-out -std=%,$(CXXFLAGS))) -std=c99
  LDFLAGS += -lm -lpthread



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