Wed Nov 16 19:31:56 2011 UTC ()
Update to 0.8.

  Don't complain if there is no custom-kernel file, and don't try to
  build GENERIC as the default custom kernel, because it's built
  anyway if appropriate for that port.

  Support .branch to define branch for builds from NetBSD imported
  into a VCS, rather than checked out from NetBSD's CVS.  Example
  contents for .branch is "5\n" for netbsd-5.

  Support local and relative paths in .tree, for placing the obj
  container in arbitrary locations.


(gdt)
diff -r1.7 -r1.8 pkgsrc/sysutils/etcmanage/Makefile
diff -r1.5 -r1.6 pkgsrc/sysutils/etcmanage/distinfo

cvs diff -r1.7 -r1.8 pkgsrc/sysutils/etcmanage/Makefile (expand / switch to unified diff)

--- pkgsrc/sysutils/etcmanage/Makefile 2009/04/01 19:05:03 1.7
+++ pkgsrc/sysutils/etcmanage/Makefile 2011/11/16 19:31:56 1.8
@@ -1,18 +1,19 @@ @@ -1,18 +1,19 @@
1# $NetBSD: Makefile,v 1.7 2009/04/01 19:05:03 gdt Exp $ 1# $NetBSD: Makefile,v 1.8 2011/11/16 19:31:56 gdt Exp $
2# 2#
3 3
4DISTNAME= etcmanage-0.6.1 4DISTNAME= etcmanage-0.8
5CATEGORIES= sysutils 5CATEGORIES= sysutils
6MASTER_SITES= http://acert.ir.bbn.com/downloads/etcmanage/ 6MASTER_SITES= http://www.ir.bbn.com/~gdt/etcmanage/
7 7
8MAINTAINER= gdt@NetBSD.org 8MAINTAINER= gdt@NetBSD.org
9HOMEPAGE= http://acert.ir.bbn.com/downloads/etcmanage/ 9HOMEPAGE= http://www.ir.bbn.com/~gdt/etcmanage/
10COMMENT= Automatically manage files in /etc 10COMMENT= Automatically manage files in /etc
 11LICENSE= modified-bsd
11 12
12PKG_DESTDIR_SUPPORT= user-destdir 13PKG_DESTDIR_SUPPORT= user-destdir
13 14
14USE_TOOLS+= perl:run 15USE_TOOLS+= perl:run
15USE_PKGLOCALEDIR= yes 16USE_PKGLOCALEDIR= yes
16GNU_CONFIGURE= yes 17GNU_CONFIGURE= yes
17 18
18.include "../../mk/bsd.pkg.mk" 19.include "../../mk/bsd.pkg.mk"

cvs diff -r1.5 -r1.6 pkgsrc/sysutils/etcmanage/distinfo (expand / switch to unified diff)

--- pkgsrc/sysutils/etcmanage/distinfo 2009/04/01 19:05:03 1.5
+++ pkgsrc/sysutils/etcmanage/distinfo 2011/11/16 19:31:56 1.6
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.5 2009/04/01 19:05:03 gdt Exp $ 1$NetBSD: distinfo,v 1.6 2011/11/16 19:31:56 gdt Exp $
2 2
3SHA1 (etcmanage-0.6.1.tar.gz) = ec2b77831bf80e1fb23608d857194a31cff65877 3SHA1 (etcmanage-0.8.tar.gz) = 8cfef6a2c35d05470cb02ee16d9bb940032560fe
4RMD160 (etcmanage-0.6.1.tar.gz) = 1db13f626c85cc24e60ec34de294f25cb2ea9f9a 4RMD160 (etcmanage-0.8.tar.gz) = fe18d979d507bca05d44e269a0765bf3f84cd9f6
5Size (etcmanage-0.6.1.tar.gz) = 57444 bytes 5Size (etcmanage-0.8.tar.gz) = 64436 bytes