svn commit: r548469 - head/www/trac-estimator

Dmitry Marakasov amdmi3 at FreeBSD.org
Sun Sep 13 09:36:50 UTC 2020


Author: amdmi3
Date: Sun Sep 13 09:36:49 2020
New Revision: 548469
URL: https://svnweb.freebsd.org/changeset/ports/548469

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

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

Modified: head/www/trac-estimator/Makefile
==============================================================================
--- head/www/trac-estimator/Makefile	Sun Sep 13 09:26:10 2020	(r548468)
+++ head/www/trac-estimator/Makefile	Sun Sep 13 09:36:49 2020	(r548469)
@@ -12,6 +12,8 @@ DISTNAME=	${PORTNAME}plugin-${PORTVERSION}
 MAINTAINER=	joneum at FreeBSD.org
 COMMENT=	Produce detailed range-based estimations for Trac tickets
 
+LICENSE=	MIT
+
 RUN_DEPENDS=	tracd:www/trac
 
 WRKSRC=		${WRKDIR}/${PORTNAME}plugin/0.11

Modified: head/www/trac-estimator/pkg-descr
==============================================================================
--- head/www/trac-estimator/pkg-descr	Sun Sep 13 09:26:10 2020	(r548468)
+++ head/www/trac-estimator/pkg-descr	Sun Sep 13 09:36:49 2020	(r548469)
@@ -2,4 +2,4 @@ This Trac plugin implements a page for creating time e
 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


More information about the svn-ports-head mailing list