From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Jun 2 18:10:07 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 1E568247 for ; Sun, 2 Jun 2013 18:10:07 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 073B01221 for ; Sun, 2 Jun 2013 18:10:07 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r52IA6Ds099571 for ; Sun, 2 Jun 2013 18:10:06 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r52IA6tB099570; Sun, 2 Jun 2013 18:10:06 GMT (envelope-from gnats) Resent-Date: Sun, 2 Jun 2013 18:10:06 GMT Resent-Message-Id: <201306021810.r52IA6tB099570@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, KATO Tsuguru Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 2421CF56 for ; Sun, 2 Jun 2013 18:00:22 +0000 (UTC) (envelope-from tkato432@yahoo.com) Received: from msa104lp.auone-net.jp (msa104lp.auone-net.jp [222.3.140.167]) by mx1.freebsd.org (Postfix) with ESMTP id C48F011AF for ; Sun, 2 Jun 2013 18:00:21 +0000 (UTC) Received: from localhost.localdomain (ZT029100.ppp.dion.ne.jp [59.128.29.100]) by msa104lp.auone-net.jp (au one net msa) with ESMTP id 52DBD2BC03B for ; Mon, 3 Jun 2013 03:00:19 +0900 (JST) Message-Id: <20130603025032.868941a3ffff5417d2ff8a03@yahoo.com> Date: Mon, 3 Jun 2013 02:50:32 +0900 From: KATO Tsuguru To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/179224: biology/phylip: Update to version 3.695 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 02 Jun 2013 18:10:07 -0000 >Number: 179224 >Category: ports >Synopsis: biology/phylip: Update to version 3.695 >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 Jun 02 18:10:06 UTC 2013 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: FreeBSD 8.4-RELEASE i386 >Organization: >Environment: >Description: - Update to version 3.695 >How-To-Repeat: >Fix: diff -urN /usr/ports/biology/phylip/Makefile biology/phylip/Makefile --- /usr/ports/biology/phylip/Makefile 2012-11-08 06:52:55.000000000 +0900 +++ biology/phylip/Makefile 2013-06-03 00:00:00.000000000 +0900 @@ -1,42 +1,54 @@ -# New ports collection makefile for: phylip -# Date created: 4 July 2000 -# Whom: dbader@eece.unm.edu -# +# Created by: dbader@eece.unm.edu # $FreeBSD: head/biology/phylip/Makefile 300895 2012-07-14 12:56:14Z beat $ -# PORTNAME= phylip -PORTVERSION= 3.69 +PORTVERSION= 3.695 PORTEPOCH= 1 CATEGORIES= biology MASTER_SITES= http://evolution.gs.washington.edu/phylip/download/ MAINTAINER= ports@FreeBSD.org -COMMENT= A Phylogeny Inference Package +COMMENT= Phylogeny Inference Package BUILD_DEPENDS= bash:${PORTSDIR}/shells/bash -BUILD_WRKSRC= ${WRKSRC}/src -INSTALL_WRKSRC= ${WRKSRC}/src +OPTIONS_DEFINE= DOCS EXAMPLES + +BUILD_WRKSRC= ${WRKSRC}/source +INSTALL_WRKSRC= ${WRKSRC}/source USE_XORG= x11 xaw xt USE_GMAKE= yes -MAKE_ARGS= CC="${CC}" CFLAGS="${CFLAGS}" \ +MAKEFILE= Makefile.unx +MAKE_ARGS= CC="${CC}" CFLAGS="${CFLAGS} -DUNX" \ DFLAGS="${CFLAGS} -DX -I${LOCALBASE}/include" \ DLIBS="-L${LOCALBASE}/lib -lX11 -lXaw -lXt -lm" +MAKE_JOBS_SAFE= yes PORTDOCS= * +PORTEXAMPLES= * + +.include post-install: @cd ${WRKSRC}/exe && \ - ${FIND} . -not -type d -not -name 'font*' -exec ${INSTALL_PROGRAM} "{}" "${PREFIX}/bin/{}" \; - ${MKDIR} ${DATADIR} + ${FIND} . -maxdepth 1 -not -type d -not -name '*.jar' \ + -not -name '*.unx' -not -name 'font*' -not -name '*.so' \ + -exec ${INSTALL_PROGRAM} "{}" "${PREFIX}/bin/{}" \; @cd ${WRKSRC}/exe && \ - ${FIND} . -not -type d -name 'font*' -exec ${INSTALL_DATA} "{}" "${DATADIR}/{}" \; -.if !defined(NOPORTDOCS) - ${MKDIR} ${DOCSDIR} - @cd ${WRKSRC}/doc && \ - ${FIND} . -not -type d -exec ${INSTALL_DATA} "{}" "${DOCSDIR}/{}" \; + ${FIND} . -maxdepth 1 -not -type d -name "*.so" \ + -exec ${INSTALL_DATA} "{}" "${PREFIX}/lib/{}" \; + @${MKDIR} ${DATADIR} + @cd ${WRKSRC}/exe && \ + ${FIND} . -maxdepth 1 -not -type d -name 'font*' \ + -exec ${INSTALL_DATA} "{}" "${DATADIR}/{}" \; +.if ${PORT_OPTIONS:MDOCS} + @${MKDIR} ${DOCSDIR} + @(cd ${WRKSRC}/doc && ${COPYTREE_SHARE} . ${DOCSDIR}) +.endif +.if ${PORT_OPTIONS:MEXAMPLES} + @${MKDIR} ${EXAMPLESDIR} + @(cd ${WRKSRC}/exe && ${COPYTREE_SHARE} testdata ${EXAMPLESDIR}) .endif .include diff -urN /usr/ports/biology/phylip/distinfo biology/phylip/distinfo --- /usr/ports/biology/phylip/distinfo 2012-11-08 06:52:55.000000000 +0900 +++ biology/phylip/distinfo 2013-06-03 00:00:00.000000000 +0900 @@ -1,2 +1,2 @@ -SHA256 (phylip-3.69.tar.gz) = 27947ce8dab4416e4823db38b3d1b0bf17bc545b6907cf09dcf6177df94c1a8f -SIZE (phylip-3.69.tar.gz) = 1511935 +SHA256 (phylip-3.695.tar.gz) = 846b9acf5f9d30520f703c6541ec945378b1c9355bc3f035e0ea721931b7b8ac +SIZE (phylip-3.695.tar.gz) = 4364943 diff -urN /usr/ports/biology/phylip/pkg-plist biology/phylip/pkg-plist --- /usr/ports/biology/phylip/pkg-plist 2012-11-08 06:52:55.000000000 +0900 +++ biology/phylip/pkg-plist 2013-06-03 00:00:00.000000000 +0900 @@ -33,6 +33,8 @@ bin/retree bin/seqboot bin/treedist +lib/libdrawgram.so +lib/libdrawtree.so %%DATADIR%%/font1 %%DATADIR%%/font2 %%DATADIR%%/font3 >Release-Note: >Audit-Trail: >Unformatted: