2014-11-08 12:34:37 +01:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= git-extras
|
2014-11-22 18:13:38 +01:00
|
|
|
PORTVERSION= 2.2.0
|
2014-11-08 12:34:37 +01:00
|
|
|
CATEGORIES= devel
|
|
|
|
|
|
|
|
MAINTAINER= igor.ostapenko@gmail.com
|
|
|
|
COMMENT= Sub-commands for repo summary, repl, changelog population, and more
|
|
|
|
|
|
|
|
LICENSE= MIT
|
|
|
|
|
|
|
|
RUN_DEPENDS= git:${PORTSDIR}/devel/git \
|
|
|
|
bash:${PORTSDIR}/shells/bash
|
|
|
|
|
|
|
|
USE_GITHUB= yes
|
|
|
|
GH_ACCOUNT= tj
|
2014-11-22 18:13:38 +01:00
|
|
|
GH_COMMIT= 075d0ce
|
2014-11-08 12:34:37 +01:00
|
|
|
|
|
|
|
USES= gmake shebangfix
|
|
|
|
SHEBANG_FILES= bin/git-squash
|
|
|
|
|
|
|
|
NO_BUILD= yes
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|