aboutsummaryrefslogtreecommitdiff
path: root/Tools
Commit message (Collapse)AuthorAgeFilesLines
* New script: Tools/scripts/bump-revision.shBartek Rutkowski2014-06-261-0/+66
| | | | | | | | | | | 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 Notes: svn path=/head/; revision=359402
* ports/Tools/scripts/mfh revision:Matthias Andree2014-06-251-25/+36
| | | | | | | | | | | | | | | - 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@) Notes: svn path=/head/; revision=359280
* Remove consistency-check since it relies on MD5 and only works for old pkg_ ↵Eitan Adler2014-06-252-186/+12
| | | | | | | | | | | tools Also clean up README a bit more Discussed with: ak, bapt Notes: svn path=/head/; revision=359205
* Clean up READMEEitan Adler2014-06-251-2/+0
| | | | Notes: svn path=/head/; revision=359202
* add missing Mt to AqEitan Adler2014-06-251-1/+1
| | | | Notes: svn path=/head/; revision=359200
* To my knoledge (and grep) the close-pr script in Tools/scripts is not used ↵Eitan Adler2014-06-252-364/+0
| | | | | | | | | anywhere, so remove it. OKed by: bapt Notes: svn path=/head/; revision=359199
* Invoke perl with /usr/bin/env, as perl is not guaranteed to exist inAdam Weinberger2014-06-227-7/+7
| | | | | | | /usr/bin. Notes: svn path=/head/; revision=358817
* * Default to name search (-n) if no flags are specified.Adam Weinberger2014-06-222-69/+91
| | | | | | | | | | | * 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. Notes: svn path=/head/; revision=358816
* - Switch to bugzilla as default value for the modeSofian Brabez2014-06-182-7/+7
| | | | | | | | CR: D235 Submitted by: rakuco Notes: svn path=/head/; revision=358313
* - Correct the bugzilla urlMartin Wilke2014-06-021-1/+1
| | | | | | | With hat: portmgr Notes: svn path=/head/; revision=356192
* - Move security-check.awk to Mk/Scripts where it is more proper these days.Bryan Drewery2014-05-091-100/+0
| | | | | | | With hat: portmgr Notes: svn path=/head/; revision=353534
* - Use https in URL_BASESofian Brabez2014-04-221-2/+2
| | | | | | | - Update with our bugzilla experimental url Notes: svn path=/head/; revision=351791
* Replace edwin's contact address with mine in the help, too. AndGerald Pfeifer2014-04-181-1/+1
| | | | | | | also solicit improvements. :-) Notes: svn path=/head/; revision=351576
* Only show the final instructions on how to do the actual commit whenGerald Pfeifer2014-04-061-6/+8
| | | | | | | | | | | doing the real job, not for a dry run. Tweak those instructions a bit. Assume maintainership. Approved by: edwin (maintainer) Notes: svn path=/head/; revision=350364
* Fix cdiffChris Rees2014-03-241-2/+2
| | | | | | | Reported by: swills Notes: svn path=/head/; revision=349064
* Make MOVEDLint output more consistentEitan Adler2014-01-241-1/+1
| | | | Notes: svn path=/head/; revision=340914
* Give proper reason why we reject replaced files.Matthias Andree2014-01-211-1/+2
| | | | Notes: svn path=/head/; revision=340523
* - Allow a leading "r" in the svn revisionLars Engels2014-01-081-16/+28
| | | | | | | | | | | - 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 Notes: svn path=/head/; revision=339185
* Remove ^MFH: lines from the logBaptiste Daroussin2014-01-081-1/+1
| | | | Notes: svn path=/head/; revision=339142
* update the tree before merge to avoid having a mixed revision tree before ↵Baptiste Daroussin2013-12-261-0/+1
| | | | | | | merging Notes: svn path=/head/; revision=337564
* Import mfh script to merge to the Q branchesBaptiste Daroussin2013-12-192-0/+87
| | | | Notes: svn path=/head/; revision=336919
* Adjust a bit towards the new world of SVN in terms of directoryGerald Pfeifer2013-12-011-6/+6
| | | | | | | | | structure and output for the user. Approved by: maintainer (edwin) Notes: svn path=/head/; revision=335440
* Remove p5-deps.pl which was used when perl 5.8 was removed. It has not been ↵Eitan Adler2013-10-302-107/+0
| | | | | | | | | needed in many years. Reported by: ak Notes: svn path=/head/; revision=332176
* This one goes to 11.Erwin Lansing2013-10-131-2/+5
| | | | Notes: svn path=/head/; revision=330220
* - Move dialog4ports.sh to more appropriate new directory Mk/Scripts asBryan Drewery2013-10-091-48/+0
| | | | | | | | | | it is related to infrastructure/framework and a required portmgr- maintained script With hat: portmgr Notes: svn path=/head/; revision=329935
* - Fix 'make index' when system is built with WITHOUT_PORTSNAP byBryan Drewery2013-10-071-0/+180
| | | | | | | | | | falling back on the perl make_index if needed. With hat: portmgr Reported by: ade Notes: svn path=/head/; revision=329740
* no longer point to NO_LATEST_LINK but to PKGNAMESUFFIX instead.Erwin Lansing2013-10-071-4/+3
| | | | | | | Also mention the latest portmgr blog post. Notes: svn path=/head/; revision=329687
* Use the portsnap version of make_index instead of the perl version.Baptiste Daroussin2013-10-071-180/+0
| | | | | | | Submitted by: ak Notes: svn path=/head/; revision=329675
* Remove Tools/scripts/convert-makefile-header.pl it is not needed anymoreBaptiste Daroussin2013-09-212-183/+0
| | | | Notes: svn path=/head/; revision=327787
* Remove dialogwrapper now that dialog4ports existsEitan Adler2013-07-072-146/+0
| | | | Notes: svn path=/head/; revision=322448
* Re-add dialog4ports.sh helper. This is critical for dialog4ports usage.Bryan Drewery2013-07-071-0/+48
| | | | | | | Pointyhat to: eadler Notes: svn path=/head/; revision=322445
* Remove dialogwrapper now that dialog4ports existsEitan Adler2013-07-072-50/+0
| | | | Notes: svn path=/head/; revision=322444
* Remove the last remnants of PKGINSTALLVER. It hasn't been used sinceTijl Coosemans2013-06-181-1/+1
| | | | | | | | | | r231958 and the definition in bsd.port.subdir.mk generates a warning with bmake, pkgng and no pkg_info. Approved by: erwin Notes: svn path=/head/; revision=321177
* Require versions of perl supporting smartmatch operator (~~)Chris Rees2013-05-291-0/+3
| | | | | | | Submitted by: az Notes: svn path=/head/; revision=319388
* Fix -c optionChris Rees2013-05-121-1/+2
| | | | | | | | PR: ports/178193 Submitted by: tota Notes: svn path=/head/; revision=317968
* Use MAINTAINER line for Submitted by: if Created by: does not exist.Chris Rees2013-05-121-2/+4
| | | | | | | | | | 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) Notes: svn path=/head/; revision=317966
* - Use literal instead of constructor to avoid CALL_FUNCTION bytecode instructionSofian Brabez2013-05-092-14/+16
| | | | | | | | | | | - Add add_patch method [1] - Update README wording and fix typo PR: ports/175984 [1] Submitted by: Christoph Mallon <christoph.mallon at gmx.de> Notes: svn path=/head/; revision=317750
* Normalize FreeBSD.org address during conversion.Emanuel Haupt2013-05-071-0/+4
| | | | Notes: svn path=/head/; revision=317597
* - Remove Tools/scripts/modules, they're not used anymoreAlex Kozlov2013-04-264-359/+0
| | | | | | | Approved by: edwin (maintainer), portmgr (bapt) Notes: svn path=/head/; revision=316618
* Add pgollucci's FreeBSD.org address also to the list of nice people.Emanuel Haupt2013-04-251-0/+1
| | | | | | | Requested by: pgollucci Notes: svn path=/head/; revision=316502
* Provide an option to not preserve the original file.Emanuel Haupt2013-04-241-3/+3
| | | | | | | Requested by: eadler Notes: svn path=/head/; revision=316470
* Use case insensitive "nice people" matchingEmanuel Haupt2013-04-241-1/+1
| | | | Notes: svn path=/head/; revision=316465
* - Rework 'nice people' handlingEmanuel Haupt2013-04-241-16/+64
| | | | | | | - Properly handle non-default $MCom RCS strings Notes: svn path=/head/; revision=316453
* - Update to 0.1.3 which only brings a -v option to allowBryan Drewery2013-03-281-1/+10
| | | | | | | | | | supporting older versions for the stdout/stderr switching Approved by: Ilya A. Arkhipov <rum1cro@yandex.ru> (maintainer) With hat: portmgr Notes: svn path=/head/; revision=315456
* Replace linebreak with space instead of comma in addressErwin Lansing2013-03-271-1/+1
| | | | | | | list, to make the for loop lateron actually work. Notes: svn path=/head/; revision=315383
* Revert to sending both stdout and stderr to the OPTIONSFILE for nowBryan Drewery2013-03-251-1/+1
| | | | | | | | | | | 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 Notes: svn path=/head/; revision=315235
* - Update to 0.1.2Bryan Drewery2013-03-251-1/+1
| | | | | | | | | | | | | Changes: - Use stderr as the old dialog did, which fixes usage inside of jails - Add D4PMINHEIGHT and D4PALIGNCENTER (see dialog4ports(1)) Approved by: Ilya A. Arkhipov <rum1cro@yandex.ru> (maintainer) With hat: portmgr Notes: svn path=/head/; revision=315215
* - Fix dialog4ports missing when PREFIX!=LOCALBASEBryan Drewery2013-03-211-1/+3
| | | | | | | | | PR: ports/177174 Reported by: Hirohisa Yamaguchi <umq@ueo.co.jp> With hat: portmgr Notes: svn path=/head/; revision=314836
* - Remove prompt for dialog4ports. Dialog4Ports is aBryan Drewery2013-03-211-0/+37
| | | | | | | | | | | | | | | | | | | required part of ports 'make config' now. This is seen as not much different than any other dependency. - Allow dialog4ports to work with INSTALL_AS_USER by building and using the port's WRKDIR version through a Tools/scripts wrapper - Add NO_DIALOG for 'config' as well. - Fix D4P environment variables not passing to dialog4ports: D4PHEIGHT, D4PWIDTH, D4PFULLSCREEN Reviewed by: miwi, bapt, rum1cro@yandex.ru Tested by: miwi, bapt, rum1cro@yandex.ru Tested by: bdrewery (small exp-run) Requested by: many Notes: svn path=/head/; revision=314799
* Make check_deps behave the same as check_PRs:Baptiste Daroussin2013-03-091-25/+21
| | | | | | | propose to skip removing a port if anything depends on it, instead of infinite looping on "ignore the issue" Notes: svn path=/head/; revision=313779