Index: head/devel/commit-patch/Makefile =================================================================== --- head/devel/commit-patch/Makefile (revision 509262) +++ head/devel/commit-patch/Makefile (revision 509263) @@ -1,38 +1,38 @@ # Created by: Lapo Luchini # $FreeBSD$ PORTNAME= commit-patch PORTVERSION= 2.6 CATEGORIES= devel MAINTAINER= lapo@lapo.it COMMENT= Commit patches or partial workspace changes to a VCS repository -LICENSE= GPLv2 +LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING RUN_DEPENDS= interdiff:misc/patchutils \ p5-IPC-Run>=0:devel/p5-IPC-Run USE_GITHUB= yes USES= gmake perl5 shebangfix USE_PERL5= build # pod2man SHEBANG_FILES= commit-patch GH_ACCOUNT= caldwell NO_ARCH= yes PLIST_FILES= bin/commit-partial bin/commit-patch \ share/emacs/site-lisp/commit-patch-buffer.el \ man/man1/commit-partial.1.gz man/man1/commit-patch.1.gz PORTDOCS= * OPTIONS_DEFINE= DOCS post-patch: ${REINPLACE_CMD} -e 's/share[/]man/man/' \ -e 's/PREFIX=/PREFIX?=/' \ -e 's/$$(PREFIX)/$$(DESTDIR)$$(PREFIX)/' \ ${WRKSRC}/Makefile .include Index: head/devel/commit-patch/pkg-descr =================================================================== --- head/devel/commit-patch/pkg-descr (revision 509262) +++ head/devel/commit-patch/pkg-descr (revision 509263) @@ -1,14 +1,14 @@ Normally version control systems don't allow fine grained commits. 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/ +WWW: https://www.porkrind.org/commit-patch/