Index: head/devel/git-lfs/Makefile =================================================================== --- head/devel/git-lfs/Makefile (revision 518430) +++ head/devel/git-lfs/Makefile (revision 518431) @@ -1,31 +1,33 @@ # $FreeBSD$ PORTNAME= git-lfs DISTVERSIONPREFIX= v DISTVERSION= 2.9.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel MAINTAINER= egypcio@FreeBSD.org COMMENT= Git extension for versioning large files LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE.md + +RUN_DEPENDS= git:devel/git USES= go:modules USE_GITHUB= yes OPTIONS_DEFINE= MANPAGES OPTIONS_DEFAULT= MANPAGES OPTIONS_SUB= yes MANPAGES_BUILD_DEPENDS= ronn:textproc/rubygem-ronn post-build-MANPAGES-on: cd ${GO_WRKSRC}/docs/man && ${LOCALBASE}/bin/ronn -r *.ronn post-install-MANPAGES-on: ${INSTALL_MAN} ${GO_WRKSRC}/docs/man/*.1 ${STAGEDIR}${LOCALBASE}/man/man1 ${INSTALL_MAN} ${GO_WRKSRC}/docs/man/*.5 ${STAGEDIR}${LOCALBASE}/man/man5 .include Index: head/devel/git-modes/Makefile =================================================================== --- head/devel/git-modes/Makefile (revision 518430) +++ head/devel/git-modes/Makefile (revision 518431) @@ -1,39 +1,41 @@ # Created by: KIMURA Yasuhiro # $FreeBSD$ PORTNAME= git-modes DISTVERSION= 1.2.8 -PORTREVISION= 1 +PORTREVISION= 2 PORTEPOCH= 1 CATEGORIES= devel elisp PKGNAMESUFFIX= ${EMACS_PKGNAMESUFFIX} MAINTAINER= yasu@utahime.org COMMENT= GNU Emacs modes for Git-related files LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/LICENSE + +RUN_DEPENDS= git:devel/git USES= emacs gmake USE_GITHUB= yes GH_ACCOUNT= magit NO_ARCH= yes ALL_TARGET= lisp PORTDOCS= README.md OPTIONS_DEFINE= DOCS ELISPDIR= ${EMACS_VERSION_SITE_LISPDIR}/${PORTNAME} PLIST_SUB= ELISPDIR=${ELISPDIR} do-install: @${MKDIR} ${STAGEDIR}${PREFIX}/${ELISPDIR} ${INSTALL_DATA} ${WRKSRC}/*.el ${WRKSRC}/*.elc \ ${STAGEDIR}${PREFIX}/${ELISPDIR} do-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/README.md ${STAGEDIR}${DOCSDIR} .include Index: head/devel/hub/Makefile =================================================================== --- head/devel/hub/Makefile (revision 518430) +++ head/devel/hub/Makefile (revision 518431) @@ -1,46 +1,48 @@ # Created by: Simon Olofsson # $FreeBSD$ PORTNAME= hub PORTVERSION= 2.13.0 DISTVERSIONPREFIX= v -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel sysutils MAINTAINER= egypcio@FreeBSD.org COMMENT= Introduces git to GitHub LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE + +RUN_DEPENDS= git:devel/git USES= go:modules USE_GITHUB= yes GH_ACCOUNT= github GO_PKGNAME= github.com/github/hub PLIST_FILES= bin/hub \ etc/bash_completion.d/hub \ man/man1/hub.1.gz \ share/fish/completions/hub.fish \ share/zsh/site-functions/_hub post-build: (cd ${GO_WRKSRC} && \ ${SETENV} ${MAKE_ENV} ${GO_ENV} ${GO_CMD} install ${GO_BUILDFLAGS} ${GO_TARGET}/md2roff-bin) (cd ${GO_WRKSRC} && \ ${WRKDIR}/bin/md2roff-bin --manual="hub" --version="${PORTVERSION}" \ --template=${GO_WRKSRC}/man-template.html share/man/man1/*.md) post-install: ${MKDIR} ${STAGEDIR}${MAN1PREFIX}/man/man1 \ ${STAGEDIR}${PREFIX}/etc/bash_completion.d \ ${STAGEDIR}${PREFIX}/share/fish/completions \ ${STAGEDIR}${PREFIX}/share/zsh/site-functions ${INSTALL_DATA} ${WRKSRC}/etc/hub.bash_completion.sh ${STAGEDIR}${PREFIX}/etc/bash_completion.d/hub ${INSTALL_DATA} ${WRKSRC}/etc/hub.fish_completion ${STAGEDIR}${PREFIX}/share/fish/completions/hub.fish ${INSTALL_DATA} ${WRKSRC}/etc/hub.zsh_completion ${STAGEDIR}${PREFIX}/share/zsh/site-functions/_hub ${INSTALL_MAN} ${WRKSRC}/share/man/man1/*.1 ${STAGEDIR}${MAN1PREFIX}/man/man1 .include Index: head/devel/lab/Makefile =================================================================== --- head/devel/lab/Makefile (revision 518430) +++ head/devel/lab/Makefile (revision 518431) @@ -1,60 +1,63 @@ # $FreeBSD$ PORTNAME= lab PORTVERSION= 0.16.0 +PORTREVISION= 1 DISTVERSIONPREFIX= v CATEGORIES= devel MAINTAINER= swills@FreeBSD.org COMMENT= Lab makes it simple to work with repositories on GitLab LICENSE= UNLICENSE LICENSE_FILE= ${WRKSRC}/LICENSE + +RUN_DEPENDS= git:devel/git USES= go:modules USE_GITHUB= yes GH_TUPLE= zaquestion:${PORTNAME}:${DISTVERSIONPREFIX}${PORTVERSION}:DEFAULT \ avast:retry-go:5469272a8171:avast_retry_go/vendor/github.com/avast/retry-go \ cpuguy83:go-md2man:v1.0.8:cpuguy83_go_md2man/vendor/github.com/cpuguy83/go-md2man \ davecgh:go-spew:v1.1.1:davecgh_go_spew/vendor/github.com/davecgh/go-spew \ fsnotify:fsnotify:v1.4.7:fsnotify_fsnotify/vendor/github.com/fsnotify/fsnotify \ gdamore:encoding:b23993cbb635:gdamore_encoding/vendor/github.com/gdamore/encoding \ gdamore:tcell:2f258105ca8c:gdamore_tcell/vendor/github.com/gdamore/tcell \ go-yaml:yaml:v2.2.1:go_yaml_yaml/vendor/gopkg.in/yaml.v2 \ golang:appengine:v1.3.0:golang_appengine/vendor/google.golang.org/appengine \ golang:crypto:0709b304e793:golang_crypto/vendor/golang.org/x/crypto \ golang:net:03003ca0c849:golang_net/vendor/golang.org/x/net \ golang:oauth2:f42d05182288:golang_oauth2/vendor/golang.org/x/oauth2 \ golang:protobuf:v1.2.0:golang_protobuf/vendor/github.com/golang/protobuf \ golang:sys:d0be0721c37e:golang_sys/vendor/golang.org/x/sys \ golang:text:v0.3.0:golang_text/vendor/golang.org/x/text \ google:go-querystring:v1.0.0:google_go_querystring/vendor/github.com/google/go-querystring \ hashicorp:hcl:ef8a98b0bbce:hashicorp_hcl/vendor/github.com/hashicorp/hcl \ inconshreveable:mousetrap:v1.0.0:inconshreveable_mousetrap/vendor/github.com/inconshreveable/mousetrap \ lucasb-eyer:go-colorful:231272389856:lucasb_eyer_go_colorful/vendor/github.com/lucasb-eyer/go-colorful \ lunixbochs:vtclean:2d01aacdc34a:lunixbochs_vtclean/vendor/github.com/lunixbochs/vtclean \ magiconair:properties:v1.7.6:magiconair_properties/vendor/github.com/magiconair/properties \ mattn:go-runewidth:v0.0.2:mattn_go_runewidth/vendor/github.com/mattn/go-runewidth \ mitchellh:mapstructure:00c29f56e238:mitchellh_mapstructure/vendor/github.com/mitchellh/mapstructure \ pelletier:go-toml:v1.1.0:pelletier_go_toml/vendor/github.com/pelletier/go-toml \ pkg:errors:v0.8.0:pkg_errors/vendor/github.com/pkg/errors \ pmezard:go-difflib:v1.0.0:pmezard_go_difflib/vendor/github.com/pmezard/go-difflib \ rivo:tview:f855bee0205c:rivo_tview/vendor/github.com/rivo/tview \ rsteube:cobra:v0.0.1-zsh-completion-custom:rsteube_cobra/vendor/github.com/spf13/cobra \ russross:blackfriday:v1.5.1:russross_blackfriday/vendor/github.com/russross/blackfriday \ spf13:afero:v1.1.0:spf13_afero/vendor/github.com/spf13/afero \ spf13:cast:v1.2.0:spf13_cast/vendor/github.com/spf13/cast \ spf13:jwalterweatherman:7c0cea34c8ec:spf13_jwalterweatherman/vendor/github.com/spf13/jwalterweatherman \ spf13:pflag:v1.0.1:spf13_pflag/vendor/github.com/spf13/pflag \ spf13:viper:15738813a09d:spf13_viper/vendor/github.com/spf13/viper \ stretchr:testify:v1.2.2:stretchr_testify/vendor/github.com/stretchr/testify \ tcnksm:go-gitconfig:v0.1.2:tcnksm_go_gitconfig/vendor/github.com/tcnksm/go-gitconfig \ xanzy:go-gitlab:7bc4155e8bf8:xanzy_go_gitlab/vendor/github.com/xanzy/go-gitlab GO_BUILDFLAGS= -ldflags="-X main.version=${PORTVERSION}" PLIST_FILES= bin/lab .include Index: head/devel/magit/Makefile =================================================================== --- head/devel/magit/Makefile (revision 518430) +++ head/devel/magit/Makefile (revision 518431) @@ -1,43 +1,45 @@ # Created by: Jun Kuriyama # $FreeBSD$ PORTNAME= magit PORTVERSION= 2.90.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel elisp MASTER_SITES= https://github.com/${PORTNAME}/${PORTNAME}/releases/download/v${PORTVERSION}/ PKGNAMESUFFIX= ${EMACS_PKGNAMESUFFIX} MAINTAINER= yasu@utahime.org COMMENT= Interface to Git for Emacs LICENSE= GPLv3+ LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= dash.el${EMACS_PKGNAMESUFFIX}>=2.14.1:devel/dash.el@${EMACS_FLAVOR} \ ghub${EMACS_PKGNAMESUFFIX}>=3.0.0:devel/ghub@${EMACS_FLAVOR} \ + git:devel/git \ magit-popup${EMACS_PKGNAMESUFFIX}>=2.12.4:devel/magit-popup@${EMACS_FLAVOR} \ with-editor${EMACS_PKGNAMESUFFIX}>=2.8.0:editors/with-editor@${EMACS_FLAVOR} RUN_DEPENDS= dash.el${EMACS_PKGNAMESUFFIX}>=2.14.1:devel/dash.el@${EMACS_FLAVOR} \ ghub${EMACS_PKGNAMESUFFIX}>=3.0.0:devel/ghub@${EMACS_FLAVOR} \ + git>0:devel/git \ magit-popup${EMACS_PKGNAMESUFFIX}>=2.12.4:devel/magit-popup@${EMACS_FLAVOR} \ with-editor${EMACS_PKGNAMESUFFIX}>=2.8.0:editors/with-editor@${EMACS_FLAVOR} USES= emacs gmake makeinfo INFO= magit PORTDOCS= AUTHORS.md NO_ARCH= yes ELISPDIR= ${EMACS_VERSION_SITE_LISPDIR}/${PORTNAME} MAKE_ENV+= INSTALL_INFO=install-info \ LOAD_PATH="-L ${WRKSRC}/lisp -L ${PREFIX}/${EMACS_SITE_LISPDIR} -L ${PREFIX}/${EMACS_VERSION_SITE_LISPDIR} -L ${PREFIX}/${EMACS_VERSION_SITE_LISPDIR}/ghub" \ VERSION=${PORTVERSION} \ lispdir=${PREFIX}/${ELISPDIR} \ infodir=${PREFIX}/${INFO_PATH} \ docdir=${DOCSDIR} PLIST_SUB+= ELISPDIR=${ELISPDIR} OPTIONS_DEFINE= DOCS .include Index: head/devel/mergify/Makefile =================================================================== --- head/devel/mergify/Makefile (revision 518430) +++ head/devel/mergify/Makefile (revision 518431) @@ -1,32 +1,35 @@ # $FreeBSD$ PORTNAME= mergify PORTVERSION= g20180512 +PORTREVISION= 1 CATEGORIES= devel MAINTAINER= joe@thrallingpenguin.com COMMENT= Merge changes from a branch one commit at a time LICENSE= BSD2CLAUSE + +RUN_DEPENDS= git:devel/git USE_GITHUB= yes GH_ACCOUNT= brooksdavis GH_PROJECT= mergify GH_TAGNAME= 606ffbe2df73e4c4edfe399573d2f1df782aefbc NO_ARCH= yes NO_BUILD= yes PLIST_FILES= bin/mergify PORTDOCS= README.md OPTIONS_DEFINE= DOCS do-install: ${INSTALL_SCRIPT} ${WRKSRC}/mergify ${STAGEDIR}${PREFIX}/bin do-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/README.md ${STAGEDIR}${DOCSDIR} .include