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.
This commit is contained in:
parent
02d03f924a
commit
5002859e98
2 changed files with 9 additions and 8 deletions
|
@ -1,13 +1,14 @@
|
|||
# $NetBSD: Makefile,v 1.7 2009/04/01 19:05:03 gdt Exp $
|
||||
# $NetBSD: Makefile,v 1.8 2011/11/16 19:31:56 gdt Exp $
|
||||
#
|
||||
|
||||
DISTNAME= etcmanage-0.6.1
|
||||
DISTNAME= etcmanage-0.8
|
||||
CATEGORIES= sysutils
|
||||
MASTER_SITES= http://acert.ir.bbn.com/downloads/etcmanage/
|
||||
MASTER_SITES= http://www.ir.bbn.com/~gdt/etcmanage/
|
||||
|
||||
MAINTAINER= gdt@NetBSD.org
|
||||
HOMEPAGE= http://acert.ir.bbn.com/downloads/etcmanage/
|
||||
HOMEPAGE= http://www.ir.bbn.com/~gdt/etcmanage/
|
||||
COMMENT= Automatically manage files in /etc
|
||||
LICENSE= modified-bsd
|
||||
|
||||
PKG_DESTDIR_SUPPORT= user-destdir
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
$NetBSD: distinfo,v 1.5 2009/04/01 19:05:03 gdt Exp $
|
||||
$NetBSD: distinfo,v 1.6 2011/11/16 19:31:56 gdt Exp $
|
||||
|
||||
SHA1 (etcmanage-0.6.1.tar.gz) = ec2b77831bf80e1fb23608d857194a31cff65877
|
||||
RMD160 (etcmanage-0.6.1.tar.gz) = 1db13f626c85cc24e60ec34de294f25cb2ea9f9a
|
||||
Size (etcmanage-0.6.1.tar.gz) = 57444 bytes
|
||||
SHA1 (etcmanage-0.8.tar.gz) = 8cfef6a2c35d05470cb02ee16d9bb940032560fe
|
||||
RMD160 (etcmanage-0.8.tar.gz) = fe18d979d507bca05d44e269a0765bf3f84cd9f6
|
||||
Size (etcmanage-0.8.tar.gz) = 64436 bytes
|
||||
|
|
Loading…
Reference in a new issue