diff options
author | miwi <miwi@FreeBSD.org> | 2008-03-31 18:02:33 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2008-03-31 18:02:33 +0800 |
commit | 94f3e0fa1077cab506bf7d13d440c86a36a15e31 (patch) | |
tree | 96e845f370c2e2a82f32b246bef52fe9c08df75c /textproc/py-hyperestraier-python | |
parent | d0092eb5cccb3cf23b5189292322ffe2676ecf87 (diff) | |
download | freebsd-ports-gnome-94f3e0fa1077cab506bf7d13d440c86a36a15e31.tar.gz freebsd-ports-gnome-94f3e0fa1077cab506bf7d13d440c86a36a15e31.tar.zst freebsd-ports-gnome-94f3e0fa1077cab506bf7d13d440c86a36a15e31.zip |
- Update to 0.10.6
PR: 122233
Submitted by: "Junji NAKANISHI" <jun-g@daemonfreaks.com> (maintainer)
Diffstat (limited to 'textproc/py-hyperestraier-python')
-rw-r--r-- | textproc/py-hyperestraier-python/Makefile | 5 | ||||
-rw-r--r-- | textproc/py-hyperestraier-python/distinfo | 6 |
2 files changed, 6 insertions, 5 deletions
diff --git a/textproc/py-hyperestraier-python/Makefile b/textproc/py-hyperestraier-python/Makefile index f31af6ca311a..1bf546282d13 100644 --- a/textproc/py-hyperestraier-python/Makefile +++ b/textproc/py-hyperestraier-python/Makefile @@ -5,7 +5,7 @@ # $FreeBSD$ PORTNAME= hyperestraier -PORTVERSION= 0.10.4 +PORTVERSION= 0.10.6 CATEGORIES= textproc python MASTER_SITES= CHEESESHOP \ http://www.liris.org/tech/program/hyperestraier-purepython/ @@ -20,13 +20,14 @@ WRKSRC= ${WRKDIR}/${PORTNAME} USE_PYTHON= yes USE_PYDISTUTILS=yes -PORTEXAMPLES= example.py +PORTEXAMPLES= example.py asyn_example.py EXAMPLESDIR= ${PREFIX}/share/examples/py-${PORTNAME}${PKGNAMESUFFIX} post-install: .if !defined(NOPORTEXAMPLES) @${MKDIR} ${EXAMPLESDIR} ${INSTALL_DATA} ${WRKSRC}/exapmle.py ${EXAMPLESDIR}/example.py + ${INSTALL_DATA} ${WRKSRC}/asyn_example.py ${EXAMPLESDIR}/ .endif .include <bsd.port.mk> diff --git a/textproc/py-hyperestraier-python/distinfo b/textproc/py-hyperestraier-python/distinfo index 1458db856478..8842a0f9ce06 100644 --- a/textproc/py-hyperestraier-python/distinfo +++ b/textproc/py-hyperestraier-python/distinfo @@ -1,3 +1,3 @@ -MD5 (hyperestraier-0.10.4.tgz) = 46e835960139fc27ce8bbd3577766411 -SHA256 (hyperestraier-0.10.4.tgz) = c9be36a6457807e90d4036cb84bc1d7224d6a10fa1caf28127b20f95a27b4575 -SIZE (hyperestraier-0.10.4.tgz) = 10047 +MD5 (hyperestraier-0.10.6.tgz) = 0ebb2414a19fc04c1314df73bacf64b1 +SHA256 (hyperestraier-0.10.6.tgz) = 1d17800d26a593c893f2beada55250712d6b2c1e46d2565835676889a3c16214 +SIZE (hyperestraier-0.10.6.tgz) = 10457 |