- Update to 0.10.6

PR:		122233
Submitted by:	"Junji NAKANISHI" <jun-g@daemonfreaks.com> (maintainer)
This commit is contained in:
Martin Wilke 2008-03-31 10:02:33 +00:00
parent d0d1c998fe
commit 649f98a694
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=210218
2 changed files with 6 additions and 5 deletions

View file

@ -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>

View file

@ -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