summaryrefslogtreecommitdiff
path: root/Tools
AgeCommit message (Collapse)Author
2014-08-22Catch 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-21Add 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 detailsSofian Brabez
- Use only one request to retreive patchs CR: D400 CR: D401 Submitted by: rakuco
2014-06-26New script: Tools/scripts/bump-revision.shBartek 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-25ports/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-25Remove 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-25Clean up READMEEitan Adler
2014-06-25add missing Mt to AqEitan Adler
2014-06-25To 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-22Invoke perl with /usr/bin/env, as perl is not guaranteed to exist inAdam 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 modeSofian Brabez
CR: D235 Submitted by: rakuco
2014-06-02- Correct the bugzilla urlMartin 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_BASESofian Brabez
- Update with our bugzilla experimental url
2014-04-18Replace edwin's contact address with mine in the help, too. AndGerald Pfeifer
also solicit improvements. :-)
2014-04-06Only show the final instructions on how to do the actual commit whenGerald Pfeifer
doing the real job, not for a dry run. Tweak those instructions a bit. Assume maintainership. Approved by: edwin (maintainer)
2014-03-24Fix cdiffChris Rees
Reported by: swills
2014-01-24Make MOVEDLint output more consistentEitan Adler
2014-01-21Give proper reason why we reject replaced files.Matthias Andree
2014-01-08- Allow a leading "r" in the svn revisionLars 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-08Remove ^MFH: lines from the logBaptiste Daroussin
2013-12-26update the tree before merge to avoid having a mixed revision tree before ↵Baptiste Daroussin
merging
2013-12-19Import mfh script to merge to the Q branchesBaptiste Daroussin
2013-12-01Adjust a bit towards the new world of SVN in terms of directoryGerald Pfeifer
structure and output for the user. Approved by: maintainer (edwin)
2013-10-30Remove 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-13This one goes to 11.Erwin Lansing
2013-10-09- Move dialog4ports.sh to more appropriate new directory Mk/Scripts asBryan 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 byBryan Drewery
falling back on the perl make_index if needed. With hat: portmgr Reported by: ade
2013-10-07no longer point to NO_LATEST_LINK but to PKGNAMESUFFIX instead.Erwin Lansing
Also mention the latest portmgr blog post.
2013-10-07Use the portsnap version of make_index instead of the perl version.Baptiste Daroussin
Submitted by: ak
2013-09-21Remove Tools/scripts/convert-makefile-header.pl it is not needed anymoreBaptiste Daroussin
2013-07-07Remove dialogwrapper now that dialog4ports existsEitan Adler
2013-07-07Re-add dialog4ports.sh helper. This is critical for dialog4ports usage.Bryan Drewery
Pointyhat to: eadler
2013-07-07Remove dialogwrapper now that dialog4ports existsEitan Adler
2013-06-18Remove the last remnants of PKGINSTALLVER. It hasn't been used sinceTijl 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-29Require versions of perl supporting smartmatch operator (~~)Chris Rees
Submitted by: az
2013-05-12Fix -c optionChris Rees
PR: ports/178193 Submitted by: tota
2013-05-12Use 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 instructionSofian 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-07Normalize FreeBSD.org address during conversion.Emanuel Haupt
2013-04-26- Remove Tools/scripts/modules, they're not used anymoreAlex Kozlov
Approved by: edwin (maintainer), portmgr (bapt)
2013-04-25Add pgollucci's FreeBSD.org address also to the list of nice people.Emanuel Haupt
Requested by: pgollucci
2013-04-24Provide an option to not preserve the original file.Emanuel Haupt
Requested by: eadler
2013-04-24Use case insensitive "nice people" matchingEmanuel Haupt
2013-04-24- Rework 'nice people' handlingEmanuel Haupt
- Properly handle non-default $MCom RCS strings
2013-03-28- Update to 0.1.3 which only brings a -v option to allowBryan Drewery
supporting older versions for the stdout/stderr switching Approved by: Ilya A. Arkhipov <rum1cro@yandex.ru> (maintainer) With hat: portmgr
2013-03-27Replace linebreak with space instead of comma in addressErwin Lansing
list, to make the for loop lateron actually work.
2013-03-25Revert to sending both stdout and stderr to the OPTIONSFILE for nowBryan 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