View | Details | Raw Unified | Return to bug 237756 | Differences between
and this patch

Collapse All | Expand All

(-)trac-accountmanager/Makefile (-2 / +1 lines)
Lines 2-8 Link Here
2
2
3
PORTNAME=	accountmanager
3
PORTNAME=	accountmanager
4
PORTVERSION=	0.5.${REV}
4
PORTVERSION=	0.5.${REV}
5
PORTREVISION=	2
6
PORTEPOCH=	1
5
PORTEPOCH=	1
7
CATEGORIES=	www devel python
6
CATEGORIES=	www devel python
8
MASTER_SITES=	LOCAL/kuriyama \
7
MASTER_SITES=	LOCAL/kuriyama \
Lines 19-25 Link Here
19
RUN_DEPENDS=	tracd:www/trac
18
RUN_DEPENDS=	tracd:www/trac
20
19
21
FETCH_BEFORE_ARGS=	-o ${DISTFILES}
20
FETCH_BEFORE_ARGS=	-o ${DISTFILES}
22
REV=			12583
21
REV=			17339
23
USES=			python:2.7 zip
22
USES=			python:2.7 zip
24
USE_PYTHON=		distutils autoplist
23
USE_PYTHON=		distutils autoplist
25
WRKSRC=			${WRKDIR}/accountmanagerplugin/trunk
24
WRKSRC=			${WRKDIR}/accountmanagerplugin/trunk
(-)trac-accountmanager/distinfo (-2 / +3 lines)
Lines 1-2 Link Here
1
SHA256 (trac/accountmanager-0.5.12583.zip) = 704c89934a2be65f051f602e71c9162b6e1c48710dcf42a72b68e6e7e446c0b6
1
TIMESTAMP = 1557078449
2
SIZE (trac/accountmanager-0.5.12583.zip) = 309199
2
SHA256 (trac/accountmanager-0.5.17339.zip) = b3b56a81ca307e22662194907f1e246be00094ab867a8c6b9b16d9a9b1c7748f
3
SIZE (trac/accountmanager-0.5.17339.zip) = 360825
(-)trac-accountmanager/pkg-descr (-1 / +1 lines)
Lines 1-4 Link Here
1
Trac plugin to enable users to register new accounts or manage their
1
Trac plugin to enable users to register new accounts or manage their
2
existing account.
2
existing account.
3
3
4
WWW: http://trac-hacks.org/wiki/AccountManagerPlugin
4
WWW: https://trac-hacks.org/wiki/AccountManagerPlugin

Return to bug 237756