diff options
author | gahr <gahr@FreeBSD.org> | 2014-07-21 16:40:32 +0800 |
---|---|---|
committer | gahr <gahr@FreeBSD.org> | 2014-07-21 16:40:32 +0800 |
commit | 0d22da87d8b40535e9e7aa84cc76ca7482b0b5dc (patch) | |
tree | 57227bd6e93b6239610e5e50c0fd9c5873026f2d /x11-toolkits/wxgtk30/Makefile | |
parent | 58fbeca49d843506dc05f11c7098577facab8e80 (diff) | |
download | freebsd-ports-gnome-0d22da87d8b40535e9e7aa84cc76ca7482b0b5dc.tar.gz freebsd-ports-gnome-0d22da87d8b40535e9e7aa84cc76ca7482b0b5dc.tar.zst freebsd-ports-gnome-0d22da87d8b40535e9e7aa84cc76ca7482b0b5dc.zip |
- Update to 3.0.1
Release notes:
http://www.wxwidgets.org/news/2014/06/wxwidgets-3.0.1-released/
Diffstat (limited to 'x11-toolkits/wxgtk30/Makefile')
-rw-r--r-- | x11-toolkits/wxgtk30/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/x11-toolkits/wxgtk30/Makefile b/x11-toolkits/wxgtk30/Makefile index e281e5789fb8..cb83d301bf17 100644 --- a/x11-toolkits/wxgtk30/Makefile +++ b/x11-toolkits/wxgtk30/Makefile @@ -1,8 +1,7 @@ # $FreeBSD$ PORTNAME= wx -PORTVERSION= 3.0.0 -PORTREVISION= 1 +PORTVERSION= 3.0.1 CATEGORIES= x11-toolkits MASTER_SITES= SF/wxwindows/${PORTVERSION} PKGNAMESUFFIX= 30-gtk2 |