diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2019-08-19 09:02:35 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2019-08-19 09:02:35 +0000 |
commit | e1920fc3a5935164442b86a1618e3c8fad1c8ad1 (patch) | |
tree | 9237f7c2582f39648866a7502947ebf367f13402 /devel/commit-patch | |
parent | textproc/re-flex: update to 1.3.8 which includes performance improvements (diff) |
- Fix LICENSE
- Update WWW
Approved by: portmgr blanket
Notes
Notes:
svn path=/head/; revision=509263
Diffstat (limited to 'devel/commit-patch')
-rw-r--r-- | devel/commit-patch/Makefile | 2 | ||||
-rw-r--r-- | devel/commit-patch/pkg-descr | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/devel/commit-patch/Makefile b/devel/commit-patch/Makefile index 66d66ce53336..a6d376d2049d 100644 --- a/devel/commit-patch/Makefile +++ b/devel/commit-patch/Makefile @@ -8,7 +8,7 @@ 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 \ diff --git a/devel/commit-patch/pkg-descr b/devel/commit-patch/pkg-descr index fa5267d19d3c..1347c5fae27b 100644 --- a/devel/commit-patch/pkg-descr +++ b/devel/commit-patch/pkg-descr @@ -11,4 +11,4 @@ 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/ |