pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/sysutils/etcmanage update to 0.3



details:   https://anonhg.NetBSD.org/pkgsrc/rev/7751147a35b5
branches:  trunk
changeset: 522094:7751147a35b5
user:      gdt <gdt%pkgsrc.org@localhost>
date:      Sat Dec 02 19:04:26 2006 +0000

description:
update to 0.3

  new script BUILD-NetBSD which is a wrapper around build.sh, setting
  OBJDIR, etc., and intended to start from a plain source tree and end
  up with a cdrom image, with or without x.  creates a manifest for
  etcmanage.  It also has an install option which does a merge of /etc
  with etcmanage, but this needs to be done on the same machine as the
  build.

  new script INSTALL-NetBSD which takes a releasedir and does a binary
  upgrade (kernel, userland, merges etc with etcmange, but DOES NOT
  TOUCH BOOTBLOCKS).  Can be run on a machine other than the build
  host.

diffstat:

 sysutils/etcmanage/Makefile |  5 +++--
 sysutils/etcmanage/PLIST    |  4 +++-
 sysutils/etcmanage/distinfo |  8 ++++----
 3 files changed, 10 insertions(+), 7 deletions(-)

diffs (43 lines):

diff -r e5739259081a -r 7751147a35b5 sysutils/etcmanage/Makefile
--- a/sysutils/etcmanage/Makefile       Sat Dec 02 18:44:21 2006 +0000
+++ b/sysutils/etcmanage/Makefile       Sat Dec 02 19:04:26 2006 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.1.1.1 2006/03/08 20:51:47 gdt Exp $
+# $NetBSD: Makefile,v 1.2 2006/12/02 19:04:26 gdt Exp $
 #
 
-DISTNAME=              etcmanage-0.2
+DISTNAME=              etcmanage-0.3
 CATEGORIES=            sysutils
 MASTER_SITES=          http://acert.ir.bbn.com/downloads/etcmanage/
 
@@ -9,6 +9,7 @@
 HOMEPAGE=              http://acert.ir.bbn.com/downloads/etcmanage/
 COMMENT=               Automatically manage files in /etc
 
+USE_TOOLS+=    perl
 USE_PKGLOCALEDIR=      yes
 GNU_CONFIGURE=         yes
 
diff -r e5739259081a -r 7751147a35b5 sysutils/etcmanage/PLIST
--- a/sysutils/etcmanage/PLIST  Sat Dec 02 18:44:21 2006 +0000
+++ b/sysutils/etcmanage/PLIST  Sat Dec 02 19:04:26 2006 +0000
@@ -1,2 +1,4 @@
-@comment $NetBSD: PLIST,v 1.1.1.1 2006/03/08 20:51:47 gdt Exp $
+@comment $NetBSD: PLIST,v 1.2 2006/12/02 19:04:26 gdt Exp $
+bin/BUILD-NetBSD
+bin/INSTALL-NetBSD
 bin/etcmanage
diff -r e5739259081a -r 7751147a35b5 sysutils/etcmanage/distinfo
--- a/sysutils/etcmanage/distinfo       Sat Dec 02 18:44:21 2006 +0000
+++ b/sysutils/etcmanage/distinfo       Sat Dec 02 19:04:26 2006 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.1.1.1 2006/03/08 20:51:47 gdt Exp $
+$NetBSD: distinfo,v 1.2 2006/12/02 19:04:26 gdt Exp $
 
-SHA1 (etcmanage-0.2.tar.gz) = fd7d636d9bc777b9105d9bfa290d50c2cb8c698a
-RMD160 (etcmanage-0.2.tar.gz) = 2e8dbd036a5659bb753c0329eb071ed081547d20
-Size (etcmanage-0.2.tar.gz) = 48310 bytes
+SHA1 (etcmanage-0.3.tar.gz) = b37ae76bf54cff16ee40f813a01d2696e2614099
+RMD160 (etcmanage-0.3.tar.gz) = b6dd7ea4534e122b2157aebe04ff7d8f5980bb96
+Size (etcmanage-0.3.tar.gz) = 57763 bytes



Home | Main Index | Thread Index | Old Index