1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-26 09:46:09 +00:00
freebsd-ports/www/trac-accountmanager/Makefile
Niclas Zeising 9210a35456 www/trac-accountmanager: Update to 0.5.17339
update trac-accountmanager to svn rev 17339
This version fixes incompatibility with trac > 1.0
Also updates 'https' for WWW.
Remove LOCAL/kuriyama from MASTER_SITES

PR:		237756
Submitted by:	nomoo
Approved by:	maintainer timeout
2019-07-05 22:25:19 +00:00

38 lines
807 B
Makefile

# $FreeBSD$
PORTNAME= accountmanager
PORTVERSION= 0.5.${REV}
PORTEPOCH= 1
CATEGORIES= www devel python
MASTER_SITES= http://trac-hacks.org/changeset/${REV}/accountmanagerplugin/trunk?old_path=/&format=zip&filename=
PKGNAMEPREFIX= trac-
DIST_SUBDIR= trac
MAINTAINER= kuriyama@FreeBSD.org
COMMENT= Account Manager Plugin for trac
LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC}/COPYING
RUN_DEPENDS= tracd:www/trac
FETCH_BEFORE_ARGS= -o ${DISTFILES}
REV= 17339
WRKSRC= ${WRKDIR}/accountmanagerplugin/trunk
USES= python:2.7 zip
USE_PYTHON= distutils autoplist
NO_ARCH= yes
# --- trac.ini
# [components]
# acct_mgr.* = enabled
#
# [account-manager]
# password_format = htpasswd
# password_file = /var/trac/trac.htpasswd
#
# --- httpd.conf
# SetEnv PYTHON_EGG_CACHE "/tmp/cache"
.include <bsd.port.mk>