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

Collapse All | Expand All

(-)trac-accountmanager/Makefile (-5 / +3 lines)
Lines 2-12 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=	http://trac-hacks.org/changeset/${REV}/accountmanagerplugin/trunk?old_path=/&format=zip&filename=
9
		http://trac-hacks.org/changeset/${REV}/accountmanagerplugin/trunk?old_path=/&format=zip&filename=
10
PKGNAMEPREFIX=	trac-
8
PKGNAMEPREFIX=	trac-
11
DIST_SUBDIR=	trac
9
DIST_SUBDIR=	trac
12
10
Lines 19-28 Link Here
19
RUN_DEPENDS=	tracd:www/trac
17
RUN_DEPENDS=	tracd:www/trac
20
18
21
FETCH_BEFORE_ARGS=	-o ${DISTFILES}
19
FETCH_BEFORE_ARGS=	-o ${DISTFILES}
22
REV=			12583
20
REV=			17339
21
WRKSRC=			${WRKDIR}/accountmanagerplugin/trunk
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
26
NO_ARCH=		yes
24
NO_ARCH=		yes
27
25
28
# --- trac.ini
26
# --- trac.ini
(-)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