Index: head/www/trac-fivestarvote/Makefile =================================================================== --- head/www/trac-fivestarvote/Makefile (revision 548073) +++ head/www/trac-fivestarvote/Makefile (revision 548074) @@ -1,32 +1,34 @@ # $FreeBSD$ PORTNAME= fivestarvote PORTVERSION= 0.1 PORTREVISION= 5 CATEGORIES= www devel python MASTER_SITES= LOCAL/brooks PKGNAMEPREFIX= trac- MAINTAINER= joneum@FreeBSD.org COMMENT= Five star plugin for voting on Trac resources RUN_DEPENDS= tracd:www/trac +LICENSE= BSD + USES= python:2.7 USE_PYTHON= distutils autoplist NO_ARCH= yes # Maintainter targets below this point # Retrieve the latest version from SVN and package in a tarball. .if defined(BOOTSTRAP) FETCH_DEPENDS+= svn:devel/subversion do-fetch: ${MKDIR} ${WRKDIR} cd ${WRKDIR} && \ svn export http://trac-hacks.org/svn/fivestarvoteplugin/0.11/ \ ${DISTNAME} cd ${WRKDIR} && tar cvf ${DISTDIR}/${DISTNAME}.tar.gz ${DISTNAME} .endif .include Index: head/www/trac-fivestarvote/pkg-descr =================================================================== --- head/www/trac-fivestarvote/pkg-descr (revision 548073) +++ head/www/trac-fivestarvote/pkg-descr (revision 548074) @@ -1,6 +1,6 @@ This plugin is a modified version of the VotePlugin (www/trac-vote). Instead of having up and down arrows, this plugin uses a 5-star approach to rate resources. -WWW: http://trac-hacks.org/wiki/FiveStarVotePlugin +WWW: https://trac-hacks.org/wiki/FiveStarVotePlugin