svn commit: r563439 - in head/cad/horizon-eda: . files

Yuri Victorovich yuri at FreeBSD.org
Sun Jan 31 00:10:19 UTC 2021


Author: yuri
Date: Sun Jan 31 00:10:19 2021
New Revision: 563439
URL: https://svnweb.freebsd.org/changeset/ports/563439

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

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

Modified: head/cad/horizon-eda/Makefile
==============================================================================
--- head/cad/horizon-eda/Makefile	Sat Jan 30 23:18:43 2021	(r563438)
+++ head/cad/horizon-eda/Makefile	Sun Jan 31 00:10:19 2021	(r563439)
@@ -2,8 +2,7 @@
 
 PORTNAME=	horizon-eda
 DISTVERSIONPREFIX=	v
-DISTVERSION=	1.3.0
-PORTREVISION=	2
+DISTVERSION=	1.4.0
 CATEGORIES=	cad
 
 MAINTAINER=	yuri at FreeBSD.org
@@ -29,11 +28,13 @@ USE_GITHUB=	yes
 GH_PROJECT=	horizon
 USE_GNOME=	atkmm gdkpixbuf2 gtkmm30 librsvg2
 
+MAKE_ARGS=	DEBUGFLAGS= OPTIMIZE=
+
 BINARY_ALIAS=	python3=${PYTHON_CMD}
 
 INSTALLS_ICONS=	yes
 
-post-install:
-	cd ${STAGEDIR}${PREFIX}/bin && ${STRIP_CMD} horizon-imp horizon-eda
+post-install: # https://github.com/horizon-eda/horizon/issues/558
+	cd ${STAGEDIR}${PREFIX}/bin && ${STRIP_CMD} horizon-eda
 
 .include <bsd.port.mk>

Modified: head/cad/horizon-eda/distinfo
==============================================================================
--- head/cad/horizon-eda/distinfo	Sat Jan 30 23:18:43 2021	(r563438)
+++ head/cad/horizon-eda/distinfo	Sun Jan 31 00:10:19 2021	(r563439)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1604105569
-SHA256 (horizon-eda-horizon-v1.3.0_GH0.tar.gz) = 407ae0022d354d173dc9f75549c68f4d26c195375c28a41ea7c6edee6bfd9bab
-SIZE (horizon-eda-horizon-v1.3.0_GH0.tar.gz) = 2985020
+TIMESTAMP = 1612029102
+SHA256 (horizon-eda-horizon-v1.4.0_GH0.tar.gz) = a0fbbbca903594975dd468af10581be8d52256ad441e7f8c71d1e70b341dbfe4
+SIZE (horizon-eda-horizon-v1.4.0_GH0.tar.gz) = 3020868


More information about the svn-ports-all mailing list