diff options
author | Nicola Vitale <nivit@FreeBSD.org> | 2007-05-29 12:37:05 +0000 |
---|---|---|
committer | Nicola Vitale <nivit@FreeBSD.org> | 2007-05-29 12:37:05 +0000 |
commit | b9b274ea56a968d2e6b10512f0c224d9d0514c5b (patch) | |
tree | 85366a0711eacd59678b0c1dbf29fc3c7e0e3c6d /misc | |
parent | a63786ab6e1d0f1c166436bdee28010a0f44986b (diff) | |
download | ports-b9b274ea56a968d2e6b10512f0c224d9d0514c5b.tar.gz ports-b9b274ea56a968d2e6b10512f0c224d9d0514c5b.zip |
- Update to 0.1.0
- Use NOPORTEXAMPLES
Notes
Notes:
svn path=/head/; revision=192298
Diffstat (limited to 'misc')
-rw-r--r-- | misc/py-yolk/Makefile | 9 | ||||
-rw-r--r-- | misc/py-yolk/distinfo | 6 |
2 files changed, 6 insertions, 9 deletions
diff --git a/misc/py-yolk/Makefile b/misc/py-yolk/Makefile index 72df63265fc5..b0772f66e495 100644 --- a/misc/py-yolk/Makefile +++ b/misc/py-yolk/Makefile @@ -6,7 +6,7 @@ # PORTNAME= yolk -PORTVERSION= 0.0.7 +PORTVERSION= 0.1.0 CATEGORIES= misc python MASTER_SITES= ${MASTER_SITE_CHEESESHOP} \ http://nivi.interfree.it/distfiles/${PORTNAME}/ @@ -48,7 +48,7 @@ post-install: .if !defined (NO_INSTALL_MAN) @${INSTALL_DATA} ${WRKSRC}/docs/${PORTNAME}.1 ${MANPREFIX}/man/man1/${PORTNAME}.1 .endif -.if defined (WITH_EXAMPLES) +.if !defined (NOPORTEXAMPLES) @${MKDIR} ${EXAMPLESDIR} @cd ${WRKSRC}/examples && ${FIND} . -type d -exec ${MKDIR} ${EXAMPLESDIR}/{} ";" @cd ${WRKSRC}/examples && ${FIND} . -type f -exec ${INSTALL_DATA} {} ${EXAMPLESDIR}/{} ";" @@ -58,11 +58,8 @@ post-install: RUN_DEPENDS+= ${PYTHON_SITELIBDIR}/elementtree/__init__.py:${PORTSDIR}/devel/py-elementtree .endif -.if defined (WITH_EXAMPLES) +.if !defined (NOPORTEXAMPLES) EXAMPLESDIR= ${TARGETDIR}/share/examples/py-${PORTNAME} -PORTEXAMPLES= "" -.else -PORTEXAMPLES= "@comment " .endif .include <bsd.port.post.mk> diff --git a/misc/py-yolk/distinfo b/misc/py-yolk/distinfo index 63121c25b02c..3e3e25843776 100644 --- a/misc/py-yolk/distinfo +++ b/misc/py-yolk/distinfo @@ -1,3 +1,3 @@ -MD5 (yolk-0.0.7.tar.gz) = c0622b9727cbfe150f203b345d3f50e8 -SHA256 (yolk-0.0.7.tar.gz) = 10440e4d37b1c9f52e1437b5a789b629061eb9cbf05a5afb08d673840a190437 -SIZE (yolk-0.0.7.tar.gz) = 29441 +MD5 (yolk-0.1.0.tar.gz) = f7f8b7641cb39ac390cc6ba269bf122d +SHA256 (yolk-0.1.0.tar.gz) = ec04f5cb62cece76ecf1e0215287792d5973fe6852600d2c587a123ac1d10704 +SIZE (yolk-0.1.0.tar.gz) = 73596 |