aboutsummaryrefslogtreecommitdiff
path: root/Tools/scripts/rmport
Commit message (Expand)AuthorAgeFilesLines
* rmport: ready for gitRene Ladan2021-04-061-4/+19
* rmport: fix and simplify workflowRene Ladan2021-04-061-9/+3
* Tools/scripts/rmport: convert workflow to git.Rene Ladan2021-04-061-160/+86
* rmport: fix and speed up the find_expired() function.Rene Ladan2019-03-051-21/+15
* rmport: correctly deal with expired ports when the -a (find all expired) option.Rene Ladan2019-02-261-9/+17
* Revert flavour support.Chris Rees2018-12-171-2/+2
* Support flavor_EXPIRATION_DATEChris Rees2018-12-171-2/+3
* rmport: if the user edited the commit message, ask again afterwards.Rene Ladan2018-10-111-4/+7
* rmport: usability fixes:Rene Ladan2018-09-161-4/+2
* Tools/scrips/rmport: improve usabilityRene Ladan2018-09-021-10/+32
* rmport: provide default for EDITOR varialble to preventEugene Grosbein2018-08-041-0/+1
* Detect flavored dependencies in Tools/scripts/rmport and add myself to the co...Rene Ladan2018-03-261-1/+2
* Update Tools/scripts/rmport to ignore commented out EXPIRATION_DATE linesLarry Rosenman2017-04-301-1/+1
* Remove a stale comment in Tools/scripts/rmportRene Ladan2016-05-171-1/+0
* As a frequent user of the rmport script, it was time for some improvements:Rene Ladan2016-05-171-21/+10
* Default to repo.FreeBSD.org for commits, as urged by our repo meister.Christian Weisgerber2015-09-151-1/+1
* Fix cdiffChris Rees2014-03-241-2/+2
* Make check_deps behave the same as check_PRs:Baptiste Daroussin2013-03-091-25/+21
* Make the removal diff nicer to read by not showing the line-by-line removal a...Eitan Adler2012-09-231-1/+1
* - Update addport and rmport to work with SubversionBeat Gaetzi2012-07-151-21/+18
* Take maintainership-- thanks to vd for his past work on this scriptChris Rees2012-05-021-6/+11
* - Fixed "permission denied" errorGreg Larkin2009-10-061-2/+2
* CVSROOT/modules no longer contains an entry per port, remove supportErwin Lansing2008-06-191-21/+5
* Use echo instead of printf because external commands cannot be executedVasil Dimov2007-03-281-3/+3
* * Run cvs update just before cvs commit to sync a potentially changed filesVasil Dimov2007-02-191-2/+5
* A bunch of cosmetic changes - add one empty line to make the output moreVasil Dimov2007-01-261-6/+7
* Make output messages more usefulVasil Dimov2007-01-261-1/+5
* * Make it possible to skip existing dependencies and ports references in LEGALVasil Dimov2007-01-191-39/+67
* Query Gnats for PRs by using the query-pr command on freefall instead of theVasil Dimov2006-12-201-2/+22
* Add check for existing non-closed PRs related to the port being removed.Vasil Dimov2006-12-131-1/+65
* Add deprecated reason to the output of -FVasil Dimov2006-11-021-2/+6
* * Create custom commit message template and populate it with the portsVasil Dimov2006-11-011-16/+88
* When checking for dependencies of foocategory/barport also find constructsVasil Dimov2006-10-051-1/+1
* When checking dependencies also look for portname references in Mk/*.mkVasil Dimov2006-09-141-5/+5
* Remove grep's -w switch from the dependency check since it misses someVasil Dimov2006-09-121-1/+1
* Escape characters (like +) that may appear in ports' names andVasil Dimov2006-07-051-2/+13
* Add support for specifying ports to be removed as directories on theVasil Dimov2006-05-021-1/+27
* Improve dependency check:Vasil Dimov2006-05-021-2/+3
* Add support for removing multiple ports which depend on each otherVasil Dimov2006-04-171-36/+48
* Quote ${1} so we don't get ``[: =: unexpected operator'' if the scriptVasil Dimov2006-04-121-1/+1
* Add the script I use to remove ports so everyoneVasil Dimov2006-04-101-0/+315