Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
2013-10-09 | - Move dialog4ports.sh to more appropriate new directory Mk/Scripts as | Bryan Drewery | |
it is related to infrastructure/framework and a required portmgr- maintained script With hat: portmgr | |||
2013-10-07 | - Fix 'make index' when system is built with WITHOUT_PORTSNAP by | Bryan Drewery | |
falling back on the perl make_index if needed. With hat: portmgr Reported by: ade | |||
2013-10-07 | no longer point to NO_LATEST_LINK but to PKGNAMESUFFIX instead. | Erwin Lansing | |
Also mention the latest portmgr blog post. | |||
2013-10-07 | Use the portsnap version of make_index instead of the perl version. | Baptiste Daroussin | |
Submitted by: ak | |||
2013-09-21 | Remove Tools/scripts/convert-makefile-header.pl it is not needed anymore | Baptiste Daroussin | |
2013-07-07 | Remove dialogwrapper now that dialog4ports exists | Eitan Adler | |
2013-07-07 | Re-add dialog4ports.sh helper. This is critical for dialog4ports usage. | Bryan Drewery | |
Pointyhat to: eadler | |||
2013-07-07 | Remove dialogwrapper now that dialog4ports exists | Eitan Adler | |
2013-06-18 | Remove the last remnants of PKGINSTALLVER. It hasn't been used since | Tijl Coosemans | |
r231958 and the definition in bsd.port.subdir.mk generates a warning with bmake, pkgng and no pkg_info. Approved by: erwin | |||
2013-05-29 | Require versions of perl supporting smartmatch operator (~~) | Chris Rees | |
Submitted by: az | |||
2013-05-12 | Fix -c option | Chris Rees | |
PR: ports/178193 Submitted by: tota | |||
2013-05-12 | Use MAINTAINER line for Submitted by: if Created by: does not exist. | Chris Rees | |
Still prefer Created by because we still don't use real names in MAINTAINER lines (oh please let that change....) Submitted by: jgh (based on) | |||
2013-05-09 | - Use literal instead of constructor to avoid CALL_FUNCTION bytecode instruction | Sofian Brabez | |
- Add add_patch method [1] - Update README wording and fix typo PR: ports/175984 [1] Submitted by: Christoph Mallon <christoph.mallon at gmx.de> | |||
2013-05-07 | Normalize FreeBSD.org address during conversion. | Emanuel Haupt | |
2013-04-26 | - Remove Tools/scripts/modules, they're not used anymore | Alex Kozlov | |
Approved by: edwin (maintainer), portmgr (bapt) | |||
2013-04-25 | Add pgollucci's FreeBSD.org address also to the list of nice people. | Emanuel Haupt | |
Requested by: pgollucci | |||
2013-04-24 | Provide an option to not preserve the original file. | Emanuel Haupt | |
Requested by: eadler | |||
2013-04-24 | Use case insensitive "nice people" matching | Emanuel Haupt | |
2013-04-24 | - Rework 'nice people' handling | Emanuel Haupt | |
- Properly handle non-default $MCom RCS strings | |||
2013-03-28 | - Update to 0.1.3 which only brings a -v option to allow | Bryan Drewery | |
supporting older versions for the stdout/stderr switching Approved by: Ilya A. Arkhipov <rum1cro@yandex.ru> (maintainer) With hat: portmgr | |||
2013-03-27 | Replace linebreak with space instead of comma in address | Erwin Lansing | |
list, to make the for loop lateron actually work. | |||
2013-03-25 | Revert to sending both stdout and stderr to the OPTIONSFILE for now | Bryan Drewery | |
as this change was not backwards compatible. A more robust solution checking the installed version and auto updating is needed. Pointyhat to: bdrewery With hat: portmgr |