diff options
author | miwi <miwi@FreeBSD.org> | 2007-12-17 07:21:47 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2007-12-17 07:21:47 +0800 |
commit | c1f9cf7bf596fbd682c073c61bef1a09b6d2d664 (patch) | |
tree | 31575069a2eb85d41681db1643b1028dfbd6b903 /textproc | |
parent | 80a20c06b82b748389a300a437a46822a70151b5 (diff) | |
download | freebsd-ports-gnome-c1f9cf7bf596fbd682c073c61bef1a09b6d2d664.tar.gz freebsd-ports-gnome-c1f9cf7bf596fbd682c073c61bef1a09b6d2d664.tar.zst freebsd-ports-gnome-c1f9cf7bf596fbd682c073c61bef1a09b6d2d664.zip |
- Update to 0.10.4
PR: 118382
Submitted by: Junji NAKANISHI <jun-g@daemonfreaks.com> (maintainer)
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/py-hyperestraier-python/Makefile | 11 | ||||
-rw-r--r-- | textproc/py-hyperestraier-python/distinfo | 6 |
2 files changed, 13 insertions, 4 deletions
diff --git a/textproc/py-hyperestraier-python/Makefile b/textproc/py-hyperestraier-python/Makefile index aa9725281037..f31af6ca311a 100644 --- a/textproc/py-hyperestraier-python/Makefile +++ b/textproc/py-hyperestraier-python/Makefile @@ -5,7 +5,7 @@ # $FreeBSD$ PORTNAME= hyperestraier -PORTVERSION= 0.10.2 +PORTVERSION= 0.10.4 CATEGORIES= textproc python MASTER_SITES= CHEESESHOP \ http://www.liris.org/tech/program/hyperestraier-purepython/ @@ -20,4 +20,13 @@ WRKSRC= ${WRKDIR}/${PORTNAME} USE_PYTHON= yes USE_PYDISTUTILS=yes +PORTEXAMPLES= example.py +EXAMPLESDIR= ${PREFIX}/share/examples/py-${PORTNAME}${PKGNAMESUFFIX} + +post-install: +.if !defined(NOPORTEXAMPLES) + @${MKDIR} ${EXAMPLESDIR} + ${INSTALL_DATA} ${WRKSRC}/exapmle.py ${EXAMPLESDIR}/example.py +.endif + .include <bsd.port.mk> diff --git a/textproc/py-hyperestraier-python/distinfo b/textproc/py-hyperestraier-python/distinfo index cc8c81c04a84..1458db856478 100644 --- a/textproc/py-hyperestraier-python/distinfo +++ b/textproc/py-hyperestraier-python/distinfo @@ -1,3 +1,3 @@ -MD5 (hyperestraier-0.10.2.tgz) = 49a83fcb5222111cdea2a5bdeb25dab1 -SHA256 (hyperestraier-0.10.2.tgz) = c4d7fc551a1778769f6fba8173dd43b750cc74da3c7a55c3be22b0e438236ce4 -SIZE (hyperestraier-0.10.2.tgz) = 9992 +MD5 (hyperestraier-0.10.4.tgz) = 46e835960139fc27ce8bbd3577766411 +SHA256 (hyperestraier-0.10.4.tgz) = c9be36a6457807e90d4036cb84bc1d7224d6a10fa1caf28127b20f95a27b4575 +SIZE (hyperestraier-0.10.4.tgz) = 10047 |