ports/149415: Update port: science/py-DendroPy

Frederic Culot frederic at culot.org
Sun Aug 8 08:30:07 UTC 2010


>Number:         149415
>Category:       ports
>Synopsis:       Update port: science/py-DendroPy
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sun Aug 08 08:30:07 UTC 2010
>Closed-Date:
>Last-Modified:
>Originator:     Frederic Culot
>Release:        FreeBSD 8.1-RELEASE amd64
>Organization:
>Environment:
System: FreeBSD 0xd0.org 8.1-RELEASE FreeBSD 8.1-RELEASE #0: Mon Jul 19 02:36:49 UTC 2010 root at mason.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC amd64
>Description:
Update to 3.4.1:
- LICENSE variable and post-install target added to the Makefile
- pkg-message added
>How-To-Repeat:
>Fix:
diff -ruN py-DendroPy.bak/Makefile py-DendroPy/Makefile
--- py-DendroPy.bak/Makefile	2010-08-08 09:43:23.396280540 +0200
+++ py-DendroPy/Makefile	2010-08-08 10:21:10.392809708 +0200
@@ -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 @@
 MAINTAINER=	ports at FreeBSD.org
 COMMENT=	Phylogenetic computing library
 
+LICENSE=	GPLv3
+
 USE_PYTHON=	yes
 USE_PYDISTUTILS=	easy_install
 
+post-install:
+	@${CAT} ${PKGMESSAGE}
+
 .include <bsd.port.mk>
diff -ruN py-DendroPy.bak/distinfo py-DendroPy/distinfo
--- py-DendroPy.bak/distinfo	2010-08-08 09:43:23.396280540 +0200
+++ py-DendroPy/distinfo	2010-08-08 09:46:01.116117000 +0200
@@ -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 -ruN py-DendroPy.bak/pkg-message py-DendroPy/pkg-message
--- py-DendroPy.bak/pkg-message	1970-01-01 01:00:00.000000000 +0100
+++ py-DendroPy/pkg-message	2010-08-08 10:20:37.629570525 +0200
@@ -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.
+
+************************************************************************
>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list