summaryrefslogtreecommitdiff
path: root/devel/commit-patch (follow)
Commit message (Collapse)AuthorAgeFilesLines
* - Fix LICENSEDmitry Marakasov2019-08-192-2/+2
| | | | | | | | | - Update WWW Approved by: portmgr blanket Notes: svn path=/head/; revision=509263
* devel/commit-patch: Update to 2.6Tobias Kortkamp2019-02-072-3/+5
| | | | | | | | PR: 235569 Submitted by: lapo@lapo.it (maintainer) Notes: svn path=/head/; revision=492350
* Add DOCS options to ports that should have one.Mathieu Arnold2018-09-101-0/+2
| | | | | | | | | | | Also various fixes related to said option. PR: 230864 Submitted by: mat exp-runs by: antoine Notes: svn path=/head/; revision=479406
* - Fix trailing whitespace in pkg-descrs, categories [a-f]*Dmitry Marakasov2016-05-191-6/+6
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=415498
* Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.Mathieu Arnold2016-04-011-2/+2
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412346
* Update ports in the [bcd]* categories to not use GH_COMMIT.Mathieu Arnold2015-05-062-3/+2
| | | | | | | | | | With minor cleanups to make things simpler. With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=385521
* - Update to version 2.5.2 [1]Pawel Pekala2015-02-202-8/+5
| | | | | | | | | | | - Remove GH_PROJECT, GH_TAGNAME - they are set to correct values by ports framework by default PR: 197292 [1] Submitted by: lapo@lapo.it (maintainer) [1] Notes: svn path=/head/; revision=379454
* Fix shebangAntoine Brodin2014-11-101-1/+3
| | | | Notes: svn path=/head/; revision=372424
* - Use DESTDIR instead of non-standard BASEDIRAlex Kozlov2014-01-251-2/+1
| | | | | | | Suggested by: mat Notes: svn path=/head/; revision=341009
* - Support STAGEDIRAlex Kozlov2014-01-251-4/+6
| | | | | | | | PR: ports/186084 Submitted by: Lapo Luchini <lapo@lapo.it> (maintainer) Notes: svn path=/head/; revision=340995
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | devel part 1) Notes: svn path=/head/; revision=327722
* Normally version control systems don't allow fine grained commits.Guido Falsi2013-08-213-0/+51
commit-patch allows the user to control exactly what gets committed by letting the user supply a patch to be committed rather than using the files in the current working directory. commit-patch supports Darcs, Git, Mercurial, Bazaar, Subversion, Monotone or CVS repositories. Also included is an Emacs interface to commit-patch. It allows you to just hit C-c C-c in any patch buffer to apply and commit only the changes indicated by the patch, regardless of the changes in your working directory. WWW: http://www.porkrind.org/commit-patch/ PR: ports/178945 Submitted by: Lapo Luchini <lapo@lapo.it> Notes: svn path=/head/; revision=325166