aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorpav <pav@FreeBSD.org>2005-07-19 06:43:17 +0800
committerpav <pav@FreeBSD.org>2005-07-19 06:43:17 +0800
commit94ed164af7986ad0634a782dcf74014f6d9227f9 (patch)
tree69e65d1479283a242380ce01155b1682046e8e0a
parent59b36b07ee5578d79b4d6aa0c6e0b3d63c875a27 (diff)
downloadfreebsd-ports-gnome-94ed164af7986ad0634a782dcf74014f6d9227f9.tar.gz
freebsd-ports-gnome-94ed164af7986ad0634a782dcf74014f6d9227f9.tar.zst
freebsd-ports-gnome-94ed164af7986ad0634a782dcf74014f6d9227f9.zip
- Update to 1.1
PR: ports/83692 Submitted by: Vsevolod Stakhov <vsevolod@highsecure.ru>
-rw-r--r--devel/py-tables/Makefile11
-rw-r--r--devel/py-tables/distinfo4
2 files changed, 9 insertions, 6 deletions
diff --git a/devel/py-tables/Makefile b/devel/py-tables/Makefile
index d8b4081ca3b6..55afbd722d04 100644
--- a/devel/py-tables/Makefile
+++ b/devel/py-tables/Makefile
@@ -7,8 +7,7 @@
#
PORTNAME= tables
-PORTVERSION= 1.0
-PORTREVISION= 3
+PORTVERSION= 1.1
CATEGORIES= devel python
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= pytables
@@ -30,13 +29,17 @@ USE_PYDISTUTILS= yes
PLIST_FILES= bin/nctoh5 bin/ptdump bin/ptrepack
+.if !exists(/usr/bin/bzip2)
+LIB_DEPENDS+= bzip2:${PORTSDIR}/archivers/bzip2
+.endif
+
post-patch:
@${REINPLACE_CMD} -e "s,%%LOCALBASE%%,${LOCALBASE}," ${WRKSRC}/setup.py
post-install:
- @${FIND} ${PYTHON_SITELIBDIR}/tables ! -type d | \
+ @${FIND} ${PYTHONPREFIX_SITELIBDIR}/tables ! -type d | \
${SED} 's,^${PREFIX}/,,' >> ${TMPPLIST}
- @${FIND} ${PYTHON_SITELIBDIR}/tables -type d | ${SORT} -r | \
+ @${FIND} ${PYTHONPREFIX_SITELIBDIR}/tables -type d | ${SORT} -r | \
${SED} 's,^${PREFIX}/,@dirrm ,' >> ${TMPPLIST}
.if !defined(NOPORTDOCS)
@${MKDIR} ${EXAMPLESDIR}
diff --git a/devel/py-tables/distinfo b/devel/py-tables/distinfo
index a4d11f3ffe23..ee90f8c1c73f 100644
--- a/devel/py-tables/distinfo
+++ b/devel/py-tables/distinfo
@@ -1,2 +1,2 @@
-MD5 (pytables-1.0.tar.gz) = 776b3ef35b59a12c1617be919cd072d8
-SIZE (pytables-1.0.tar.gz) = 2388959
+MD5 (pytables-1.1.tar.gz) = 62be2271cab933b9c0712887d15522f2
+SIZE (pytables-1.1.tar.gz) = 2693924