Move git-gui--askpass to the -x11 subpackage.
Noticed by Josh Elsasser. Thanks!
This commit is contained in:
parent
b547889c78
commit
673677f4a3
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.57 2009/11/17 16:29:42 bernd Exp $
|
||||
# $OpenBSD: Makefile,v 1.58 2009/11/19 21:38:48 bernd Exp $
|
||||
|
||||
COMMENT-main= GIT - Tree History Storage Tool
|
||||
COMMENT-svn= GIT - subversion interoperability tools
|
||||
@ -6,9 +6,9 @@ COMMENT-x11= GIT - graphical tools
|
||||
|
||||
V= 1.6.5.3
|
||||
DISTNAME= git-${V}
|
||||
PKGNAME-main= ${DISTNAME}
|
||||
PKGNAME-main= ${DISTNAME}p0
|
||||
PKGNAME-svn= git-svn-${V}
|
||||
PKGNAME-x11= git-x11-${V}
|
||||
PKGNAME-x11= git-x11-${V}p0
|
||||
CATEGORIES= devel
|
||||
|
||||
HOMEPAGE= http://git-scm.com/
|
||||
|
@ -1,4 +1,4 @@
|
||||
@comment $OpenBSD: PLIST-main,v 1.38 2009/11/17 16:29:42 bernd Exp $
|
||||
@comment $OpenBSD: PLIST-main,v 1.39 2009/11/19 21:38:48 bernd Exp $
|
||||
@pkgpath devel/git
|
||||
@bin bin/git
|
||||
bin/git-cvsserver
|
||||
@ -61,7 +61,6 @@ libexec/git/git-filter-branch
|
||||
@bin libexec/git/git-gc
|
||||
@bin libexec/git/git-get-tar-commit-id
|
||||
@bin libexec/git/git-grep
|
||||
libexec/git/git-gui--askpass
|
||||
@bin libexec/git/git-hash-object
|
||||
@bin libexec/git/git-help
|
||||
@bin libexec/git/git-http-fetch
|
||||
|
@ -1,8 +1,9 @@
|
||||
@comment $OpenBSD: PLIST-x11,v 1.6 2009/05/18 19:23:58 bernd Exp $
|
||||
@conflict git-<=1.5.4.2p0
|
||||
@comment $OpenBSD: PLIST-x11,v 1.7 2009/11/19 21:38:48 bernd Exp $
|
||||
@conflict git-<1.6.5.3p0
|
||||
bin/gitk
|
||||
libexec/git/git-citool
|
||||
libexec/git/git-gui
|
||||
libexec/git/git-gui--askpass
|
||||
@man man/man1/git-citool.1
|
||||
@man man/man1/git-gui.1
|
||||
@man man/man1/gitk.1
|
||||
|
Loading…
x
Reference in New Issue
Block a user