Skip to content

Commit

Permalink
cad/horizon-eda: Update 2.2.0 -> 2.3.0
Browse files Browse the repository at this point in the history
Reported by:	portscout
  • Loading branch information
yurivict committed May 6, 2022
1 parent 2c06b57 commit 7314f16
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 13 deletions.
13 changes: 3 additions & 10 deletions cad/horizon-eda/Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
PORTNAME= horizon-eda
DISTVERSIONPREFIX= v
DISTVERSION= 2.2.0
PORTREVISION= 2
DISTVERSION= 2.3.0
CATEGORIES= cad

MAINTAINER= yuri@FreeBSD.org
Expand All @@ -24,7 +23,7 @@ LIB_DEPENDS= libcurl.so:ftp/curl \
libzip.so:archivers/libzip \
libzmq.so:net/libzmq4

USES= gmake gnome localbase pkgconfig python:build sqlite # compiler:c++17-lang
USES= compiler:c++17-lang gmake gnome libarchive localbase pkgconfig python:build sqlite
USE_GNOME= atkmm gdkpixbuf2 gtkmm30 librsvg2

USE_GITHUB= yes
Expand All @@ -34,13 +33,7 @@ MAKE_ARGS= DEBUGFLAGS= OPTIMIZE=

BINARY_ALIAS= python3=${PYTHON_CMD}

LLVM_VER= 12 # workaround for bug#253551
BUILD_DEPENDS+= clang${LLVM_VER}:devel/llvm${LLVM_VER}
CPP= clang-cpp${LLVM_VER}
CC= clang${LLVM_VER}
CXX= clang++${LLVM_VER}

post-install: # https://github.com/horizon-eda/horizon/issues/558
@cd ${STAGEDIR}${PREFIX}/bin && ${STRIP_CMD} horizon-imp
@cd ${STAGEDIR}${PREFIX}/bin && ${STRIP_CMD} horizon-eda horizon-imp

.include <bsd.port.mk>
6 changes: 3 additions & 3 deletions cad/horizon-eda/distinfo
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
TIMESTAMP = 1642101212
SHA256 (horizon-eda-horizon-v2.2.0_GH0.tar.gz) = 6c04f2fe8a9e1ee148cd1aaf9d418eec2ebce1bdda1741c7a54fb53c95798f91
SIZE (horizon-eda-horizon-v2.2.0_GH0.tar.gz) = 3211560
TIMESTAMP = 1651802807
SHA256 (horizon-eda-horizon-v2.3.0_GH0.tar.gz) = 32045e46ad54469cce926508c09d0d1701dc49fb6ab613be2bc99b0e0a0662b3
SIZE (horizon-eda-horizon-v2.3.0_GH0.tar.gz) = 3287979

0 comments on commit 7314f16

Please sign in to comment.