summaryrefslogtreecommitdiff
path: root/pkgtools
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2014-07-22 10:51:17 +0000
committerwiz <wiz@pkgsrc.org>2014-07-22 10:51:17 +0000
commita4b68cd81818ee869309f5f11d5d45d70884d749 (patch)
tree96caaa4e242b77833ead48f39ec8cd9f87b30d6a /pkgtools
parent18536376ea7ad666f2937f947ab9996438e330a8 (diff)
downloadpkgsrc-a4b68cd81818ee869309f5f11d5d45d70884d749.tar.gz
Improve commonbump instructions.
Diffstat (limited to 'pkgtools')
-rw-r--r--pkgtools/revbump/files/revbump.14
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgtools/revbump/files/revbump.1 b/pkgtools/revbump/files/revbump.1
index 54f50b27e90..418c24ab939 100644
--- a/pkgtools/revbump/files/revbump.1
+++ b/pkgtools/revbump/files/revbump.1
@@ -1,4 +1,4 @@
-.\" $NetBSD: revbump.1,v 1.19 2014/06/24 15:00:27 wiz Exp $
+.\" $NetBSD: revbump.1,v 1.20 2014/07/22 10:51:17 wiz Exp $
.\"
.\" Copyright (c) 2003, 2004, 2005, 2006, 2010, 2012, 2013, 2014 The NetBSD Foundation, Inc.
.\"
@@ -87,7 +87,7 @@ would be:
cd /usr/pkgsrc
finddepends category/package | sort -u \*[Gt] allbump
grep buildlink3.mk allbump | sed 's/.buildlink3.mk//' \*[Gt] bl3bump
-grep -e Makefile.common -e mk$ allbump > commonbump
+grep -e Makefile.common -e mk$ allbump | grep -v -e buildlink3.mk -e options.mk > commonbump
[read commonbump and replace entries with all packages including the
corresponding Makefile.common or *.mk file]
cat allbump commonbump | sed 's,/[^/]*$,,' | sort -u \*[Gt] makebump