diff options
author | lwhsu <lwhsu@FreeBSD.org> | 2009-03-05 00:25:35 +0800 |
---|---|---|
committer | lwhsu <lwhsu@FreeBSD.org> | 2009-03-05 00:25:35 +0800 |
commit | 90446c8f137334e13b993b41d7002b753dc20ae6 (patch) | |
tree | bf4edab1388bb22f9e38bbe386b50ed1d851acaf /textproc/py-hyperestraier-python | |
parent | 484ad2370de1823074f9318136cb2953b2fcfa10 (diff) | |
download | freebsd-ports-gnome-90446c8f137334e13b993b41d7002b753dc20ae6.tar.gz freebsd-ports-gnome-90446c8f137334e13b993b41d7002b753dc20ae6.tar.zst freebsd-ports-gnome-90446c8f137334e13b993b41d7002b753dc20ae6.zip |
- Update to 0.10.8.
PR: ports/132308
Submitted by: "Junji NAKANISHI" <jun-g AT daemonfreaks.com> (maintainer)
Diffstat (limited to 'textproc/py-hyperestraier-python')
-rw-r--r-- | textproc/py-hyperestraier-python/Makefile | 4 | ||||
-rw-r--r-- | textproc/py-hyperestraier-python/distinfo | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/textproc/py-hyperestraier-python/Makefile b/textproc/py-hyperestraier-python/Makefile index 5612749002a7..81b3807e6f10 100644 --- a/textproc/py-hyperestraier-python/Makefile +++ b/textproc/py-hyperestraier-python/Makefile @@ -5,7 +5,7 @@ # $FreeBSD$ PORTNAME= hyperestraier -PORTVERSION= 0.10.7 +PORTVERSION= 0.10.8 CATEGORIES= textproc python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -25,7 +25,7 @@ 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}/example.py ${EXAMPLESDIR}/ ${INSTALL_DATA} ${WRKSRC}/asyn_example.py ${EXAMPLESDIR}/ .endif diff --git a/textproc/py-hyperestraier-python/distinfo b/textproc/py-hyperestraier-python/distinfo index 6d1b1d4f5ddc..9f0e0e21eaae 100644 --- a/textproc/py-hyperestraier-python/distinfo +++ b/textproc/py-hyperestraier-python/distinfo @@ -1,3 +1,3 @@ -MD5 (hyperestraier-0.10.7.tgz) = 4cee8d16877e62b784ca37518310586a -SHA256 (hyperestraier-0.10.7.tgz) = 3ebdcc3ee46f254f45ceb4ecb2dfb6b6d5e2233ad73743acb11af5909caa872c -SIZE (hyperestraier-0.10.7.tgz) = 10502 +MD5 (hyperestraier-0.10.8.tgz) = 4c52b67f063119746ff8728ba2896eb5 +SHA256 (hyperestraier-0.10.8.tgz) = 336ded097120e473583dcbaafec230c15d44e737d8ebf3f8bc5d7a8e7eddb43f +SIZE (hyperestraier-0.10.8.tgz) = 10518 |