diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2014-08-15 17:46:32 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2014-08-15 17:46:32 +0000 |
commit | 0334e08b929206752edc3b5dcee68ea25fffd513 (patch) | |
tree | d15a4134265a53ff0aec5267a7020e4e17cd991b /devel/hub | |
parent | cd68b107a1990e65d1d0012d6e100abae1e8fb0c (diff) | |
download | ports-0334e08b929206752edc3b5dcee68ea25fffd513.tar.gz ports-0334e08b929206752edc3b5dcee68ea25fffd513.zip |
Notes
Diffstat (limited to 'devel/hub')
-rw-r--r-- | devel/hub/Makefile | 2 | ||||
-rw-r--r-- | devel/hub/pkg-descr | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/devel/hub/Makefile b/devel/hub/Makefile index 3aefe59ec524..e608c9065da2 100644 --- a/devel/hub/Makefile +++ b/devel/hub/Makefile @@ -8,6 +8,8 @@ CATEGORIES= devel MAINTAINER= koukopoulos@gmail.com COMMENT= Introduces git to GitHub +LICENSE= MIT + USE_GITHUB= yes GH_ACCOUNT= github GH_TAGNAME= v${DISTVERSION} diff --git a/devel/hub/pkg-descr b/devel/hub/pkg-descr index 9992fe736871..0a3f275a8416 100644 --- a/devel/hub/pkg-descr +++ b/devel/hub/pkg-descr @@ -1,4 +1,4 @@ hub is a command line tool that wraps git in order to extend it with extra features and commands that make working with GitHub easier. -WWW: http://defunkt.io/hub/ +WWW: https://hub.github.com/ |