From owner-svn-ports-all@freebsd.org Sat Jun 10 09:01:20 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8983CD88F9B; Sat, 10 Jun 2017 09:01:20 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::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 5997F70DCB; Sat, 10 Jun 2017 09:01:20 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v5A91JoN076562; Sat, 10 Jun 2017 09:01:19 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v5A91JA5076560; Sat, 10 Jun 2017 09:01:19 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201706100901.v5A91JA5076560@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Sat, 10 Jun 2017 09:01:19 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r443073 - head/biology/blat 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.23 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: Sat, 10 Jun 2017 09:01:20 -0000 Author: amdmi3 Date: Sat Jun 10 09:01:19 2017 New Revision: 443073 URL: https://svnweb.freebsd.org/changeset/ports/443073 Log: - Update WWW - Add LICENSE - Simplify installation Modified: head/biology/blat/Makefile head/biology/blat/pkg-descr Modified: head/biology/blat/Makefile ============================================================================== --- head/biology/blat/Makefile Sat Jun 10 07:24:23 2017 (r443072) +++ head/biology/blat/Makefile Sat Jun 10 09:01:19 2017 (r443073) @@ -5,12 +5,14 @@ PORTNAME= blat PORTVERSION= 36 CATEGORIES= biology MASTER_SITES= http://hgwdev.cse.ucsc.edu/~kent/src/ \ - http://users.soe.ucsc.edu/~kent/src/ + https://users.soe.ucsc.edu/~kent/src/ DISTNAME= ${PORTNAME}Src${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= Fast tool for local sequence similarity searches +LICENSE= NONE + LIB_DEPENDS= libpng.so:graphics/png WRKSRC= ${WRKDIR}/${PORTNAME}Src @@ -51,13 +53,10 @@ post-patch: do-install: .for exe in ${EXECUTABLES} - (cd ${WRKSRC}/bin/${ARCH} && ${INSTALL_PROGRAM} ${exe} \ - ${STAGEDIR}${PREFIX}/bin) + ${INSTALL_PROGRAM} ${WRKSRC}/bin/${ARCH}/${exe} ${STAGEDIR}${PREFIX}/bin .endfor @${MKDIR} ${STAGEDIR}${PREFIX}/lib/blat/webBlat - (cd ${WRKSRC}/webBlat && ${INSTALL_PROGRAM} webBlat \ - ${STAGEDIR}${PREFIX}/lib/blat/webBlat) - (cd ${WRKSRC}/webBlat && ${INSTALL_DATA} install.txt \ - ${STAGEDIR}${PREFIX}/lib/blat/webBlat) + ${INSTALL_PROGRAM} ${WRKSRC}/webBlat/webBlat ${STAGEDIR}${PREFIX}/lib/blat/webBlat + ${INSTALL_DATA} ${WRKSRC}/webBlat/install.txt ${STAGEDIR}${PREFIX}/lib/blat/webBlat .include Modified: head/biology/blat/pkg-descr ============================================================================== --- head/biology/blat/pkg-descr Sat Jun 10 07:24:23 2017 (r443072) +++ head/biology/blat/pkg-descr Sat Jun 10 09:01:19 2017 (r443073) @@ -11,4 +11,4 @@ genome (but not the genome itself) in memory. Since th bit less than a gigabyte of RAM, BLAT can deliver high performance on a reasonably priced Linux box. -WWW: http://users.soe.ucsc.edu/~kent/ +WWW: https://users.soe.ucsc.edu/~kent/