aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorlwhsu <lwhsu@FreeBSD.org>2010-08-08 17:22:03 +0800
committerlwhsu <lwhsu@FreeBSD.org>2010-08-08 17:22:03 +0800
commitd7f74980ae9be60ba0ef01e3b8996509b33f8e19 (patch)
tree193a77be03b2d51f5f121527127dfd20850202d8
parentca35b53e15f39f520d5ff00402f5f2765a5911c5 (diff)
downloadfreebsd-ports-gnome-d7f74980ae9be60ba0ef01e3b8996509b33f8e19.tar.gz
freebsd-ports-gnome-d7f74980ae9be60ba0ef01e3b8996509b33f8e19.tar.zst
freebsd-ports-gnome-d7f74980ae9be60ba0ef01e3b8996509b33f8e19.zip
- Update to 3.4.1
PR: ports/149415 Submitted by: Frederic Culot <frederic AT culot.org>
-rw-r--r--science/py-DendroPy/Makefile7
-rw-r--r--science/py-DendroPy/distinfo6
-rw-r--r--science/py-DendroPy/pkg-message8
3 files changed, 17 insertions, 4 deletions
diff --git a/science/py-DendroPy/Makefile b/science/py-DendroPy/Makefile
index 822c6e118194..66334a1c7038 100644
--- a/science/py-DendroPy/Makefile
+++ b/science/py-DendroPy/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= DendroPy
-PORTVERSION= 3.4.0
+PORTVERSION= 3.4.1
CATEGORIES= science python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -14,7 +14,12 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= ports@FreeBSD.org
COMMENT= Phylogenetic computing library
+LICENSE= GPLv3
+
USE_PYTHON= yes
USE_PYDISTUTILS= easy_install
+post-install:
+ @${CAT} ${PKGMESSAGE}
+
.include <bsd.port.mk>
diff --git a/science/py-DendroPy/distinfo b/science/py-DendroPy/distinfo
index 8b36f75b8132..5b2589fd290c 100644
--- a/science/py-DendroPy/distinfo
+++ b/science/py-DendroPy/distinfo
@@ -1,3 +1,3 @@
-MD5 (DendroPy-3.4.0.tar.gz) = 8a98bfb7a9e883edb29d91f035a659ec
-SHA256 (DendroPy-3.4.0.tar.gz) = d6e628c4e1d308460cda78febf54345d12945834240acb9168104ef979c3d60e
-SIZE (DendroPy-3.4.0.tar.gz) = 3749576
+MD5 (DendroPy-3.4.1.tar.gz) = 365520f5b2cdfcf572b128f564a17fdc
+SHA256 (DendroPy-3.4.1.tar.gz) = f902cd6ffda14c330e482ff5787d85cebc4ce5b3bbf83b8c5bf107eefdb067a2
+SIZE (DendroPy-3.4.1.tar.gz) = 3730043
diff --git a/science/py-DendroPy/pkg-message b/science/py-DendroPy/pkg-message
new file mode 100644
index 000000000000..022741e7740b
--- /dev/null
+++ b/science/py-DendroPy/pkg-message
@@ -0,0 +1,8 @@
+************************************************************************
+If you use this library either in whole or in part in your analysis, or
+use any code derived from it, please cite it as:
+
+ Sukumaran, J. and Mark T. Holder. 2010. DendroPy: A Python library
+ for phylogenetic computing. Bioinformatics 26: 1569-1571.
+
+************************************************************************