Index: head/devel/tig/Makefile =================================================================== --- head/devel/tig/Makefile (revision 455572) +++ head/devel/tig/Makefile (revision 455573) @@ -1,38 +1,42 @@ # Created by: Denise H. G. # $FreeBSD$ PORTNAME= tig PORTVERSION= 2.3.0 +PORTREVISION= 1 CATEGORIES= devel MASTER_SITES= https://github.com/jonas/tig/releases/download/${DISTNAME}/ MAINTAINER= dharrigan@gmail.com COMMENT= Text-mode interface for git LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING -RUN_DEPENDS= git:devel/git - USES= iconv gmake ncurses readline:port GNU_CONFIGURE= yes CONFIGURE_ARGS= ${ICONV_CONFIGURE_BASE} MAKE_ARGS= V=1 ALL_TARGET= all strip INSTALL_TARGET= install PLIST_FILES= bin/tig etc/tigrc -OPTIONS_DEFINE= MANPAGES +OPTIONS_DEFINE= GIT MANPAGES OPTIONS_DEFAULT=MANPAGES + +GIT_DESC= Install devel/git as runtime dependency + +GIT_RUN_DEPENDS= git:devel/git +GIT_VARS_OFF= PKGMESSAGE="${.CURDIR}/pkg-message-git" MANPAGES_BUILD_DEPENDS= asciidoc:textproc/asciidoc \ xmlto:textproc/xmlto MANPAGES_ALL_TARGET= doc-man MANPAGES_INSTALL_TARGET= install-doc-man MANPAGES_PLIST_FILES= man/man1/tig.1.gz \ man/man5/tigrc.5.gz \ man/man7/tigmanual.7.gz .include Index: head/devel/tig/pkg-message-git =================================================================== --- head/devel/tig/pkg-message-git (nonexistent) +++ head/devel/tig/pkg-message-git (revision 455573) @@ -0,0 +1 @@ +Required to (post-)install devel/git* port as runtime dependency. Property changes on: head/devel/tig/pkg-message-git ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property