diff options
author | miwi <miwi@FreeBSD.org> | 2009-04-24 01:46:58 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2009-04-24 01:46:58 +0800 |
commit | a3e59bc913bbd6a46be213d8b327c001932eafc7 (patch) | |
tree | 4b398580e027cce61a6ac7f24ad1f4fc735832ce | |
parent | 5637203c89096093bd55616dcb85e92033a66e25 (diff) | |
download | freebsd-ports-gnome-a3e59bc913bbd6a46be213d8b327c001932eafc7.tar.gz freebsd-ports-gnome-a3e59bc913bbd6a46be213d8b327c001932eafc7.tar.zst freebsd-ports-gnome-a3e59bc913bbd6a46be213d8b327c001932eafc7.zip |
- Update 0.14
- Pass maintainership to submitter
PR: 133781
Submitted by: Jochen Neumeister <jochen@daten-chaos.de>
-rw-r--r-- | x11-toolkits/wxd/Makefile | 10 | ||||
-rw-r--r-- | x11-toolkits/wxd/distinfo | 6 | ||||
-rw-r--r-- | x11-toolkits/wxd/pkg-plist | 1 |
3 files changed, 8 insertions, 9 deletions
diff --git a/x11-toolkits/wxd/Makefile b/x11-toolkits/wxd/Makefile index e2dca38d078b..49bca21d4149 100644 --- a/x11-toolkits/wxd/Makefile +++ b/x11-toolkits/wxd/Makefile @@ -6,14 +6,12 @@ # PORTNAME= wxd -PORTVERSION= 0.11 -PORTREVISION= 1 +PORTVERSION= 0.14 CATEGORIES= x11-toolkits devel -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} -MASTER_SITE_SUBDIR= ${PORTNAME} -EXTRACT_SUFX= .tgz +MASTER_SITES= SF +EXTRACT_SUFX= .tgz -MAINTAINER= ports@FreeBSD.org +MAINTAINER= jochen@daten-chaos.de COMMENT= wxWidgets bindings for the D programming language BUILD_DEPENDS= gdc:${PORTSDIR}/lang/gdc diff --git a/x11-toolkits/wxd/distinfo b/x11-toolkits/wxd/distinfo index 9829f1dbc464..7084ab6a010b 100644 --- a/x11-toolkits/wxd/distinfo +++ b/x11-toolkits/wxd/distinfo @@ -1,3 +1,3 @@ -MD5 (wxd-0.11.tgz) = 595a46326e05f665e34d93c6b16a0ab9 -SHA256 (wxd-0.11.tgz) = 2aa123cc54959d2557dd93b1b9731e54aa728167f196f8b6188dd90e13ef474e -SIZE (wxd-0.11.tgz) = 1175480 +MD5 (wxd-0.14.tgz) = 414acdf06c09a36d50a82e4a2b9acef8 +SHA256 (wxd-0.14.tgz) = 6bfcf2e2a219bc32eb1b4ed6f025e2524a9ef92a602a958692d0761df6c9080d +SIZE (wxd-0.14.tgz) = 1206109 diff --git a/x11-toolkits/wxd/pkg-plist b/x11-toolkits/wxd/pkg-plist index af3e0e967157..d0c8311d6c43 100644 --- a/x11-toolkits/wxd/pkg-plist +++ b/x11-toolkits/wxd/pkg-plist @@ -131,6 +131,7 @@ include/d/wx/StatusBar.d include/d/wx/StyledTextCtrl.d include/d/wx/SysColourChangedEvent.d include/d/wx/SystemSettings.d +include/d/wx/TaskBarIcon.d include/d/wx/TabCtrl.d include/d/wx/TextCtrl.d include/d/wx/TextDialog.d |