From c1f9cf7bf596fbd682c073c61bef1a09b6d2d664 Mon Sep 17 00:00:00 2001 From: miwi Date: Sun, 16 Dec 2007 23:21:47 +0000 Subject: - Update to 0.10.4 PR: 118382 Submitted by: Junji NAKANISHI (maintainer) --- textproc/py-hyperestraier-python/Makefile | 11 ++++++++++- textproc/py-hyperestraier-python/distinfo | 6 +++--- 2 files changed, 13 insertions(+), 4 deletions(-) (limited to 'textproc') 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 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 -- cgit