/shells/flash/

git.cgi/'>index : freebsd-ports-gnome
FreeBSD GNOME current development ports (https://github.com/freebsd/freebsd-ports-gnome)
aboutsummaryrefslogtreecommitdiffstats
path: root/Tools/scripts/bump_revision.pl
Commit message (Collapse)AuthorAgeFilesLines
* Fix shebang. If /usr/bin/env is used the -w flag can't be passed after perl.ehaupt2017-04-251-1/+2
| | | | | | | Use 'use warnings;' instead. While here remove distinfochecker. It's not needed anymore as it was written for a simple purpose eleven years ago.
* Revert escaped un-approved commit.mandree2016-04-121-134/+72
| | | | | This was not meant to be applied yet, as it is not yet completely developed. See https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=192706
* Drop maintainership.mandree2016-04-121-72/+134
| | | | | | | If portmgr@ needs to commit against better advise, two years after this was first discussed without any motion of the upstream. Drop a few more maintainerships along the way.
* Invoke perl with /usr/bin/env, as perl is not guaranteed to exist inadamw2014-06-231-1/+1
| | | | /usr/bin.
* Replace edwin's contact address with mine in the help, too. Andgerald2014-04-191-1/+1
| | | | also solicit improvements. :-)
* Only show the final instructions on how to do the actual commit whengerald2014-04-061-6/+8
| | | | | | | | doing the real job, not for a dry run. Tweak those instructions a bit. Assume maintainership. Approved by: edwin (maintainer)