Update to r6442. ok roy@.

r6442 | pacopablo | 2009-08-27 18:02:06 -0400 (Thu, 27 Aug 2009) | 1 line

  Use HEAD as the rev when rev=None.  Closes: #5612
This commit is contained in:
Greg Troxel 2010-03-05 13:21:18 +00:00 committed by Thomas Klausner
parent d9f6bb836c
commit eafb395529

View file

@ -1,10 +1,11 @@
# $NetBSD: Makefile,v 1.2 2010/03/04 20:25:16 lexort Exp $
# $NetBSD: Makefile,v 1.3 2010/03/05 13:21:18 lexort Exp $
DISTNAME= TracGitPlugin-0.1dev
PKGNAME= trac-plugins-GitPlugin-0.1pre5396
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= 1
PKGREVISION=
EGG_NAME= ${DISTNAME}
CATEGORIES= www
@ -20,7 +21,7 @@ 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= 5396
SVN_TAG.gitplugin= ${SVNVERSION}
NO_CHECKSUM= yes