summaryrefslogtreecommitdiff
path: root/devel/commit-patch (unfollow)
Commit message (Collapse)AuthorFilesLines
2019-08-19- Fix LICENSEDmitry Marakasov2-2/+2
- Update WWW Approved by: portmgr blanket
2019-02-07devel/commit-patch: Update to 2.6Tobias Kortkamp2-3/+5
PR: 235569 Submitted by: lapo@lapo.it (maintainer)
2018-09-10Add DOCS options to ports that should have one.Mathieu Arnold1-0/+2
Also various fixes related to said option. PR: 230864 Submitted by: mat exp-runs by: antoine
2016-05-19- Fix trailing whitespace in pkg-descrs, categories [a-f]*Dmitry Marakasov1-6/+6
Approved by: portmgr blanket
2016-04-01Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.Mathieu Arnold1-2/+2
With hat: portmgr Sponsored by: Absolight
2015-05-06Update ports in the [bcd]* categories to not use GH_COMMIT.Mathieu Arnold2-3/+2
With minor cleanups to make things simpler. With hat: portmgr Sponsored by: Absolight
2015-02-20- Update to version 2.5.2 [1]Pawel Pekala2-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]
2014-11-10Fix shebangAntoine Brodin1-1/+3
2014-01-25- Use DESTDIR instead of non-standard BASEDIRAlex Kozlov1-2/+1
Suggested by: mat
2014-01-25- Support STAGEDIRAlex Kozlov1-4/+6
PR: ports/186084 Submitted by: Lapo Luchini <lapo@lapo.it> (maintainer)
2013-09-20Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin1-0/+1
devel part 1)
2013-08-21Normally version control systems don't allow fine grained commits.Guido Falsi3-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>