From owner-svn-ports-all@FreeBSD.ORG Tue Dec 10 17:21:46 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id E54D9478; Tue, 10 Dec 2013 17:21:46 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id D16561EE3; Tue, 10 Dec 2013 17:21:46 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rBAHLkb8036130; Tue, 10 Dec 2013 17:21:46 GMT (envelope-from bapt@svn.freebsd.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.7/8.14.7/Submit) id rBAHLkbJ036129; Tue, 10 Dec 2013 17:21:46 GMT (envelope-from bapt@svn.freebsd.org) Message-Id: <201312101721.rBAHLkbJ036129@svn.freebsd.org> From: Baptiste Daroussin Date: Tue, 10 Dec 2013 17:21:46 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r336070 - head/biology/gmap X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 10 Dec 2013 17:21:47 -0000 Author: bapt Date: Tue Dec 10 17:21:46 2013 New Revision: 336070 URL: http://svnweb.freebsd.org/changeset/ports/336070 Log: Support stage Convert USE_GMAKE to USES=gmake Add dependency on perl which the port need and was getting by chance bump portrevision, dependencies has changed Modified: head/biology/gmap/Makefile Modified: head/biology/gmap/Makefile ============================================================================== --- head/biology/gmap/Makefile Tue Dec 10 16:49:53 2013 (r336069) +++ head/biology/gmap/Makefile Tue Dec 10 17:21:46 2013 (r336070) @@ -3,15 +3,15 @@ PORTNAME= gmap PORTVERSION= 2006.04.21 +PORTREVISION= 1 CATEGORIES= biology MASTER_SITES= http://www.gene.com/share/gmap/src/ DISTNAME= ${PORTNAME}-${PORTVERSION:C|\.|-|g} MAINTAINER= rpz@cse.wustl.edu -COMMENT= A Genomic Mapping and Alignment Program for mRNA and EST Sequences +COMMENT= Genomic Mapping and Alignment Program for mRNA and EST Sequences -USE_GMAKE= yes +USES= gmake perl5 GNU_CONFIGURE= yes -NO_STAGE= yes .include