mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-01 05:45:45 +00:00
cad/ngspice_rework: update to v41
The current version's distfiles have dropped off sourceforge, so let's take this time to update. While we're here, upstream has since removed the sbrk usage, so we can successfully build on aarch64 again. Reverse dependencies PORTREVISION bumped to play it safe, because it's not clear to me that the ABI really didn't change. Approved by: kevinz5000@gmail.com (maintainer)
This commit is contained in:
parent
49eaa88d7d
commit
6cbeebb080
@ -1,6 +1,6 @@
|
||||
PORTNAME= kicad
|
||||
DISTVERSION= r${GIT_SRC_DATE}
|
||||
PORTREVISION= 4
|
||||
PORTREVISION= 5
|
||||
#PORTREVISION= 1
|
||||
CATEGORIES= cad
|
||||
PKGNAMESUFFIX= -devel
|
||||
|
@ -1,6 +1,6 @@
|
||||
PORTNAME= kicad
|
||||
PORTVERSION= 7.0.2
|
||||
PORTREVISION= 2
|
||||
PORTREVISION= 3
|
||||
PORTEPOCH= 2
|
||||
CATEGORIES= cad
|
||||
MASTER_SITES= https://gitlab.com/${PORTNAME}/code/${PORTNAME}/-/archive/${DISTVERSION}${DISTVERSIONSUFFIX}/
|
||||
|
@ -1,5 +1,5 @@
|
||||
PORTNAME= ngspice_rework
|
||||
PORTVERSION= 38
|
||||
PORTVERSION= 41
|
||||
CATEGORIES= cad
|
||||
MASTER_SITES= SF/ngspice/ng-spice-rework/${PORTVERSION}
|
||||
DISTNAME= ngspice-${PORTVERSION}
|
||||
@ -12,8 +12,6 @@ LICENSE= BSD3CLAUSE BSD4CLAUSE LGPL21+
|
||||
LICENSE_COMB= multi
|
||||
LICENSE_FILE= ${WRKSRC}/COPYING
|
||||
|
||||
BROKEN_aarch64= fails to link: missing sbrk
|
||||
|
||||
LIB_DEPENDS= libfftw3.so:math/fftw3
|
||||
|
||||
FLAVORS= x11 shlib
|
||||
|
@ -1,3 +1,3 @@
|
||||
TIMESTAMP = 1672765397
|
||||
SHA256 (ngspice-38.tar.gz) = 2c3e22f6c47b165db241cf355371a0a7558540ab2af3f8b5eedeeb289a317c56
|
||||
SIZE (ngspice-38.tar.gz) = 8060041
|
||||
TIMESTAMP = 1694224900
|
||||
SHA256 (ngspice-41.tar.gz) = 1ce219395d2f50c33eb223a1403f8318b168f1e6d1015a7db9dbf439408de8c4
|
||||
SIZE (ngspice-41.tar.gz) = 9518525
|
||||
|
@ -1,7 +1,7 @@
|
||||
libdata/pkgconfig/ngspice.pc
|
||||
lib/libngspice.so
|
||||
lib/libngspice.so.0
|
||||
lib/libngspice.so.0.0.5
|
||||
lib/libngspice.so.0.0.8
|
||||
lib/ngspice/analog.cm
|
||||
lib/ngspice/digital.cm
|
||||
lib/ngspice/spice2poly.cm
|
||||
|
@ -1,5 +1,6 @@
|
||||
PORTNAME= qucs-s
|
||||
DISTVERSION= 2.0.0
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= cad
|
||||
|
||||
MAINTAINER= yuri@FreeBSD.org
|
||||
|
Loading…
Reference in New Issue
Block a user