mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 17:46:38 -04:00
cad/gerbv: update 2.7.0 -> 2.10.0, new upstream, URL changed
- Also fixes CVE-2023-4508 PR: 281369 Reported by: diizzy Changes: https://github.com/gerbv/gerbv/blob/main/NEWS
This commit is contained in:
parent
b9bb5d0982
commit
a99e5ef3a8
3 changed files with 11 additions and 10 deletions
|
@ -1,12 +1,12 @@
|
||||||
PORTNAME= gerbv
|
PORTNAME= gerbv
|
||||||
PORTVERSION= 2.7.0
|
DISTVERSION= 2.10.0
|
||||||
PORTREVISION= 3
|
DISTVERSIONPREFIX=v
|
||||||
CATEGORIES= cad
|
CATEGORIES= cad
|
||||||
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}
|
MASTER_SITES= GH
|
||||||
|
|
||||||
MAINTAINER= pi@FreeBSD.org
|
MAINTAINER= pi@FreeBSD.org
|
||||||
COMMENT= Gerber file viewer
|
COMMENT= Gerber file viewer
|
||||||
WWW= http://gerbv.geda-project.org/
|
WWW= https://gerbv.github.io/
|
||||||
|
|
||||||
LICENSE= GPLv2+
|
LICENSE= GPLv2+
|
||||||
LICENSE_FILE= ${WRKSRC}/COPYING
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
||||||
|
@ -14,8 +14,9 @@ LICENSE_FILE= ${WRKSRC}/COPYING
|
||||||
LIB_DEPENDS= libfontconfig.so:x11-fonts/fontconfig \
|
LIB_DEPENDS= libfontconfig.so:x11-fonts/fontconfig \
|
||||||
libfreetype.so:print/freetype2
|
libfreetype.so:print/freetype2
|
||||||
|
|
||||||
USES= autoreconf compiler:c++11-lang cpe desktop-file-utils gmake gnome \
|
USES= autoreconf compiler:c++11-lang cpe desktop-file-utils \
|
||||||
libtool localbase pathfix pkgconfig
|
gmake gnome libtool localbase pathfix pkgconfig
|
||||||
|
USE_GITHUB= yes
|
||||||
USE_GNOME= cairo gtk20
|
USE_GNOME= cairo gtk20
|
||||||
USE_LDCONFIG= yes
|
USE_LDCONFIG= yes
|
||||||
|
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
TIMESTAMP = 1548269427
|
TIMESTAMP = 1727024998
|
||||||
SHA256 (gerbv-2.7.0.tar.gz) = c5ee808c4230ce6be3ad10ab63c547098386d43022704de25ddb9378e62053b4
|
SHA256 (gerbv-gerbv-v2.10.0_GH0.tar.gz) = 3eef8eb8a2755da8400e7a4394229475ad4cf1a2f85345720ee1da135a1aec44
|
||||||
SIZE (gerbv-2.7.0.tar.gz) = 5691407
|
SIZE (gerbv-gerbv-v2.10.0_GH0.tar.gz) = 4508865
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
bin/gerbv
|
bin/gerbv
|
||||||
include/gerbv-%%VERSION%%/gerbv.h
|
include/gerbv-/gerbv.h
|
||||||
lib/libgerbv.a
|
lib/libgerbv.a
|
||||||
lib/libgerbv.so
|
lib/libgerbv.so
|
||||||
lib/libgerbv.so.1
|
lib/libgerbv.so.1
|
||||||
|
|
Loading…
Add table
Reference in a new issue