Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id EB58F84F18 for ; Sat, 23 Dec 2023 09:27:17 +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 96P95vIiSYUQ for ; Sat, 23 Dec 2023 09:27:17 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id E18DD84D6F for ; Sat, 23 Dec 2023 09:27:16 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id DF3E6FA42; Sat, 23 Dec 2023 09:27:16 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1703323636173300" MIME-Version: 1.0 Date: Sat, 23 Dec 2023 09:27:16 +0000 From: "Zafer Aydogan" Subject: CVS commit: pkgsrc/sysutils/tphdisk To: pkgsrc-changes@NetBSD.org Approved: commit_and_comment Reply-To: zafer@netbsd.org X-Mailer: log_accum Message-Id: <20231223092716.DF3E6FA42@cvs.NetBSD.org> This is a multi-part message in MIME format. --_----------=_1703323636173300 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: zafer Date: Sat Dec 23 09:27:16 UTC 2023 Modified Files: pkgsrc/sysutils/tphdisk: Makefile Log Message: update master site To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6 pkgsrc/sysutils/tphdisk/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1703323636173300 Content-Disposition: inline Content-Length: 855 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/sysutils/tphdisk/Makefile diff -u pkgsrc/sysutils/tphdisk/Makefile:1.5 pkgsrc/sysutils/tphdisk/Makefile:1.6 --- pkgsrc/sysutils/tphdisk/Makefile:1.5 Sun Jan 22 00:01:30 2017 +++ pkgsrc/sysutils/tphdisk/Makefile Sat Dec 23 09:27:16 2023 @@ -1,13 +1,13 @@ -# $NetBSD: Makefile,v 1.5 2017/01/22 00:01:30 rillig Exp $ +# $NetBSD: Makefile,v 1.6 2023/12/23 09:27:16 zafer Exp $ DISTNAME= tphdisk PKGNAME= tphdisk-20050112 CATEGORIES= sysutils -MASTER_SITES= http://samba.anu.edu.au/ftp/unpacked/junkcode/ +MASTER_SITES= https://www.samba.org/ftp/unpacked/junkcode/ EXTRACT_SUFX= .c MAINTAINER= pkgsrc-users@NetBSD.org -HOMEPAGE= http://samba.anu.edu.au/ftp/unpacked/junkcode/ +HOMEPAGE= https://www.samba.org/ftp/unpacked/junkcode/ COMMENT= Create hibernation partitions for Thinkpads WRKSRC= ${WRKDIR} --_----------=_1703323636173300--