svn commit: r548074 - head/www/trac-fivestarvote

Dmitry Marakasov amdmi3 at FreeBSD.org
Wed Sep 9 09:36:47 UTC 2020


Author: amdmi3
Date: Wed Sep  9 09:36:46 2020
New Revision: 548074
URL: https://svnweb.freebsd.org/changeset/ports/548074

Log:
  - Add LICENSE
  - Update WWW
  
  Approved by:	portmgr blanket

Modified:
  head/www/trac-fivestarvote/Makefile
  head/www/trac-fivestarvote/pkg-descr

Modified: head/www/trac-fivestarvote/Makefile
==============================================================================
--- head/www/trac-fivestarvote/Makefile	Wed Sep  9 09:20:45 2020	(r548073)
+++ head/www/trac-fivestarvote/Makefile	Wed Sep  9 09:36:46 2020	(r548074)
@@ -12,6 +12,8 @@ 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

Modified: head/www/trac-fivestarvote/pkg-descr
==============================================================================
--- head/www/trac-fivestarvote/pkg-descr	Wed Sep  9 09:20:45 2020	(r548073)
+++ head/www/trac-fivestarvote/pkg-descr	Wed Sep  9 09:36:46 2020	(r548074)
@@ -3,4 +3,4 @@ This plugin is a modified version of the VotePlugin (w
 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


More information about the svn-ports-all mailing list