devel/hub: update to 2.4.0
* Give maintainership to egypcio@googlemail.com * Create man page from .ronn file PR: 229213 Submitted by: egypcio@googlemail.com Approved by: tcberner (mentor) Differential Revision: https://reviews.freebsd.org/D15982
This commit is contained in:
parent
9078a76754
commit
4929115fe6
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=473608
2 changed files with 11 additions and 7 deletions
|
@ -2,17 +2,20 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= hub
|
||||
PORTVERSION= 2.2.9
|
||||
PORTVERSION= 2.4.0
|
||||
DISTVERSIONPREFIX=v
|
||||
CATEGORIES= devel
|
||||
|
||||
MAINTAINER= koukopoulos@gmail.com
|
||||
MAINTAINER= egypcio@googlemail.com
|
||||
COMMENT= Introduces git to GitHub
|
||||
|
||||
LICENSE= MIT
|
||||
|
||||
BUILD_DEPENDS= go:lang/go \
|
||||
bash:shells/bash
|
||||
bash:shells/bash \
|
||||
ronn:textproc/rubygem-ronn
|
||||
|
||||
RUN_DEPENDS= git:devel/git
|
||||
|
||||
USE_GITHUB= yes
|
||||
GH_ACCOUNT= github
|
||||
|
@ -23,10 +26,11 @@ PLIST_FILES= bin/hub \
|
|||
man/man1/hub.1.gz
|
||||
do-build:
|
||||
@cd ${WRKSRC} ; ${SETENV} ${MAKE_ENV} ${LOCALBASE}/bin/bash script/build
|
||||
@cd ${WRKSRC}/share/man/man1 ; ronn -r hub.1.ronn
|
||||
|
||||
do-install:
|
||||
${INSTALL_PROGRAM} ${WRKSRC}/bin/hub ${STAGEDIR}${PREFIX}/bin
|
||||
${INSTALL_MAN} ${WRKSRC}/man/hub.1 ${STAGEDIR}${MAN1PREFIX}/man/man1
|
||||
${INSTALL_MAN} ${WRKSRC}/share/man/man1/hub.1 ${STAGEDIR}${MAN1PREFIX}/man/man1
|
||||
@${MKDIR} ${STAGEDIR}${PREFIX}/etc/bash_completion.d
|
||||
${INSTALL_DATA} ${WRKSRC}/etc/hub.bash_completion.sh ${STAGEDIR}${PREFIX}/etc/bash_completion.d/hub
|
||||
@${MKDIR} ${STAGEDIR}${PREFIX}/share/zsh/site-functions
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1498094022
|
||||
SHA256 (github-hub-v2.2.9_GH0.tar.gz) = b3cf227e38a34a56e37b7705a60bec258cea52174d8e030b559f74af647a70d6
|
||||
SIZE (github-hub-v2.2.9_GH0.tar.gz) = 318275
|
||||
TIMESTAMP = 1529589019
|
||||
SHA256 (github-hub-v2.4.0_GH0.tar.gz) = 894eb112be9aa0464fa2c63f48ae8e573ef9e32a00bad700e27fd09a0cb3be4b
|
||||
SIZE (github-hub-v2.4.0_GH0.tar.gz) = 984312
|
||||
|
|
Loading…
Reference in a new issue