Switch to trunk for trac-0.11.
This commit is contained in:
parent
eb0c0f3328
commit
652c0ed969
2 changed files with 31 additions and 17 deletions
|
@ -1,7 +1,7 @@
|
|||
# $NetBSD: Makefile,v 1.1.1.1 2008/01/19 14:04:28 obache Exp $
|
||||
# $NetBSD: Makefile,v 1.2 2008/08/01 08:52:52 obache Exp $
|
||||
|
||||
DISTNAME= TracAccountManager-0.1.3dev_r2548
|
||||
PKGNAME= trac-plugins-AccountManager-0.1.3.2548
|
||||
DISTNAME= TracAccountManager-0.2.1dev
|
||||
PKGNAME= trac-plugins-AccountManager-0.2.1pre3857
|
||||
EGG_NAME= ${DISTNAME}
|
||||
CATEGORIES= www
|
||||
MASTER_SITES= # not defined
|
||||
|
@ -12,20 +12,22 @@ COMMENT= User account management plugin for Trac
|
|||
|
||||
PKG_DESTDIR_SUPPORT= user-destdir
|
||||
|
||||
DEPENDS+= {ja-,}trac>=0.10:../../www/trac
|
||||
DEPENDS+= trac-plugins-WebAdmin-[0-9]*:../../wip/trac-plugins-WebAdmin
|
||||
DEPENDS+= {ja-,}trac>=0.11:../../www/trac
|
||||
|
||||
SVN_REPOSITORIES= acct_mgr
|
||||
SVN_ROOT.acct_mgr= http://trac-hacks.org/svn/accountmanagerplugin/0.10
|
||||
SVN_ROOT.acct_mgr= http://trac-hacks.org/svn/accountmanagerplugin/trunk
|
||||
SVN_MODULE.acct_mgr= #
|
||||
SVN_TAG.acct_mgr= 2548
|
||||
SVN_TAG.acct_mgr= 3857
|
||||
|
||||
NO_CHECKSUM= yes
|
||||
|
||||
WRKSRC= ${WRKDIR}/0.10
|
||||
WRKSRC= ${WRKDIR}/trunk
|
||||
|
||||
PRIVILEGED_STAGES+= clean
|
||||
|
||||
post-extract:
|
||||
find ${WRKSRC} -type d -name .svn -print | xargs rm -r
|
||||
|
||||
.include "../../lang/python/egg.mk"
|
||||
.include "../../wip/mk/svn-package.mk"
|
||||
.include "../../mk/bsd.pkg.mk"
|
||||
|
|
|
@ -1,9 +1,8 @@
|
|||
@comment $NetBSD: PLIST,v 1.1.1.1 2008/01/19 14:04:28 obache Exp $
|
||||
@comment $NetBSD: PLIST,v 1.2 2008/08/01 08:52:52 obache Exp $
|
||||
${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
|
||||
${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
|
||||
${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
|
||||
${PYSITELIB}/${EGG_INFODIR}/entry_points.txt
|
||||
${PYSITELIB}/${EGG_INFODIR}/requires.txt
|
||||
${PYSITELIB}/${EGG_INFODIR}/top_level.txt
|
||||
${PYSITELIB}/${EGG_INFODIR}/zip-safe
|
||||
${PYSITELIB}/acct_mgr/__init__.py
|
||||
|
@ -27,16 +26,29 @@ ${PYSITELIB}/acct_mgr/http.pyo
|
|||
${PYSITELIB}/acct_mgr/md5crypt.py
|
||||
${PYSITELIB}/acct_mgr/md5crypt.pyc
|
||||
${PYSITELIB}/acct_mgr/md5crypt.pyo
|
||||
${PYSITELIB}/acct_mgr/notification.py
|
||||
${PYSITELIB}/acct_mgr/notification.pyc
|
||||
${PYSITELIB}/acct_mgr/notification.pyo
|
||||
${PYSITELIB}/acct_mgr/pwhash.py
|
||||
${PYSITELIB}/acct_mgr/pwhash.pyc
|
||||
${PYSITELIB}/acct_mgr/pwhash.pyo
|
||||
${PYSITELIB}/acct_mgr/templates/account.cs
|
||||
${PYSITELIB}/acct_mgr/templates/admin_accountsconfig.cs
|
||||
${PYSITELIB}/acct_mgr/templates/admin_users.cs
|
||||
${PYSITELIB}/acct_mgr/templates/login.cs
|
||||
${PYSITELIB}/acct_mgr/templates/register.cs
|
||||
${PYSITELIB}/acct_mgr/templates/reset_password.cs
|
||||
${PYSITELIB}/acct_mgr/templates/reset_password_email.cs
|
||||
${PYSITELIB}/acct_mgr/svnserve.py
|
||||
${PYSITELIB}/acct_mgr/svnserve.pyc
|
||||
${PYSITELIB}/acct_mgr/svnserve.pyo
|
||||
${PYSITELIB}/acct_mgr/templates/admin_accountsconfig.html
|
||||
${PYSITELIB}/acct_mgr/templates/admin_accountsnotification.html
|
||||
${PYSITELIB}/acct_mgr/templates/admin_users.html
|
||||
${PYSITELIB}/acct_mgr/templates/login.html
|
||||
${PYSITELIB}/acct_mgr/templates/prefs_account.html
|
||||
${PYSITELIB}/acct_mgr/templates/register.html
|
||||
${PYSITELIB}/acct_mgr/templates/reset_password.html
|
||||
${PYSITELIB}/acct_mgr/templates/reset_password_email.txt
|
||||
${PYSITELIB}/acct_mgr/templates/user_changes_email.txt
|
||||
${PYSITELIB}/acct_mgr/templates/verify_email.html
|
||||
${PYSITELIB}/acct_mgr/templates/verify_email.txt
|
||||
${PYSITELIB}/acct_mgr/util.py
|
||||
${PYSITELIB}/acct_mgr/util.pyc
|
||||
${PYSITELIB}/acct_mgr/util.pyo
|
||||
${PYSITELIB}/acct_mgr/web_ui.py
|
||||
${PYSITELIB}/acct_mgr/web_ui.pyc
|
||||
${PYSITELIB}/acct_mgr/web_ui.pyo
|
||||
|
|
Loading…
Reference in a new issue