Date: Wed, 03 Aug 2016 13:28:49 +0000 From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 211243] Tools/scripts/bump-revision.sh: fixup last updates, and try to be better with slave ports Message-ID: <bug-211243-13-OlvwuBKeci@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-211243-13@https.bugs.freebsd.org/bugzilla/> References: <bug-211243-13@https.bugs.freebsd.org/bugzilla/>
next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D211243 --- Comment #1 from commit-hook@freebsd.org --- A commit references this bug: Author: mat Date: Wed Aug 3 13:27:47 UTC 2016 New revision: 419519 URL: https://svnweb.freebsd.org/changeset/ports/419519 Log: fixup last updates, and try to be better with slave ports. the case $? needs to have the exit status of the grep, not the awk line, so remove the awk line, it was not really helpful anyway. Also, with slave ports, most of the time, they don't have (PORT|DIST)VERSION, try to use CATEGORIES, PKGNAMEPREFIX or PKGNAMESUFFIX. PR: 211243 Submitted by: mat Approved by: maintainer timeout Sponsored by: Absolight Changes: head/Tools/scripts/bump-revision.sh --=20 You are receiving this mail because: You are on the CC list for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-211243-13-OlvwuBKeci>