From tkato432@yahoo.com  Wed Aug 24 18:41:05 2011
Return-Path: <tkato432@yahoo.com>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 0783F1065677
	for <FreeBSD-gnats-submit@FreeBSD.org>; Wed, 24 Aug 2011 18:41:03 +0000 (UTC)
	(envelope-from tkato432@yahoo.com)
Received: from msa102lp.auone-net.jp (msa102lp.auone-net.jp [222.3.140.165])
	by mx1.freebsd.org (Postfix) with ESMTP id BF7628FC12
	for <FreeBSD-gnats-submit@FreeBSD.org>; Wed, 24 Aug 2011 18:41:02 +0000 (UTC)
Received: from localhost.localdomain (ZT038043.ppp.dion.ne.jp [59.128.38.43])
	by msa102lp.auone-net.jp (au one net msa) with ESMTP id 68D644AC036
	for <FreeBSD-gnats-submit@FreeBSD.org>; Thu, 25 Aug 2011 03:41:00 +0900 (JST)
Message-Id: <20110825033504.adc84765.tkato432@yahoo.com>
Date: Thu, 25 Aug 2011 03:35:04 +0900
From: KATO Tsuguru <tkato432@yahoo.com>
To: FreeBSD-gnats-submit@FreeBSD.org
Subject: Update port: biology/fastdnaml

>Number:         160083
>Category:       ports
>Synopsis:       Update port: biology/fastdnaml
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Wed Aug 24 18:50:15 UTC 2011
>Closed-Date:    Fri Aug 26 00:25:26 UTC 2011
>Last-Modified:  Fri Aug 26 00:30:09 UTC 2011
>Originator:     KATO Tsuguru
>Release:        FreeBSD 7.4-RELEASE-p2 i386
>Organization:
>Environment:
>Description:
- Fix MASTER_SITES and WWW: line
- Add LICENSE
- Support CC/CFLAGS properly

>How-To-Repeat:
>Fix:

diff -urN /usr/ports/biology/fastdnaml/Makefile biology/fastdnaml/Makefile
--- /usr/ports/biology/fastdnaml/Makefile	2011-08-02 15:46:34.000000000 +0900
+++ biology/fastdnaml/Makefile	2011-08-25 00:12:15.000000000 +0900
@@ -7,30 +7,28 @@
 
 PORTNAME=	fastdnaml
 PORTVERSION=	1.2.2
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	biology
-MASTER_SITES=	http://geta.life.uiuc.edu:80/~gary/programs/fastDNAml/
+MASTER_SITES=	http://www.life.illinois.edu/gary/programs/fastDNAml/
 DISTNAME=	fastDNAml_${PORTVERSION}
 
 MAINTAINER=	ports@FreeBSD.org
 COMMENT=	Faster DNAML, makes phylogenetic trees using maximum likelihood
 
-DEPRECATED=	No more public distfiles
-EXPIRATION_DATE=	2011-09-01
+LICENSE=	GPLv2 # (or later)
+LICENSE_FILE=	${WRKSRC}/GNU_GENERAL_PUBLIC_LICENSE
 
-USE_GMAKE=	yes
-do-build:
-	@(cd ${WRKSRC}/source; ${SETENV} ${MAKE_ENV} ${GMAKE} ${MAKE_FLAGS} ${MAKEFILE} ${MAKE_ARGS} ${ALL_TARGET})
+BUILD_WRKSRC=	${WRKSRC}/source
+
+MAKE_ARGS=	CC="${CC}" CFLAGS="${CFLAGS}"
 
 do-install:
-	${INSTALL_PROGRAM} ${WRKSRC}/source/fastDNAml ${PREFIX}/bin
-	${MKDIR} ${PREFIX}/bin/${PORTNAME}
+	${INSTALL_PROGRAM} ${BUILD_WRKSRC}/fastDNAml ${PREFIX}/bin
+	@${MKDIR} ${PREFIX}/bin/${PORTNAME}
 	${INSTALL_SCRIPT} ${WRKSRC}/scripts/* ${PREFIX}/bin/${PORTNAME}
-
-post-install:
 .if !defined(NOPORTDOCS)
-	${MKDIR} ${PREFIX}/share/doc/${PORTNAME}
-	${INSTALL_DATA} ${WRKSRC}/docs/*.txt ${PREFIX}/share/doc/${PORTNAME}
+	@${MKDIR} ${DOCSDIR}
+	${INSTALL_DATA} ${WRKSRC}/docs/*.txt ${DOCSDIR}
 .endif
 
 .include <bsd.port.mk>
diff -urN /usr/ports/biology/fastdnaml/pkg-descr biology/fastdnaml/pkg-descr
--- /usr/ports/biology/fastdnaml/pkg-descr	2000-10-12 21:31:13.000000000 +0900
+++ biology/fastdnaml/pkg-descr	2011-08-16 19:13:56.000000000 +0900
@@ -1,22 +1,10 @@
-fastDNAml is a program for estimating maximum likelihood phylogenetic trees
-from nucleotide sequences. 
+fastDNAml is a program derived from Joseph Felsenstein's version 3.3 DNAML
+(part of his PHYLIP package). Users should consult the documentation for
+DNAML before using this program.
+
+fastDNAml is an attempt to solve the same problem as DNAML, but to do so
+faster and using less memory, so that larger trees and/or more bootstrap
+replicates become tractable. Much of fastDNAml is merely a recoding of the
+PHYLIP 3.3 DNAML program from PASCAL to C.
 
-WWW: http://geta.life.uiuc.edu/~gary/programs/fastDNAml.html
-
-fastDNAml is an attempt to solve the same problem as Joseph Felsenstein's
-DNAML, but to do so faster and using less memory, so that larger trees and/or
-more bootstrap replicates become tractable. Much of fastDNAml is merely a
-recoding of the PHYLIP 3.3 DNAML program from PASCAL to C. 
-
-For Felsenstein's phylogenetic analysis softwares, including the latest
-versions of DNAML, visit the PHYLIP Home Page:
-	http://evolution.genetics.washington.edu/phylip.html
-
-When publishing work that based on results from fastDNAml please cite:
-
-   Felsenstein, J.  1981.  Evolutionary trees from DNA sequences:
-   A maximum likelihood approach.  J. Mol. Evol. 17: 368-376.
-
-   Olsen, G. J., Matsuda, H., Hagstrom, R., and Overbeek, R.  1994.
-   fastDNAml:  A tool for construction of phylogenetic trees of DNA
-   sequences using maximum likelihood.  Comput. Appl. Biosci. 10: 41-48.
+WWW: http://www.life.illinois.edu/gary/programs/fastDNAml.html
>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: wen 
State-Changed-When: Fri Aug 26 00:25:25 UTC 2011 
State-Changed-Why:  
Committed. Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=160083 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/160083: commit references a PR
Date: Fri, 26 Aug 2011 00:24:57 +0000 (UTC)

 wen         2011-08-26 00:24:49 UTC
 
   FreeBSD ports repository
 
   Modified files:
     biology/fastdnaml    Makefile pkg-descr 
   Log:
   - Fix MASTER_SITES and WWW: line
   - Add LICENSE
   - Support CC/CFLAGS properly
   
   PR:             ports/160083
   Submitted by:   KATO Tsuguru <tkato432@yahoo.com>
   
   Revision  Changes    Path
   1.9       +11 -13    ports/biology/fastdnaml/Makefile
   1.2       +9 -21     ports/biology/fastdnaml/pkg-descr
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 
>Unformatted:
