Finish git rename from scmgit to git.

This commit is contained in:
Thomas Klausner 2013-09-09 14:05:30 +00:00
parent 0775afa6ae
commit 3d4468a4f4
14 changed files with 26 additions and 30 deletions

View file

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.9 2013/08/28 06:47:25 thomasklausner Exp $
# $NetBSD: Makefile,v 1.10 2013/09/09 14:05:30 thomasklausner Exp $
DISTNAME= calypso-1.1
CATEGORIES= net
@ -9,7 +9,7 @@ COMMENT= CardDAV/CalDAV server
LICENSE= gnu-gpl-v3
DEPENDS+= ${PYPKGPREFIX}-vobject>=0.8.1c:../../textproc/py-vobject
DEPENDS+= scmgit-base-[0-9]*:../../devel/scmgit-base
DEPENDS+= git-base-[0-9]*:../../devel/git-base
GIT_REPOSITORIES= calypso
GIT_REPO.calypso= git://keithp.com/git/calypso.git

View file

@ -1,5 +1,5 @@
This package is basically finished, note however that it needs to download git while building.
Maybe there is a nicer solution, or maybe scmgit will have a shared library in the future?
Maybe there is a nicer solution, or maybe git will have a shared library in the future?
Security issue: please see http://secunia.com/advisories/43633/
http://secunia.com/advisories/45358/

View file

@ -1,5 +1,4 @@
# $NetBSD: Makefile,v 1.3 2012/09/24 18:26:56 asau Exp $
#
# $NetBSD: Makefile,v 1.4 2013/09/09 14:05:30 thomasklausner Exp $
DISTNAME= cvsanaly2-2.0.0
CATEGORIES= devel
@ -11,7 +10,7 @@ COMMENT= Source code management tool analyzer
LICENSE= gnu-gpl-v2
DEPENDS+= ${PYPKGPREFIX}-mysqldb-[0-9]*:../../databases/py-mysqldb
DEPENDS+= scmgit>=1.7.0.5:../../devel/scmgit
DEPENDS+= git>=1.7.0.5:../../devel/git
USE_TOOLS+= pkg-config
USE_LANGUAGES= # none

View file

@ -1,5 +1,4 @@
# $NetBSD: Makefile,v 1.3 2012/09/28 21:24:30 asau Exp $
#
# $NetBSD: Makefile,v 1.4 2013/09/09 14:05:30 thomasklausner Exp $
DISTNAME= darcs-to-git-0.1
CATEGORIES= devel
@ -22,7 +21,7 @@ INSTALLATION_DIRS= bin share/doc/${DISTNAME}
REPLACE_RUBY_DIRS= .
REPLACE_RUBY_PAT= darcs-to-git
DEPENDS+= scmgit-base-[0-9]*:../../devel/scmgit-base
DEPENDS+= git-base-[0-9]*:../../devel/git-base
DEPENDS+= darcs>1.0.7:../../devel/darcs
do-install:

View file

@ -1,5 +1,4 @@
# $NetBSD: Makefile,v 1.13 2012/09/29 00:50:34 asau Exp $
#
# $NetBSD: Makefile,v 1.14 2013/09/09 14:05:30 thomasklausner Exp $
DISTNAME= giggle-0.5
PKGREVISION= 1
@ -12,7 +11,7 @@ HOMEPAGE= http://live.gnome.org/giggle
COMMENT= GTK2 graphical frontend to git SCM tool
LICENSE= gnu-gpl-v2
DEPENDS+= scmgit-base-[0-9]*:../../devel/scmgit-base
DEPENDS+= git-base-[0-9]*:../../devel/git-base
GNU_CONFIGURE= yes
USE_LIBTOOL= yes
USE_TOOLS+= gmake pkg-config intltool

View file

@ -22,7 +22,7 @@
.if !defined(_PKG_MK_GIT_PACKAGE_MK)
_PKG_MK_GIT_PACKAGE_MK= # defined
BUILD_DEPENDS+= scmgit-base>=1.6.4:../../devel/scmgit-base
BUILD_DEPENDS+= git-base>=1.6.4:../../devel/git-base
#
# defaults for user-visible input variables

View file

@ -1,5 +1,4 @@
# $NetBSD: Makefile,v 1.4 2012/10/07 13:57:29 asau Exp $
#
# $NetBSD: Makefile,v 1.5 2013/09/09 14:05:31 thomasklausner Exp $
DISTNAME= repositoryhandler-0.3
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
@ -13,7 +12,7 @@ COMMENT= RepositoryHandler is a python library for handling code repositories
LICENSE= gnu-gpl-v2
DEPENDS+= bzr>=2.0.3:../../devel/bzr
DEPENDS+= scmgit>=1.7.0.5:../../devel/scmgit
DEPENDS+= git>=1.7.0.5:../../devel/git
GNU_CONFIGURE= yes
USE_TOOLS+= pkg-config gmake

View file

@ -1,4 +1,4 @@
# $NetBSD: buildlink3.mk,v 1.1.1.1 2010/07/16 19:17:10 jihbed Exp $
# $NetBSD: buildlink3.mk,v 1.2 2013/09/09 14:05:31 thomasklausner Exp $
BUILDLINK_TREE+= py26-repositoryhandler
@ -6,6 +6,7 @@ BUILDLINK_TREE+= py26-repositoryhandler
PY26_REPOSITORYHANDLER_BUILDLINK3_MK:=
BUILDLINK_API_DEPENDS.py26-repositoryhandler+= py26-repositoryhandler>=0.3
BUILDLINK_ABI_DEPENDS.py26-repositoryhandler?= py27-repositoryhandler>=0.3
BUILDLINK_PKGSRCDIR.py26-repositoryhandler?= ../../wip/py-repositoryhandler
.include "../../devel/subversion-base/buildlink3.mk"

View file

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.12 2013/05/28 18:27:23 slitvinov Exp $
# $NetBSD: Makefile,v 1.13 2013/09/09 14:05:31 thomasklausner Exp $
VER= 0.5.2
DISTNAME= Sumatra-${VER}.tar
@ -17,7 +17,7 @@ LICENSE= gnu-gpl-v2
COMMENT= Tracking projects based on numerical simulation or analysis
DEPENDS+= mercurial>=1.6:../../devel/mercurial
DEPENDS+= scmgit-base>=1.7.0.5:../../devel/scmgit-base
DEPENDS+= git-base>=1.7.0.5:../../devel/git-base
DEPENDS+= ${PYPKGPREFIX}-subversion>=1.6.9:../../devel/py-subversion
DEPENDS+= ${PYPKGPREFIX}-scipy>=0.7.2:../../math/py-scipy
DEPENDS+= ${PYPKGPREFIX}-django-[0-9]*:../../www/py-django

View file

@ -1,5 +1,4 @@
# $NetBSD: Makefile,v 1.19 2013/07/22 10:53:00 fhajny Exp $
#
# $NetBSD: Makefile,v 1.20 2013/09/09 14:05:31 thomasklausner Exp $
DISTNAME= riak-1.4.0
CATEGORIES= databases
@ -10,7 +9,7 @@ HOMEPAGE= http://www.basho.com/products_riak_overview.php
COMMENT= Distributed, highly available data store
LICENSE= apache-2.0
BUILD_DEPENDS+= scmgit-base-[0-9]*:../../devel/scmgit-base
BUILD_DEPENDS+= git-base-[0-9]*:../../devel/git-base
USE_LANGUAGES= c c++
USE_LIBTOOL= yes

View file

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.3 2012/10/07 14:53:44 asau Exp $
# $NetBSD: Makefile,v 1.4 2013/09/09 14:05:31 thomasklausner Exp $
DISTNAME= git-1.2.5
PKGNAME= ${RUBY_PKGPREFIX}-${DISTNAME}
@ -9,7 +9,7 @@ HOMEPAGE= http://github.com/schacon/ruby-git
COMMENT= Manipulate Git repositories by wrapping around the git binary
LICENSE= mit
DEPENDS+= scmgit-base>=1.6:../../devel/scmgit-base
DEPENDS+= git-base>=1.6:../../devel/git-base
.include "../../lang/ruby/gem.mk"
.include "../../mk/bsd.pkg.mk"

View file

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.7 2013/02/13 17:12:19 lexort Exp $
# $NetBSD: Makefile,v 1.8 2013/09/09 14:05:31 thomasklausner Exp $
DISTNAME= gitplugin_0.12-r${SVN_REV}
PKGNAME= trac-plugins-GitPlugin-0.1pre${SVN_REV}
@ -14,7 +14,7 @@ COMMENT= GIT plugin for Trac
LICENSE= gnu-gpl-v2
DEPENDS+= {ja-,}trac>=0.12:../../www/trac
DEPENDS+= scmgit-base>=1.5.6:../../devel/scmgit-base
DEPENDS+= git-base>=1.5.6:../../devel/git-base
SVN_REV= 7757
SVN_MOD= gitplugin/0.12

View file

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.8 2013/06/14 13:50:15 makoto Exp $
# $NetBSD: Makefile,v 1.9 2013/09/09 14:05:32 thomasklausner Exp $
# M-x twittering-mode-version shows twittering-mode-vHEAD,
# but just for convenience:
@ -25,7 +25,7 @@ USE_LANGUAGES= # none
INSTALLATION_DIRS= ${EMACS_LISPPREFIX}/a-files
TEST_TARGET= check
BUILD_DEPENDS+= scmgit-base-[0-9]*:../../devel/scmgit-base
BUILD_DEPENDS+= git-base-[0-9]*:../../devel/git-base
do-install:
${INSTALL_DATA} ${WRKSRC}/twittering-mode.el ${DESTDIR}${INSTALLATION_DIRS}

View file

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.4 2012/10/07 20:11:09 asau Exp $
# $NetBSD: Makefile,v 1.5 2013/09/09 14:05:32 thomasklausner Exp $
.include "../../wip/xfce48/Makefile.common"
@ -13,7 +13,7 @@ MAINTAINER= gls@NetBSD.org
HOMEPAGE= http://goodies.xfce.org/projects/thunar-plugins/thunar-vcs-plugin
COMMENT= Thunar vcs integration plugin
#DEPENDS+= scmgit-base-[0-9]*:../../devel/scmgit-base
#DEPENDS+= git-base-[0-9]*:../../devel/git-base
.include "../../devel/apr/buildlink3.mk"
.include "../../devel/subversion-base/buildlink3.mk"