Received: by mail.netbsd.org (Postfix, from userid 605) id C09A784D5A; Sun, 26 Nov 2017 10:53:59 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 4AD6784D3B for ; Sun, 26 Nov 2017 10:53:59 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id VRLh9Wuc39zm for ; Sun, 26 Nov 2017 10:53:58 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id AA40E84CE2 for ; Sun, 26 Nov 2017 10:53:58 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id A8486FB40; Sun, 26 Nov 2017 10:53:58 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1511693638203770" MIME-Version: 1.0 Date: Sun, 26 Nov 2017 10:53:58 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/math/udunits To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20171126105358.A8486FB40@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. --_----------=_1511693638203770 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Sun Nov 26 10:53:58 UTC 2017 Modified Files: pkgsrc/math/udunits: Makefile Log Message: udunits: follow redirects To generate a diff of this commit: cvs rdiff -u -r1.37 -r1.38 pkgsrc/math/udunits/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1511693638203770 Content-Disposition: inline Content-Length: 767 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/math/udunits/Makefile diff -u pkgsrc/math/udunits/Makefile:1.37 pkgsrc/math/udunits/Makefile:1.38 --- pkgsrc/math/udunits/Makefile:1.37 Sat Jul 9 06:38:34 2016 +++ pkgsrc/math/udunits/Makefile Sun Nov 26 10:53:58 2017 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.37 2016/07/09 06:38:34 wiz Exp $ +# $NetBSD: Makefile,v 1.38 2017/11/26 10:53:58 wiz Exp $ DISTNAME= udunits-1.12.1 PKGREVISION= 10 @@ -7,7 +7,7 @@ MASTER_SITES= ftp://ftp.unidata.ucar.ed EXTRACT_SUFX= .tar.Z MAINTAINER= pkgsrc-users@NetBSD.org -HOMEPAGE= http://www.unidata.ucar.edu/software/udunits/ +HOMEPAGE= https://www.unidata.ucar.edu/software/udunits/ COMMENT= Library and program for manipulating units of physical quantities MAKE_JOBS_SAFE= no --_----------=_1511693638203770--