Received: from mail.netbsd.org (mail.netbsd.org [149.20.53.66]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client CN "mail.NetBSD.org", Issuer "Postmaster NetBSD.org" (verified OK)) by mollari.NetBSD.org (Postfix) with ESMTPS id 12FC970D48 for ; Sun, 28 Jul 2013 23:37:18 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 6F5D414A12C; Sun, 28 Jul 2013 23:37:17 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 3F8B914A128 for ; Sun, 28 Jul 2013 23:37:15 +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 5ISu5cgAQwl4 for ; Sun, 28 Jul 2013 23:37:14 +0000 (UTC) Received: from cvs.netbsd.org (cvs.NetBSD.org [IPv6:2001:4f8:3:7:2e0:81ff:fe30:95bd]) by mail.netbsd.org (Postfix) with ESMTP id A806914A0D8 for ; Sun, 28 Jul 2013 23:37:14 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id A5F1796; Sun, 28 Jul 2013 23:37:14 +0000 (UTC) Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" MIME-Version: 1.0 Date: Sun, 28 Jul 2013 23:37:14 +0000 From: "Julio Merino" Subject: CVS commit: pkgsrc/sysutils/sysupgrade To: pkgsrc-changes@NetBSD.org Reply-To: jmmv@netbsd.org X-Mailer: log_accum Message-Id: <20130728233714.A5F1796@cvs.netbsd.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk Module Name: pkgsrc Committed By: jmmv Date: Sun Jul 28 23:37:14 UTC 2013 Modified Files: pkgsrc/sysutils/sysupgrade: Makefile PLIST Added Files: pkgsrc/sysutils/sysupgrade: distinfo Removed Files: pkgsrc/sysutils/sysupgrade: TODO pkgsrc/sysutils/sysupgrade/files: Kyuafile default.conf sysupgrade.8 sysupgrade.conf.5 sysupgrade.sh sysupgrade_test.sh Log Message: Update to 1.5: Released on 2013-07-28. * Sources migrated to a GitHub project from the previous copy in the pkgsrc repository. sysupgrade is now a first-class package and includes a traditional build system based on automake and autoconf. * Moved the sysupgrade script from bin to sbin. To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 pkgsrc/sysutils/sysupgrade/Makefile cvs rdiff -u -r1.2 -r1.3 pkgsrc/sysutils/sysupgrade/PLIST cvs rdiff -u -r1.2 -r0 pkgsrc/sysutils/sysupgrade/TODO cvs rdiff -u -r0 -r1.1 pkgsrc/sysutils/sysupgrade/distinfo cvs rdiff -u -r1.2 -r0 pkgsrc/sysutils/sysupgrade/files/Kyuafile \ pkgsrc/sysutils/sysupgrade/files/default.conf cvs rdiff -u -r1.5 -r0 pkgsrc/sysutils/sysupgrade/files/sysupgrade.8 \ pkgsrc/sysutils/sysupgrade/files/sysupgrade.sh \ pkgsrc/sysutils/sysupgrade/files/sysupgrade_test.sh cvs rdiff -u -r1.4 -r0 pkgsrc/sysutils/sysupgrade/files/sysupgrade.conf.5 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.