Index: head/devel/Makefile =================================================================== --- head/devel/Makefile +++ head/devel/Makefile @@ -787,6 +787,7 @@ SUBDIR += git-modes SUBDIR += git-remote-hg SUBDIR += git-review + SUBDIR += git-subrepo SUBDIR += git-subversion SUBDIR += git-town SUBDIR += gitaly Index: head/devel/git-subrepo/Makefile =================================================================== --- head/devel/git-subrepo/Makefile +++ head/devel/git-subrepo/Makefile @@ -0,0 +1,26 @@ +# $FreeBSD$ + +PORTNAME= git-subrepo +DISTVERSION= 0.4.0 +CATEGORIES= devel + +MAINTAINER= jhb@FreeBSD.org +COMMENT= Git command for managing subrepositories + +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/License + +RUN_DEPENDS= bash:shells/bash \ + git:devel/git + +USES= gmake + +USE_GITHUB= yes +GH_ACCOUNT= ingydotnet + +NO_ARCH= yes +NO_BUILD= yes + +MAKE_ARGS= INSTALL_MAN1="\$${DESTDIR}\$${MANPREFIX}/man/man1" + +.include Index: head/devel/git-subrepo/distinfo =================================================================== --- head/devel/git-subrepo/distinfo +++ head/devel/git-subrepo/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1557267733 +SHA256 (ingydotnet-git-subrepo-0.4.0_GH0.tar.gz) = e60243efeebd9ae195559400220366e7e04718123481b9da38344e75bab71d21 +SIZE (ingydotnet-git-subrepo-0.4.0_GH0.tar.gz) = 118241 Index: head/devel/git-subrepo/pkg-descr =================================================================== --- head/devel/git-subrepo/pkg-descr +++ head/devel/git-subrepo/pkg-descr @@ -0,0 +1,5 @@ +This git command "clones" an external git repo into a subdirectory of +your repo. Later on, upstream changes can be pulled in, and local +changes can be pushed back. + +WWW: https://github.com/ingydotnet/git-subrepo Index: head/devel/git-subrepo/pkg-plist =================================================================== --- head/devel/git-subrepo/pkg-plist +++ head/devel/git-subrepo/pkg-plist @@ -0,0 +1,4 @@ +libexec/git-core/git-subrepo +libexec/git-core/git-subrepo.d/bash+.bash +libexec/git-core/git-subrepo.d/help-functions.bash +man/man1/git-subrepo.1.gz