Received: by mail.netbsd.org (Postfix, from userid 605) id 2B2C984D53; Sat, 6 Feb 2021 10:42:53 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 671B784D1D for ; Sat, 6 Feb 2021 10:42:52 +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 fQK9YwqwnQDE for ; Sat, 6 Feb 2021 10:42:52 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id F11F484CDF for ; Sat, 6 Feb 2021 10:42:51 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id EE1FEFA95; Sat, 6 Feb 2021 10:42:51 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1612608171243500" MIME-Version: 1.0 Date: Sat, 6 Feb 2021 10:42:51 +0000 From: "pin" Subject: CVS commit: pkgsrc/sysutils/refi To: pkgsrc-changes@NetBSD.org Reply-To: pin@netbsd.org X-Mailer: log_accum Message-Id: <20210206104251.EE1FEFA95@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1612608171243500 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: pin Date: Sat Feb 6 10:42:51 UTC 2021 Modified Files: pkgsrc/sysutils/refi: Makefile Log Message: sysutils/refi: fix homepage To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 pkgsrc/sysutils/refi/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1612608171243500 Content-Disposition: inline Content-Length: 699 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/sysutils/refi/Makefile diff -u pkgsrc/sysutils/refi/Makefile:1.1 pkgsrc/sysutils/refi/Makefile:1.2 --- pkgsrc/sysutils/refi/Makefile:1.1 Sat Feb 6 10:35:18 2021 +++ pkgsrc/sysutils/refi/Makefile Sat Feb 6 10:42:51 2021 @@ -1,11 +1,11 @@ -# $NetBSD: Makefile,v 1.1 2021/02/06 10:35:18 pin Exp $ +# $NetBSD: Makefile,v 1.2 2021/02/06 10:42:51 pin Exp $ DISTNAME= refi-3.0.0 CATEGORIES= sysutils MASTER_SITES= https://gitlab.com/miicat/refi/-/archive/v${PKGVERSION_NOREV}/ MAINTAINER= pin@NetBSD.org -HOMEPAGE= https://gitlab.com/miicat/refi/-/archive/ +HOMEPAGE= https://gitlab.com/miicat/refi/ COMMENT= Rename files in numberic order LICENSE= gnu-gpl-v3 --_----------=_1612608171243500--