diff options
author | Nicola Vitale <nivit@FreeBSD.org> | 2008-08-11 12:40:49 +0000 |
---|---|---|
committer | Nicola Vitale <nivit@FreeBSD.org> | 2008-08-11 12:40:49 +0000 |
commit | 44e523bdd32d082642651bb3e4e434845d3902b8 (patch) | |
tree | 420f3b4053fff0bb9d4ed6a7d2a988ee77deec29 /misc | |
parent | 607bc6d5923c1abdcb230b9acecfb1dbe256aa3b (diff) | |
download | ports-44e523bdd32d082642651bb3e4e434845d3902b8.tar.gz ports-44e523bdd32d082642651bb3e4e434845d3902b8.zip |
Notes
Diffstat (limited to 'misc')
-rw-r--r-- | misc/py-yolk/Makefile | 6 | ||||
-rw-r--r-- | misc/py-yolk/distinfo | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/misc/py-yolk/Makefile b/misc/py-yolk/Makefile index ea80d92166bc..16beffd04a84 100644 --- a/misc/py-yolk/Makefile +++ b/misc/py-yolk/Makefile @@ -6,7 +6,7 @@ # PORTNAME= yolk -PORTVERSION= 0.3.0 +PORTVERSION= 0.4.0 CATEGORIES= misc python MASTER_SITES= ${MASTER_SITE_CHEESESHOP} \ http://nivi.interfree.it/distfiles/${PORTNAME}/ @@ -38,12 +38,12 @@ post-install: @cd ${WRKSRC}/examples && ${FIND} . -type f -exec ${INSTALL_DATA} {} ${EXAMPLESDIR}/{} ";" .endif -.if defined (WITH_PYPI_RSS) +.if defined (WITH_PYPI_RSS) && defined(PYTHON_VER) && ${PYTHON_VER} < 2.5 RUN_DEPENDS+= ${PYTHON_SITELIBDIR}/elementtree/__init__.py:${PORTSDIR}/devel/py-elementtree .endif .if !defined (NOPORTEXAMPLES) -EXAMPLESDIR= ${PREFIX}/share/examples/py-${PORTNAME} +EXAMPLESDIR= ${PREFIX}/share/examples/${PKGNAMEPREFIX}${PORTNAME} .endif .include <bsd.port.post.mk> diff --git a/misc/py-yolk/distinfo b/misc/py-yolk/distinfo index 87b7e167bd4b..af9eb5470f52 100644 --- a/misc/py-yolk/distinfo +++ b/misc/py-yolk/distinfo @@ -1,3 +1,3 @@ -MD5 (yolk-0.3.0.tar.gz) = 29bf8329626576b1ab1387bb6226331d -SHA256 (yolk-0.3.0.tar.gz) = c598bf8e7140a3809c7692e7807ce9347ede7661ca801888a7112216d4cb59ea -SIZE (yolk-0.3.0.tar.gz) = 78934 +MD5 (yolk-0.4.0.tar.gz) = b004960d3fa3db15f790687e2e91c0b8 +SHA256 (yolk-0.4.0.tar.gz) = ba3d112584e92053e8d830e9684686e64fa0a4e76d2ff5721d8546db033109e2 +SIZE (yolk-0.4.0.tar.gz) = 80415 |