diff options
author | pawel <pawel@FreeBSD.org> | 2015-02-21 01:45:53 +0800 |
---|---|---|
committer | pawel <pawel@FreeBSD.org> | 2015-02-21 01:45:53 +0800 |
commit | 1fb25b02f7aa0d8ae763332a69353b3d20663f8c (patch) | |
tree | f301995c91819543b0a7d3703ea996d3c42c6a51 /devel | |
parent | 3605f620bcd80cdebf030f12fb92c991262e5091 (diff) | |
download | freebsd-ports-gnome-1fb25b02f7aa0d8ae763332a69353b3d20663f8c.tar.gz freebsd-ports-gnome-1fb25b02f7aa0d8ae763332a69353b3d20663f8c.tar.zst freebsd-ports-gnome-1fb25b02f7aa0d8ae763332a69353b3d20663f8c.zip |
- Update to version 2.5.2 [1]
- 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]
Diffstat (limited to 'devel')
-rw-r--r-- | devel/commit-patch/Makefile | 9 | ||||
-rw-r--r-- | devel/commit-patch/distinfo | 4 |
2 files changed, 5 insertions, 8 deletions
diff --git a/devel/commit-patch/Makefile b/devel/commit-patch/Makefile index c53b95cc702c..8ef905ea18b9 100644 --- a/devel/commit-patch/Makefile +++ b/devel/commit-patch/Makefile @@ -1,9 +1,8 @@ -# Created by: Lapo Luchin <lapo@lapo.it> +# Created by: Lapo Luchini <lapo@lapo.it> # $FreeBSD$ PORTNAME= commit-patch -PORTVERSION= 2.5 -PORTREVISION= 1 +PORTVERSION= 2.5.2 CATEGORIES= devel MAINTAINER= lapo@lapo.it @@ -21,9 +20,7 @@ USE_PERL5= build # pod2man SHEBANG_FILES= commit-patch GH_ACCOUNT= caldwell -GH_PROJECT= commit-patch -GH_TAGNAME= 2.5 -GH_COMMIT= fb3a8c5 +GH_COMMIT= 1ce5893 PLIST_FILES= bin/commit-partial bin/commit-patch \ share/emacs/site-lisp/commit-patch-buffer.el \ diff --git a/devel/commit-patch/distinfo b/devel/commit-patch/distinfo index 7f6d14bbf8e2..2ba70ff869a3 100644 --- a/devel/commit-patch/distinfo +++ b/devel/commit-patch/distinfo @@ -1,2 +1,2 @@ -SHA256 (commit-patch-2.5.tar.gz) = e4cdf5895f1fd45191ea5ebcc3857d560e9f994450e2725f771b3cfe8aa8ae68 -SIZE (commit-patch-2.5.tar.gz) = 17786 +SHA256 (commit-patch-2.5.2.tar.gz) = c94988cac4272d96b309714cee468580b3f27c51c3b3f0b7a4e21165413da6b4 +SIZE (commit-patch-2.5.2.tar.gz) = 18254 |