Index: head/devel/git-town/Makefile =================================================================== --- head/devel/git-town/Makefile (revision 471508) +++ head/devel/git-town/Makefile (revision 471509) @@ -1,36 +1,36 @@ # $FreeBSD$ PORTNAME= git-town DISTVERSIONPREFIX= v -DISTVERSION= 7.1.1 +DISTVERSION= 7.2.0 CATEGORIES= devel MAINTAINER= yuri@FreeBSD.org COMMENT= Git extension for generic, high-level git workflow support LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= go:lang/go RUN_DEPENDS= git:devel/git USE_GITHUB= yes GH_ACCOUNT= Originate GH_SUBDIR= src/github.com/${GH_ACCOUNT}/${PORTNAME} PLIST_FILES= bin/${PORTNAME} OPTIONS_DEFINE= DOCS PORTDOCS= * do-build: @cd ${WRKSRC}/${GH_SUBDIR} && ${SETENV} ${MAKE_ENV} GOPATH=${WRKSRC} go build do-install: ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin/ do-install-DOCS-on: cd ${WRKSRC}/documentation && ${COPYTREE_SHARE} . ${STAGEDIR}${DOCSDIR} .include Index: head/devel/git-town/distinfo =================================================================== --- head/devel/git-town/distinfo (revision 471508) +++ head/devel/git-town/distinfo (revision 471509) @@ -1,3 +1,3 @@ -TIMESTAMP = 1523346664 -SHA256 (Originate-git-town-v7.1.1_GH0.tar.gz) = 55cebd4723170bc0df65ca76c34ba88d7d67c18240dd25569ade3ccbd0cf8bf3 -SIZE (Originate-git-town-v7.1.1_GH0.tar.gz) = 10580794 +TIMESTAMP = 1528052708 +SHA256 (Originate-git-town-v7.2.0_GH0.tar.gz) = 0462ed11954332960e42b5dfccbe3ac99d6df488cd60ffd4be6e81745daaf103 +SIZE (Originate-git-town-v7.2.0_GH0.tar.gz) = 10580464 Index: head/devel/git-town/pkg-descr =================================================================== --- head/devel/git-town/pkg-descr (revision 471508) +++ head/devel/git-town/pkg-descr (revision 471509) @@ -1,6 +1,6 @@ Git Town makes software development teams who use Git even more productive and happy. It adds Git commands that support GitHub Flow, Git Flow, the Nvie model, GitLab Flow, and other workflows more directly, and it allows you to perform many common Git operations faster and easier. -WWW: http://www.git-town.com +WWW: https://www.git-town.com