Received: by mail.netbsd.org (Postfix, from userid 605) id 3EF0284DE5; Sun, 11 Feb 2018 15:51:00 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id BE00B84D8D for ; Sun, 11 Feb 2018 15:50:59 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id regREyarWzx9 for ; Sun, 11 Feb 2018 15:50:59 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 2BF4A84C74 for ; Sun, 11 Feb 2018 15:50:59 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 29E22FB40; Sun, 11 Feb 2018 15:50:59 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1518364259127940" MIME-Version: 1.0 Date: Sun, 11 Feb 2018 15:50:59 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/biology/plinkseq To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20180211155059.29E22FB40@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1518364259127940 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Sun Feb 11 15:50:59 UTC 2018 Modified Files: pkgsrc/biology/plinkseq: Makefile Log Message: plinkseq: use https To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6 pkgsrc/biology/plinkseq/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1518364259127940 Content-Disposition: inline Content-Length: 877 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/biology/plinkseq/Makefile diff -u pkgsrc/biology/plinkseq/Makefile:1.5 pkgsrc/biology/plinkseq/Makefile:1.6 --- pkgsrc/biology/plinkseq/Makefile:1.5 Wed Jan 17 12:10:37 2018 +++ pkgsrc/biology/plinkseq/Makefile Sun Feb 11 15:50:59 2018 @@ -1,12 +1,12 @@ -# $NetBSD: Makefile,v 1.5 2018/01/17 12:10:37 jperkin Exp $ +# $NetBSD: Makefile,v 1.6 2018/02/11 15:50:59 wiz Exp $ DISTNAME= plinkseq-0.08 PKGREVISION= 2 CATEGORIES= biology -MASTER_SITES= http://atgu.mgh.harvard.edu/plinkseq/dist/version-0.08/ +MASTER_SITES= https://atgu.mgh.harvard.edu/plinkseq/dist/version-0.08/ MAINTAINER= jwbacon@tds.net -HOMEPAGE= http://atgu.mgh.harvard.edu/plinkseq/ +HOMEPAGE= https://atgu.mgh.harvard.edu/plinkseq/ COMMENT= C/C++ library for working with human genetic variation data LICENSE= gnu-gpl-v2 # Assuming same as plink. No info on web. --_----------=_1518364259127940--