diff options
author | Wen Heping <wen@FreeBSD.org> | 2011-02-28 11:01:56 +0000 |
---|---|---|
committer | Wen Heping <wen@FreeBSD.org> | 2011-02-28 11:01:56 +0000 |
commit | 1f25edb0eeb6bb1cbaeb02b27c20ed1dfaf14d30 (patch) | |
tree | 752971a9ac9ab9c37adb4f190644773cf133903b /textproc/py-errorhandler | |
parent | cbdf889aea261552404d54f05531c22b8e044d1b (diff) | |
download | ports-1f25edb0eeb6bb1cbaeb02b27c20ed1dfaf14d30.tar.gz ports-1f25edb0eeb6bb1cbaeb02b27c20ed1dfaf14d30.zip |
Notes
Diffstat (limited to 'textproc/py-errorhandler')
-rw-r--r-- | textproc/py-errorhandler/Makefile | 4 | ||||
-rw-r--r-- | textproc/py-errorhandler/distinfo | 5 | ||||
-rw-r--r-- | textproc/py-errorhandler/pkg-plist | 3 |
3 files changed, 4 insertions, 8 deletions
diff --git a/textproc/py-errorhandler/Makefile b/textproc/py-errorhandler/Makefile index 15bd538012a9..5223bc66b83b 100644 --- a/textproc/py-errorhandler/Makefile +++ b/textproc/py-errorhandler/Makefile @@ -6,7 +6,7 @@ # PORTNAME= errorhandler -PORTVERSION= 1.0.0 +PORTVERSION= 1.1.1 CATEGORIES= textproc python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -14,7 +14,7 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= dikshie@sfc.wide.ad.jp COMMENT= A logging framework handler that tracks when messages above a certain level have been logged. -USE_PYTHON= 2.5-2.6 +USE_PYTHON= yes USE_PYDISTUTILS= easy_install .include <bsd.port.mk> diff --git a/textproc/py-errorhandler/distinfo b/textproc/py-errorhandler/distinfo index 39803319847a..82f8d70bc5bf 100644 --- a/textproc/py-errorhandler/distinfo +++ b/textproc/py-errorhandler/distinfo @@ -1,3 +1,2 @@ -MD5 (errorhandler-1.0.0.tar.gz) = 7d182386011f22ee5d85de9f3544773c -SHA256 (errorhandler-1.0.0.tar.gz) = 895ba61dc3d563d6df1e3da2ea3f11a3a6395f163ea286e1e91f4aa467f7ae9d -SIZE (errorhandler-1.0.0.tar.gz) = 5584 +SHA256 (errorhandler-1.1.1.tar.gz) = 2baa97a8a256fe72960d196bbdee4404162186f539c4d73b3f1c072db18463e9 +SIZE (errorhandler-1.1.1.tar.gz) = 8321 diff --git a/textproc/py-errorhandler/pkg-plist b/textproc/py-errorhandler/pkg-plist index 7155ba6bc769..6eda213ceed6 100644 --- a/textproc/py-errorhandler/pkg-plist +++ b/textproc/py-errorhandler/pkg-plist @@ -6,12 +6,9 @@ %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/errorhandler/__init__.py %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/errorhandler/__init__.pyc %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/errorhandler/__init__.pyo -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/errorhandler/license.txt -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/errorhandler/readme.txt %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/errorhandler/tests.py %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/errorhandler/tests.pyc %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/errorhandler/tests.pyo -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/errorhandler/version.txt @dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/errorhandler @dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/EGG-INFO @dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%% |