Bug 175014 - biology/phyml: Update to version 20121109
Summary: biology/phyml: Update to version 20121109
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Marcelo Araujo
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-01-05 18:10 UTC by tkato432
Modified: 2013-02-04 10:10 UTC (History)
0 users

See Also:


Attachments
file.diff (3.32 KB, patch)
2013-01-05 18:10 UTC, tkato432
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description tkato432 2013-01-05 18:10:01 UTC
- Update to version 20121109

Remove file:
files/patch-src-configure
files/patch-src-configure.ac
Comment 1 Marcelo Araujo freebsd_committer freebsd_triage 2013-01-18 06:08:46 UTC
Responsible Changed
From-To: freebsd-ports-bugs->araujo

I'll take it.
Comment 2 Marcelo Araujo freebsd_committer freebsd_triage 2013-02-04 10:07:38 UTC
State Changed
From-To: open->closed

Committed. Thanks!
Comment 3 dfilter service freebsd_committer freebsd_triage 2013-02-04 10:07:49 UTC
Author: araujo
Date: Mon Feb  4 10:07:30 2013
New Revision: 311601
URL: http://svnweb.freebsd.org/changeset/ports/311601

Log:
  - Update to 20121109.
  
  PR:		ports/175014
  Submitted by:	KATO Tsuguru <tkato432@yahoo.com>

Deleted:
  head/biology/phyml/files/
Modified:
  head/biology/phyml/Makefile   (contents, props changed)
  head/biology/phyml/distinfo   (contents, props changed)

Modified: head/biology/phyml/Makefile
==============================================================================
--- head/biology/phyml/Makefile	Mon Feb  4 10:06:31 2013	(r311600)
+++ head/biology/phyml/Makefile	Mon Feb  4 10:07:30 2013	(r311601)
@@ -1,31 +1,33 @@
-# New ports collection makefile for:   phyml 3.0 20090706
-# Date created:        July 17, 2009
-# Whom:                ballen
-#
+# Created by: ballen
 # $FreeBSD$
-#
 
 PORTNAME=	phyml
-PORTVERSION=	20090706
+PORTVERSION=	20121109
 CATEGORIES=	biology
 MASTER_SITES=	GOOGLE_CODE
-DISTNAME=	phyml_20090706
+DISTNAME=	${PORTNAME}-20120412
+DIST_SUBDIR=	${PORTNAME}
+
+PATCH_SITES=	${MASTER_SITES}
+PATCHFILES=	${PORTVERSION}.patch
+PATCH_DIST_STRIP=	-p4
 
 MAINTAINER=	ports@FreeBSD.org
-COMMENT=	A simple, fast, and accurate algorithm to estimate large phylogenies
+COMMENT=	Simple, fast, and accurate algorithm to estimate large phylogenies
 
-WRKSRC=		${WRKDIR}/${PORTNAME}/src
-GNU_CONFIGURE=	yes
-PLIST_FILES=	bin/phyml
-USE_AUTOTOOLS=	automake aclocal
-AUTOMAKE_ARGS=	--add-missing
+LICENSE=	GPLv2
 
-.include <bsd.port.pre.mk>
+PATCH_WRKSRC=	${WRKSRC}/src
 
-pre-configure:
-	${RM} ${WRKSRC}/missing
+USE_AUTOTOOLS=	aclocal autoheader automake autoconf
+AUTOMAKE_ARGS=	--add-missing
+MAKE_JOBS_SAFE=	yes
+
+PLIST_FILES=	bin/phyml
 
-pre-install:
-	${CHMOD} a+x ${WRKSRC}/install-sh
+post-patch:
+	@${REINPLACE_CMD} -e \
+		'/^AC_INIT/s|,esyscmd.*,|,[${PORTVERSION}],| ; \
+		 s|-O2 -msse|$${CFLAGS}|' ${WRKSRC}/configure.ac
 
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>

Modified: head/biology/phyml/distinfo
==============================================================================
--- head/biology/phyml/distinfo	Mon Feb  4 10:06:31 2013	(r311600)
+++ head/biology/phyml/distinfo	Mon Feb  4 10:07:30 2013	(r311601)
@@ -1,2 +1,4 @@
-SHA256 (phyml_20090706.tar.gz) = b39fa8ba2bc3a6566f3463c77db0d8992f71a71af353be539d0916173785d4bd
-SIZE (phyml_20090706.tar.gz) = 818229
+SHA256 (phyml/phyml-20120412.tar.gz) = a43e51534a1ae2d1ee4c94ced3a1855813ff4872a6c9c2b83b369ddb71198417
+SIZE (phyml/phyml-20120412.tar.gz) = 4089133
+SHA256 (phyml/20121109.patch) = 3aa8bebd0ff78a553795ddda512ef1c7542d1e3c90c1da61c7125c304f6caa2c
+SIZE (phyml/20121109.patch) = 11016
_______________________________________________
svn-ports-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-ports-all
To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"