aboutsummaryrefslogtreecommitdiff
path: root/textproc/py-hyperestraier-python
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2008-03-31 10:02:33 +0000
committerMartin Wilke <miwi@FreeBSD.org>2008-03-31 10:02:33 +0000
commit649f98a6947da8e42f4320d0c295e793358dce58 (patch)
tree3e67526eee95e068505f3a13c289b4a13a4956f4 /textproc/py-hyperestraier-python
parentd0d1c998fede13eb1d286c48643122a12bde5a7d (diff)
downloadports-649f98a6947da8e42f4320d0c295e793358dce58.tar.gz
ports-649f98a6947da8e42f4320d0c295e793358dce58.zip
- Update to 0.10.6
PR: 122233 Submitted by: "Junji NAKANISHI" <jun-g@daemonfreaks.com> (maintainer)
Notes
Notes: svn path=/head/; revision=210218
Diffstat (limited to 'textproc/py-hyperestraier-python')
-rw-r--r--textproc/py-hyperestraier-python/Makefile5
-rw-r--r--textproc/py-hyperestraier-python/distinfo6
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