diff options
author | sat <sat@FreeBSD.org> | 2007-10-30 01:52:08 +0800 |
---|---|---|
committer | sat <sat@FreeBSD.org> | 2007-10-30 01:52:08 +0800 |
commit | 243b7d1669dac8b502a3ab95d3ba678af9597f15 (patch) | |
tree | 6fac6e0918eaaf78a3c56b838211d59e89ec2506 | |
parent | 39a073c4930fdf3770fcfd66a79296ba1ba5fbca (diff) | |
download | freebsd-ports-gnome-243b7d1669dac8b502a3ab95d3ba678af9597f15.tar.gz freebsd-ports-gnome-243b7d1669dac8b502a3ab95d3ba678af9597f15.tar.zst freebsd-ports-gnome-243b7d1669dac8b502a3ab95d3ba678af9597f15.zip |
- Update to 0.7
-rw-r--r-- | x11-toolkits/py-tktreectrl/Makefile | 5 | ||||
-rw-r--r-- | x11-toolkits/py-tktreectrl/distinfo | 6 | ||||
-rw-r--r-- | x11-toolkits/py-tktreectrl/pkg-descr | 4 |
3 files changed, 7 insertions, 8 deletions
diff --git a/x11-toolkits/py-tktreectrl/Makefile b/x11-toolkits/py-tktreectrl/Makefile index 1e0d1b2ad197..5e9cbf9e6d67 100644 --- a/x11-toolkits/py-tktreectrl/Makefile +++ b/x11-toolkits/py-tktreectrl/Makefile @@ -6,10 +6,9 @@ # PORTNAME= tktreectrl -PORTVERSION= 0.6 -PORTREVISION= 2 +PORTVERSION= 0.7 CATEGORIES= x11-toolkits tk84 -MASTER_SITES= http://klappnase.zexxo.net/TkinterTreectrl/ CENKES +MASTER_SITES= http://klappnase.bubble.org/TkinterTreectrl/ CENKES PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DISTNAME= TkinterTreectrl-${DISTVERSION} diff --git a/x11-toolkits/py-tktreectrl/distinfo b/x11-toolkits/py-tktreectrl/distinfo index 94b2bc91a8a2..4b6ad2e71c7d 100644 --- a/x11-toolkits/py-tktreectrl/distinfo +++ b/x11-toolkits/py-tktreectrl/distinfo @@ -1,3 +1,3 @@ -MD5 (TkinterTreectrl-0.6.zip) = 0d4070c9412264b6640a8313aafa033d -SHA256 (TkinterTreectrl-0.6.zip) = 1b5c631e05df3861b96f4e42ebe6251a9e8abf1902e7394ff4c47bbbca8fa4a8 -SIZE (TkinterTreectrl-0.6.zip) = 75655 +MD5 (TkinterTreectrl-0.7.zip) = a5088bf7a73ba5b6d3bc812205a9f618 +SHA256 (TkinterTreectrl-0.7.zip) = d281e4af9e4e798c3777be8d32c67035590b4b0eae03ca92fafe54a431ed9b21 +SIZE (TkinterTreectrl-0.7.zip) = 83883 diff --git a/x11-toolkits/py-tktreectrl/pkg-descr b/x11-toolkits/py-tktreectrl/pkg-descr index 02da251bf149..0e23cc36f4f7 100644 --- a/x11-toolkits/py-tktreectrl/pkg-descr +++ b/x11-toolkits/py-tktreectrl/pkg-descr @@ -1,5 +1,5 @@ The TkTreectrl module wraps the treectrl tk extension for use with python/Tkinter. -WWW: http://klappnase.zexxo.net/TkinterTreectrl/ -Author: Michael Lange <klappnase@8ung.at> +WWW: http://klappnase.bubble.org/TkinterTreectrl/ +Author: Michael Lange <klappnase (at) freakmail (dot) de> |