Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-09-25 | Let addport script to use svnlite if available | Ruslan Makhmatkhanov | |
1. Check if svnlite is available and use it by default, else: use svn 2. Dehardcode svn binary name in shell calls, to make both svn/svnlite work Approved by: crees (maintainer) | |||
2015-09-20 | Default to repo.FreeBSD.org for commits, as urged by our repo meister. | Christian Weisgerber | |
Approved by: portmgr (mat) | |||
2015-09-15 | Default to repo.FreeBSD.org for commits, as urged by our repo meister. | Christian Weisgerber | |
Approved by: crees | |||
2015-09-07 | Actually allow only one revision to be merged. | Mathieu Arnold | |
Pointy hat to: mat Sponsored by: Absolight | |||
2015-09-07 | Support merging multiple revisions in one go with mfh. | Mathieu Arnold | |
Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D3553 | |||
2015-08-17 | Remove UNIQUENAME and LATEST_LINK. | Mathieu Arnold | |
UNIQUENAME was never unique, it was only used by USE_LDCONFIG and now, we won't have conflicts there. Use PKGBASE instead of LATEST_LINK in PKGLATESTFILE, the *only* consumer is pkg-devel, and it works just fine without LATEST_LINK as pkg-devel has the correct PKGNAME anyway. Now that UNIQUENAME is gone, OPTIONSFILE is too. (it's been called OPTIONS_FILE now.) Reviewed by: antoine, bapt Exp-run by: antoine Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D3336 | |||
2015-08-01 | Drop building 8.x | Erwin Lansing | |
Sponsored by: DK Hostmaster A/S | |||
2015-07-09 | Invoke perl with /usr/bin/env | Emanuel Haupt | |
2015-05-20 | Tools/scripts: Add size offenders report generator | John Marino | |
This is the script that generated the "20 ports account for X% of the Ports collection by size" report. This shells script is useful to identify obscenely large ports: top-size-offenders.sh | |||
2015-04-10 | - Remove a few more scripts from Tools/scripts: | Alex Kozlov | |
chkdepschain.py: doesn't support pkgng explicit_lib_depends.sh: doesn't support pkgng plist: obsolete; searches for /etc/mtree/BSD.local.dist, add @dirrm, doesn't know about man pages in the plist release: unused and obsolete resolveportsfromlibs.sh: doesn't support pkgng Approved by: portmgr (bapt) | |||
2015-04-09 | - Obsolete and made unusable by changes in the Ports Collection | Alex Kozlov | |
2015-03-30 | Add getpatch.sh, a shell script only tool to download patch attachments on ↵ | Rodrigo Osorio | |
bug tracking systems | |||
2015-03-18 | This scripts is not useful anymore | Baptiste Daroussin | |
2015-03-04 | Tools/scripts/bump-revision.sh: fix regression introduced in r380431 | Bartek Rutkowski | |
- Fix regression mistakenly introduced in r380431 - Handle multiple tabs in PORTREVISION - Handle PORTREVISION being a variable name - Handle multiple PORTREVISION values - Get rid of bash-like syntax - Grammar corrections PR: 192910 Reviewed by: danfe, mandree, mat | |||
2015-03-04 | Tools/scripts/bump-revision.sh: various fixes | Bartek Rutkowski | |
- Write nicer code replacing fix introduced by mandree - Catch up some more edge cases PR: 192910 | |||
2015-02-20 | Support non default ports path. | Pawel Pekala | |
PR: 194423 Submitted by: myself Approved by: maintainer timeout (4 months), trivial - just fix it | |||
2015-01-27 | Don't add ports/ to the PR line. | Mathieu Arnold | |
Sponsored by: Absolight | |||
2014-12-07 | - Remove vestiges of cvs annotate support | Alex Kozlov | |
2014-11-24 | - Doesn't support Bugzilla bugtracker | Alex Kozlov | |
2014-11-18 | Make this work with any amount of tabulations between the = and the value of ↵ | Mathieu Arnold | |
PORTREVISION. Sponsored by: Absolight | |||
2014-11-18 | Fix if PORTREVISION is not already there. | Mathieu Arnold | |
Sponsored by: Absolight | |||
2014-11-18 | Reset miwi's maintainership per his demand | Baptiste Daroussin | |
Hope to see you back! Thank for all the work! | |||
2014-08-22 | Catch and report substitution failure on lines such as PORTREVISION=${SOME_VAR}. | Matthias Andree | |
2014-08-21 | - Eat excess newline at the end of the commit log. | Bryan Drewery | |
2014-08-21 | Add a BerkeleyDB upgrade helper script in preparation of 4...4.7 removal. | Matthias Andree | |
2014-07-23 | - Better handling when custom encoding is specified in details | Sofian Brabez | |
- Use only one request to retreive patchs CR: D400 CR: D401 Submitted by: rakuco | |||
2014-06-26 | New script: Tools/scripts/bump-revision.sh | Bartek Rutkowski | |
This script, requested by bapt@, is a pure sh tool to increase one or more ports PORTREVISION value or to add one, if the port havent had one already. Approved by: swills (mentor), bapt | |||
2014-06-25 | ports/Tools/scripts/mfh revision: | Matthias Andree | |
- use proper quoting - use fewer svn invocations - optionally drop to a shell before committing, to manually fix up a botched merge. - svnserver can be overridden in the environment. - Finally, we use sh's trap builtin to make sure we always clean up. PR: 186256 Approved by: portmgr (bapt@) | |||
2014-06-25 | Remove consistency-check since it relies on MD5 and only works for old pkg_ ↵ | Eitan Adler | |
tools Also clean up README a bit more Discussed with: ak, bapt | |||
2014-06-25 | Clean up README | Eitan Adler | |
2014-06-25 | add missing Mt to Aq | Eitan Adler | |
2014-06-25 | To my knoledge (and grep) the close-pr script in Tools/scripts is not used ↵ | Eitan Adler | |
anywhere, so remove it. OKed by: bapt | |||
2014-06-22 | Invoke perl with /usr/bin/env, as perl is not guaranteed to exist in | Adam Weinberger | |
/usr/bin. | |||
2014-06-22 | * Default to name search (-n) if no flags are specified. | Adam Weinberger | |
* Add -e, to cat the pkg-descr for each port found. * Format with tabs instead of 4-spaces, as the latter made editing an absolute nightmare and isn't used by anything else. * Add -h to the option list, as it was missing. * Use the fields hash in the format instead of hardcoded indices. | |||
2014-06-18 | - Switch to bugzilla as default value for the mode | Sofian Brabez | |
CR: D235 Submitted by: rakuco | |||
2014-06-02 | - Correct the bugzilla url | Martin Wilke | |
With hat: portmgr | |||
2014-05-09 | - Move security-check.awk to Mk/Scripts where it is more proper these days. | Bryan Drewery | |
With hat: portmgr | |||
2014-04-22 | - Use https in URL_BASE | Sofian Brabez | |
- Update with our bugzilla experimental url | |||
2014-04-18 | Replace edwin's contact address with mine in the help, too. And | Gerald Pfeifer | |
also solicit improvements. :-) | |||
2014-04-06 | Only show the final instructions on how to do the actual commit when | Gerald Pfeifer | |
doing the real job, not for a dry run. Tweak those instructions a bit. Assume maintainership. Approved by: edwin (maintainer) | |||
2014-03-24 | Fix cdiff | Chris Rees | |
Reported by: swills | |||
2014-01-24 | Make MOVEDLint output more consistent | Eitan Adler | |
2014-01-21 | Give proper reason why we reject replaced files. | Matthias Andree | |
2014-01-08 | - Allow a leading "r" in the svn revision | Lars Engels | |
- Use a variable for the Subversion server - Consistently use ${} around variables - Bail out if neither svn(1) nor svnlite(1) are installed Approved by: bapt | |||
2014-01-08 | Remove ^MFH: lines from the log | Baptiste Daroussin | |
2013-12-26 | update the tree before merge to avoid having a mixed revision tree before ↵ | Baptiste Daroussin | |
merging | |||
2013-12-19 | Import mfh script to merge to the Q branches | Baptiste Daroussin | |
2013-12-01 | Adjust a bit towards the new world of SVN in terms of directory | Gerald Pfeifer | |
structure and output for the user. Approved by: maintainer (edwin) | |||
2013-10-30 | Remove p5-deps.pl which was used when perl 5.8 was removed. It has not been ↵ | Eitan Adler | |
needed in many years. Reported by: ak | |||
2013-10-13 | This one goes to 11. | Erwin Lansing | |