diff options
author | kevlo <kevlo@FreeBSD.org> | 2011-07-19 11:04:22 +0800 |
---|---|---|
committer | kevlo <kevlo@FreeBSD.org> | 2011-07-19 11:04:22 +0800 |
commit | 8d973c00f8a0d69918fbd064bf3e440f5df7f5af (patch) | |
tree | 60ac63244f3700ba5e6859f61bca269a2eb595c2 /deskutils/taskcoach | |
parent | 28550f6a7a4eaa558a207fa03200e1aadfdd6e14 (diff) | |
download | freebsd-ports-gnome-8d973c00f8a0d69918fbd064bf3e440f5df7f5af.tar.gz freebsd-ports-gnome-8d973c00f8a0d69918fbd064bf3e440f5df7f5af.tar.zst freebsd-ports-gnome-8d973c00f8a0d69918fbd064bf3e440f5df7f5af.zip |
Update to 1.2.24
Diffstat (limited to 'deskutils/taskcoach')
-rw-r--r-- | deskutils/taskcoach/Makefile | 2 | ||||
-rw-r--r-- | deskutils/taskcoach/distinfo | 4 | ||||
-rw-r--r-- | deskutils/taskcoach/pkg-plist | 13 |
3 files changed, 13 insertions, 6 deletions
diff --git a/deskutils/taskcoach/Makefile b/deskutils/taskcoach/Makefile index 3b57c270b5f9..0488a1c99b3f 100644 --- a/deskutils/taskcoach/Makefile +++ b/deskutils/taskcoach/Makefile @@ -6,7 +6,7 @@ # PORTNAME= taskcoach -PORTVERSION= 1.2.22 +PORTVERSION= 1.2.24 CATEGORIES= deskutils python MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/Release-${PORTVERSION} DISTNAME= TaskCoach-${PORTVERSION} diff --git a/deskutils/taskcoach/distinfo b/deskutils/taskcoach/distinfo index 1ac05c642046..097aace66ab9 100644 --- a/deskutils/taskcoach/distinfo +++ b/deskutils/taskcoach/distinfo @@ -1,2 +1,2 @@ -SHA256 (TaskCoach-1.2.22.tar.gz) = 9b4e8dd64d6806494668f46eeef47a04a976c32c872a263002538cb495ca82cc -SIZE (TaskCoach-1.2.22.tar.gz) = 2231570 +SHA256 (TaskCoach-1.2.24.tar.gz) = e9b8096a005bb5a9f312b7a46a785f963995d9394c40aaee29eb5df1648278d6 +SIZE (TaskCoach-1.2.24.tar.gz) = 2233827 diff --git a/deskutils/taskcoach/pkg-plist b/deskutils/taskcoach/pkg-plist index 114cca4f8655..5a7ad2783091 100644 --- a/deskutils/taskcoach/pkg-plist +++ b/deskutils/taskcoach/pkg-plist @@ -287,9 +287,6 @@ bin/taskcoach %%PYTHON_SITELIBDIR%%/taskcoachlib/gui/remindercontroller.py %%PYTHON_SITELIBDIR%%/taskcoachlib/gui/remindercontroller.pyc %%PYTHON_SITELIBDIR%%/taskcoachlib/gui/remindercontroller.pyo -%%PYTHON_SITELIBDIR%%/taskcoachlib/gui/render.py -%%PYTHON_SITELIBDIR%%/taskcoachlib/gui/render.pyc -%%PYTHON_SITELIBDIR%%/taskcoachlib/gui/render.pyo %%PYTHON_SITELIBDIR%%/taskcoachlib/gui/splash.py %%PYTHON_SITELIBDIR%%/taskcoachlib/gui/splash.pyc %%PYTHON_SITELIBDIR%%/taskcoachlib/gui/splash.pyo @@ -680,6 +677,9 @@ bin/taskcoach %%PYTHON_SITELIBDIR%%/taskcoachlib/powermgt/xsm.py %%PYTHON_SITELIBDIR%%/taskcoachlib/powermgt/xsm.pyc %%PYTHON_SITELIBDIR%%/taskcoachlib/powermgt/xsm.pyo +%%PYTHON_SITELIBDIR%%/taskcoachlib/render.py +%%PYTHON_SITELIBDIR%%/taskcoachlib/render.pyc +%%PYTHON_SITELIBDIR%%/taskcoachlib/render.pyo %%PYTHON_SITELIBDIR%%/taskcoachlib/syncml/__init__.py %%PYTHON_SITELIBDIR%%/taskcoachlib/syncml/__init__.pyc %%PYTHON_SITELIBDIR%%/taskcoachlib/syncml/__init__.pyo @@ -956,6 +956,12 @@ bin/taskcoach %%PYTHON_SITELIBDIR%%/taskcoachlib/thirdparty/wxScheduler/wxSchedulerPrint.py %%PYTHON_SITELIBDIR%%/taskcoachlib/thirdparty/wxScheduler/wxSchedulerPrint.pyc %%PYTHON_SITELIBDIR%%/taskcoachlib/thirdparty/wxScheduler/wxSchedulerPrint.pyo +%%PYTHON_SITELIBDIR%%/taskcoachlib/tools/__init__.py +%%PYTHON_SITELIBDIR%%/taskcoachlib/tools/__init__.pyc +%%PYTHON_SITELIBDIR%%/taskcoachlib/tools/__init__.pyo +%%PYTHON_SITELIBDIR%%/taskcoachlib/tools/anonymize.py +%%PYTHON_SITELIBDIR%%/taskcoachlib/tools/anonymize.pyc +%%PYTHON_SITELIBDIR%%/taskcoachlib/tools/anonymize.pyo %%PYTHON_SITELIBDIR%%/taskcoachlib/widgets/__init__.py %%PYTHON_SITELIBDIR%%/taskcoachlib/widgets/__init__.pyc %%PYTHON_SITELIBDIR%%/taskcoachlib/widgets/__init__.pyo @@ -1051,6 +1057,7 @@ share/pixmaps/taskcoach.png @dirrmtry share/applications @dirrm %%PYTHON_SITELIBDIR%%/taskcoachlib/workarounds @dirrm %%PYTHON_SITELIBDIR%%/taskcoachlib/widgets +@dirrm %%PYTHON_SITELIBDIR%%/taskcoachlib/tools @dirrm %%PYTHON_SITELIBDIR%%/taskcoachlib/thirdparty/wxScheduler @dirrm %%PYTHON_SITELIBDIR%%/taskcoachlib/thirdparty/timeline @dirrm %%PYTHON_SITELIBDIR%%/taskcoachlib/thirdparty/squaremap |