From owner-svn-ports-all@FreeBSD.ORG Sun Jun 1 11:42:17 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id B3B1F48D; Sun, 1 Jun 2014 11:42:17 +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)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id A20332498; Sun, 1 Jun 2014 11:42:17 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s51BgH04019452; Sun, 1 Jun 2014 11:42:17 GMT (envelope-from ohauer@svn.freebsd.org) Received: (from ohauer@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s51BgH9d019451; Sun, 1 Jun 2014 11:42:17 GMT (envelope-from ohauer@svn.freebsd.org) Message-Id: <201406011142.s51BgH9d019451@svn.freebsd.org> From: Olli Hauer Date: Sun, 1 Jun 2014 11:42:17 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r356100 - head/biology/seqan 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.18 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: Sun, 01 Jun 2014 11:42:17 -0000 Author: ohauer Date: Sun Jun 1 11:42:17 2014 New Revision: 356100 URL: http://svnweb.freebsd.org/changeset/ports/356100 QAT: https://qat.redports.org/buildarchive/r356100/ Log: - add stage support - adjust BSDn license Modified: head/biology/seqan/Makefile Modified: head/biology/seqan/Makefile ============================================================================== --- head/biology/seqan/Makefile Sun Jun 1 11:33:57 2014 (r356099) +++ head/biology/seqan/Makefile Sun Jun 1 11:42:17 2014 (r356100) @@ -10,7 +10,7 @@ MASTER_SITES= http://ftp.seqan.de/releas MAINTAINER= h2+fbsdports@fsfe.org COMMENT= C++ Sequence Analysis Library -LICENSE= BSD GPLv3 +LICENSE= BSD3CLAUSE GPLv3 LICENSE_COMB= multi LICENSE_FILE_BSD=${WRKSRC}/seqan/LICENSE @@ -24,7 +24,6 @@ MAKE_JOB_SAFE= yes SUB_FILES= pkg-message PKG_MESSAGE= ${WRKDIR}/pkg-message -NO_STAGE= yes .include .if ${ARCH} == i386 @@ -38,7 +37,4 @@ post-patch: @${REINPLACE_CMD} -e 's|expl|exp|g' ${WRKSRC}/apps/snp_store/snp_store.h @${REINPLACE_CMD} -e 's|logl|log|g' ${WRKSRC}/apps/snp_store/snp_store.h -post-install: - @${CAT} ${PKG_MESSAGE} - .include