Update to rev 7757, supporting trac-0.12
This commit is contained in:
parent
3ea71bc3f8
commit
6ae361ff65
3 changed files with 23 additions and 30 deletions
|
@ -1,13 +1,11 @@
|
|||
# $NetBSD: Makefile,v 1.3 2010/03/05 13:21:18 lexort Exp $
|
||||
# $NetBSD: Makefile,v 1.4 2010/07/04 19:26:06 rsmarples Exp $
|
||||
|
||||
DISTNAME= TracGitPlugin-0.1dev
|
||||
PKGNAME= trac-plugins-GitPlugin-0.1pre${SVNVERSION}
|
||||
SVNVERSION= 6442
|
||||
# PKGREVISION should be empty rather than unset because svn-package.mk
|
||||
# does the wrong thing if it is unset, even though pkglint will complain
|
||||
PKGREVISION=
|
||||
EGG_NAME= ${DISTNAME}
|
||||
DISTNAME= gitplugin_0.12-r${SVN_REV}
|
||||
PKGNAME= trac-plugins-GitPlugin-0.1pre${SVN_REV}
|
||||
EGGNAME= TracGitPlugin-0.12.0.2dev
|
||||
CATEGORIES= www
|
||||
MASTER_SITES= -http://trac-hacks.org/changeset/${SVN_REV}/${SVN_MOD}?old_path=/&format=zip
|
||||
EXTRACT_SUFX= .zip
|
||||
|
||||
MAINTAINER= roy@NetBSD.org
|
||||
HOMEPAGE= http://trac.edgewall.org/wiki/GitPlugin
|
||||
|
@ -16,22 +14,15 @@ LICENSE= gnu-gpl-v2
|
|||
|
||||
PKG_DESTDIR_SUPPORT= user-destdir
|
||||
|
||||
DEPENDS+= {ja-,}trac>=0.11:../../www/trac
|
||||
DEPENDS+= {ja-,}trac>=0.12:../../www/trac
|
||||
DEPENDS+= scmgit-base>=1.5.6:../../devel/scmgit-base
|
||||
|
||||
SVN_REPOSITORIES= gitplugin
|
||||
SVN_ROOT.gitplugin= http://trac-hacks.org/svn/gitplugin/0.11
|
||||
SVN_TAG.gitplugin= ${SVNVERSION}
|
||||
|
||||
NO_CHECKSUM= yes
|
||||
|
||||
WRKSRC= ${WRKDIR}/gitplugin
|
||||
|
||||
PRIVILEGED_STAGES+= clean
|
||||
SVN_REV= 7757
|
||||
SVN_MOD= gitplugin/0.12
|
||||
WRKSRC= ${WRKDIR}/${SVN_MOD}
|
||||
|
||||
post-extract:
|
||||
find ${WRKSRC} -type d -name .svn -print | xargs rm -r
|
||||
find ${WRKSRC} -type f | xargs chmod +r
|
||||
|
||||
.include "../../lang/python/egg.mk"
|
||||
.include "../../wip/mk/svn-package.mk"
|
||||
.include "../../mk/bsd.pkg.mk"
|
||||
|
|
|
@ -1,12 +1,11 @@
|
|||
@comment $NetBSD: PLIST,v 1.3 2010/03/04 20:25:16 lexort Exp $
|
||||
${PYSITELIB}/TracGit-0.11.0.2-py2.5-nspkg.pth
|
||||
${PYSITELIB}/TracGit-0.11.0.2-py2.5.egg-info/PKG-INFO
|
||||
${PYSITELIB}/TracGit-0.11.0.2-py2.5.egg-info/SOURCES.txt
|
||||
${PYSITELIB}/TracGit-0.11.0.2-py2.5.egg-info/dependency_links.txt
|
||||
${PYSITELIB}/TracGit-0.11.0.2-py2.5.egg-info/entry_points.txt
|
||||
${PYSITELIB}/TracGit-0.11.0.2-py2.5.egg-info/namespace_packages.txt
|
||||
${PYSITELIB}/TracGit-0.11.0.2-py2.5.egg-info/requires.txt
|
||||
${PYSITELIB}/TracGit-0.11.0.2-py2.5.egg-info/top_level.txt
|
||||
@comment $NetBSD: PLIST,v 1.4 2010/07/04 19:26:07 rsmarples Exp $
|
||||
${PYSITELIB}/TracGit-0.12.0.2dev-py2.5-nspkg.pth
|
||||
${PYSITELIB}/TracGit-0.12.0.2dev-py2.5.egg-info/PKG-INFO
|
||||
${PYSITELIB}/TracGit-0.12.0.2dev-py2.5.egg-info/SOURCES.txt
|
||||
${PYSITELIB}/TracGit-0.12.0.2dev-py2.5.egg-info/dependency_links.txt
|
||||
${PYSITELIB}/TracGit-0.12.0.2dev-py2.5.egg-info/entry_points.txt
|
||||
${PYSITELIB}/TracGit-0.12.0.2dev-py2.5.egg-info/namespace_packages.txt
|
||||
${PYSITELIB}/TracGit-0.12.0.2dev-py2.5.egg-info/top_level.txt
|
||||
${PYSITELIB}/tracext/git/PyGIT.py
|
||||
${PYSITELIB}/tracext/git/PyGIT.pyc
|
||||
${PYSITELIB}/tracext/git/PyGIT.pyo
|
||||
|
|
|
@ -1,3 +1,6 @@
|
|||
$NetBSD: distinfo,v 1.1 2010/04/21 17:33:17 rsmarples Exp $
|
||||
$NetBSD: distinfo,v 1.2 2010/07/04 19:26:07 rsmarples Exp $
|
||||
|
||||
SHA1 (gitplugin_0.12-r7757.zip) = e1a68281f3de4f730012fdef56671c348127b994
|
||||
RMD160 (gitplugin_0.12-r7757.zip) = 714f6464178308ee2504c5034975d4d4cb670a0c
|
||||
Size (gitplugin_0.12-r7757.zip) = 20706 bytes
|
||||
SHA1 (patch-aa) = ad73a3da7f2cacb0b33f89c2867f4aa0ea2ec305
|
||||
|
|
Loading…
Reference in a new issue