diff options
author | kevlo <kevlo@FreeBSD.org> | 2012-02-02 18:12:08 +0800 |
---|---|---|
committer | kevlo <kevlo@FreeBSD.org> | 2012-02-02 18:12:08 +0800 |
commit | c854eb423c577b76beee3a929ec1c15cfa470b9f (patch) | |
tree | d5cdb16a40f36523bc84649b278e5e51d62d13fa /deskutils/taskcoach | |
parent | 5aa230955d68d7a148bde94ffd99466214ce8b12 (diff) | |
download | freebsd-ports-gnome-c854eb423c577b76beee3a929ec1c15cfa470b9f.tar.gz freebsd-ports-gnome-c854eb423c577b76beee3a929ec1c15cfa470b9f.tar.zst freebsd-ports-gnome-c854eb423c577b76beee3a929ec1c15cfa470b9f.zip |
Update to 1.3.6
Diffstat (limited to 'deskutils/taskcoach')
-rw-r--r-- | deskutils/taskcoach/Makefile | 2 | ||||
-rw-r--r-- | deskutils/taskcoach/distinfo | 4 | ||||
-rw-r--r-- | deskutils/taskcoach/files/patch-taskcoachlib-powermgt_idle.py | 14 | ||||
-rw-r--r-- | deskutils/taskcoach/pkg-plist | 3 |
4 files changed, 3 insertions, 20 deletions
diff --git a/deskutils/taskcoach/Makefile b/deskutils/taskcoach/Makefile index af4e7cc68e1a..2d03237351af 100644 --- a/deskutils/taskcoach/Makefile +++ b/deskutils/taskcoach/Makefile @@ -6,7 +6,7 @@ # PORTNAME= taskcoach -PORTVERSION= 1.3.4 +PORTVERSION= 1.3.6 CATEGORIES= deskutils python MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/Release-${PORTVERSION} DISTNAME= TaskCoach-${PORTVERSION} diff --git a/deskutils/taskcoach/distinfo b/deskutils/taskcoach/distinfo index 4fdd1e2765f8..158a3eeed60b 100644 --- a/deskutils/taskcoach/distinfo +++ b/deskutils/taskcoach/distinfo @@ -1,2 +1,2 @@ -SHA256 (TaskCoach-1.3.4.tar.gz) = 93de09455b7b7371cfb03fc15e0319ccf1ed0eab6b978ff1765b86187bda43ac -SIZE (TaskCoach-1.3.4.tar.gz) = 2373095 +SHA256 (TaskCoach-1.3.6.tar.gz) = b81a0047e78a60b57b2e0b78ee67ba20cf4e8efe9e570f9a712e4861441f3b01 +SIZE (TaskCoach-1.3.6.tar.gz) = 2368569 diff --git a/deskutils/taskcoach/files/patch-taskcoachlib-powermgt_idle.py b/deskutils/taskcoach/files/patch-taskcoachlib-powermgt_idle.py deleted file mode 100644 index 8daf1861e735..000000000000 --- a/deskutils/taskcoach/files/patch-taskcoachlib-powermgt_idle.py +++ /dev/null @@ -1,14 +0,0 @@ ---- taskcoachlib/powermgt/idle.py.orig 2011-11-27 18:30:04.000000000 +0800 -+++ taskcoachlib/powermgt/idle.py 2012-01-06 10:26:51.000000000 +0800 -@@ -21,9 +21,9 @@ - - - #============================================================================== --# Linux -+# Linux / FreeBSD - --if sys.platform == 'linux2': -+if (sys.platform == 'linux2') or (sys.platform.startswith('freebsd')): - class XScreenSaverInfo(Structure): - _fields_ = [('window', c_ulong), - ('state', c_int), diff --git a/deskutils/taskcoach/pkg-plist b/deskutils/taskcoach/pkg-plist index 57616922950a..c8b9508cd138 100644 --- a/deskutils/taskcoach/pkg-plist +++ b/deskutils/taskcoach/pkg-plist @@ -1016,9 +1016,6 @@ bin/taskcoach %%PYTHON_SITELIBDIR%%/taskcoachlib/widgets/checklistbox.py %%PYTHON_SITELIBDIR%%/taskcoachlib/widgets/checklistbox.pyc %%PYTHON_SITELIBDIR%%/taskcoachlib/widgets/checklistbox.pyo -%%PYTHON_SITELIBDIR%%/taskcoachlib/widgets/conflict.py -%%PYTHON_SITELIBDIR%%/taskcoachlib/widgets/conflict.pyc -%%PYTHON_SITELIBDIR%%/taskcoachlib/widgets/conflict.pyo %%PYTHON_SITELIBDIR%%/taskcoachlib/widgets/datectrl.py %%PYTHON_SITELIBDIR%%/taskcoachlib/widgets/datectrl.pyc %%PYTHON_SITELIBDIR%%/taskcoachlib/widgets/datectrl.pyo |