Index: head/www/trac-estimator/Makefile =================================================================== --- head/www/trac-estimator/Makefile (revision 548468) +++ head/www/trac-estimator/Makefile (revision 548469) @@ -1,22 +1,24 @@ # $FreeBSD$ PORTNAME= estimator PORTVERSION= 0.1.1 PORTREVISION= 5 CATEGORIES= www devel python MASTER_SITES= http://www.sourcehosting.net/freebsd/distfiles/ \ LOCAL/glarkin PKGNAMEPREFIX= trac- DISTNAME= ${PORTNAME}plugin-${PORTVERSION} MAINTAINER= joneum@FreeBSD.org COMMENT= Produce detailed range-based estimations for Trac tickets +LICENSE= MIT + RUN_DEPENDS= tracd:www/trac WRKSRC= ${WRKDIR}/${PORTNAME}plugin/0.11 USES= python:2.7 USE_PYTHON= distutils autoplist NO_ARCH= yes .include Index: head/www/trac-estimator/pkg-descr =================================================================== --- head/www/trac-estimator/pkg-descr (revision 548468) +++ head/www/trac-estimator/pkg-descr (revision 548469) @@ -1,5 +1,5 @@ This Trac plugin implements a page for creating time estimates. The estimates will be attached to whatever tickets are specified in the tickets box. -WWW: http://trac-hacks.org/wiki/EstimatorPlugin +WWW: https://trac-hacks.org/wiki/EstimatorPlugin