Index: head/www/trac-permredirect/Makefile =================================================================== --- head/www/trac-permredirect/Makefile (revision 545513) +++ head/www/trac-permredirect/Makefile (revision 545514) @@ -1,25 +1,27 @@ # Created by: Grzegorz Blach # $FreeBSD$ PORTNAME= permredirect PORTVERSION= 3.0 PORTREVISION= 1 CATEGORIES= www devel python MASTER_SITES= http://trac-hacks.org/changeset/${REV}/${PORTNAME}plugin/tags/${PORTVERSION}?old_path=${PORTNAME}plugin&format=zip&filename= \ LOCAL/gblach/ PKGNAMEPREFIX= trac- DIST_SUBDIR= trac MAINTAINER= joneum@FreeBSD.org COMMENT= Redirect users to the login screen on PermissionError +LICENSE= BSD + RUN_DEPENDS= tracd:www/trac FETCH_BEFORE_ARGS= -o ${DISTFILES} REV= 13353 USES= python:2.7 zip:infozip USE_PYTHON= distutils autoplist WRKSRC= ${WRKDIR}/${PORTNAME}plugin/tags/${PORTVERSION} NO_ARCH= yes .include Index: head/www/trac-permredirect/pkg-descr =================================================================== --- head/www/trac-permredirect/pkg-descr (revision 545513) +++ head/www/trac-permredirect/pkg-descr (revision 545514) @@ -1,3 +1,3 @@ Trac plugin which redirects users to the login screen on PermissionError. -WWW: http://trac-hacks.org/wiki/PermRedirectPlugin +WWW: https://trac-hacks.org/wiki/PermRedirectPlugin