diff options
author | Loïc Bartoletti <lbartoletti@FreeBSD.org> | 2020-05-17 05:55:12 +0000 |
---|---|---|
committer | Loïc Bartoletti <lbartoletti@FreeBSD.org> | 2020-05-17 05:55:12 +0000 |
commit | 4c1a39996648890aee504700474826976269e540 (patch) | |
tree | 8f2be4fce582d81352781e158d9208b3e4e41e0e /cad | |
parent | 79ec3233cba24b0a155c88e886492d5c0de41ffd (diff) | |
download | freebsd-ports-4c1a39996648890aee504700474826976269e540.zip |
x11-toolkits/wxgtk30: Update to 3.0.5.1
Changelog:
- https://raw.githubusercontent.com/wxWidgets/wxWidgets/v3.0.5/docs/changes.txt
PR: 246218
Approved by: tcberner (mentor)
Exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D24808
Diffstat (limited to 'cad')
-rw-r--r-- | cad/basicdsp/Makefile | 2 | ||||
-rw-r--r-- | cad/gspiceui/Makefile | 2 | ||||
-rw-r--r-- | cad/kicad-devel/Makefile | 2 | ||||
-rw-r--r-- | cad/kicad/Makefile | 1 |
4 files changed, 4 insertions, 3 deletions
diff --git a/cad/basicdsp/Makefile b/cad/basicdsp/Makefile index 65f0f29f3126..989979f40f32 100644 --- a/cad/basicdsp/Makefile +++ b/cad/basicdsp/Makefile @@ -3,7 +3,7 @@ PORTNAME= basicdsp PORTVERSION= 1.01 -PORTREVISION= 8 +PORTREVISION= 9 CATEGORIES= cad hamradio MASTER_SITES= http://wwwhome.cs.utwente.nl/~ptdeboer/ham/basicdsp/ \ LOCAL/db diff --git a/cad/gspiceui/Makefile b/cad/gspiceui/Makefile index a5d40810a79f..28b66e308d8c 100644 --- a/cad/gspiceui/Makefile +++ b/cad/gspiceui/Makefile @@ -3,7 +3,7 @@ PORTNAME= gspiceui PORTVERSION= 1.1.00 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= cad MASTER_SITES= SF/${PORTNAME}/gSpiceUI/${PORTNAME}-v${PORTVERSION} DISTNAME= ${PORTNAME}-v${PORTVERSION} diff --git a/cad/kicad-devel/Makefile b/cad/kicad-devel/Makefile index 7c8ae4738a73..d4233345714f 100644 --- a/cad/kicad-devel/Makefile +++ b/cad/kicad-devel/Makefile @@ -3,7 +3,7 @@ PORTNAME= kicad DISTVERSION= r${GIT_SRC_DATE} -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= cad PKGNAMESUFFIX= -devel DIST_SUBDIR= ${PORTNAME} diff --git a/cad/kicad/Makefile b/cad/kicad/Makefile index a53f8a4d92d1..ae707cca7cea 100644 --- a/cad/kicad/Makefile +++ b/cad/kicad/Makefile @@ -3,6 +3,7 @@ PORTNAME= kicad PORTVERSION= 5.1.6 +PORTREVISION= 1 PORTEPOCH= 2 CATEGORIES= cad |