svn commit: r546062 - head/www/trac-fullblog

Dmitry Marakasov amdmi3 at FreeBSD.org
Mon Aug 24 09:36:38 UTC 2020


Author: amdmi3
Date: Mon Aug 24 09:36:37 2020
New Revision: 546062
URL: https://svnweb.freebsd.org/changeset/ports/546062

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

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

Modified: head/www/trac-fullblog/Makefile
==============================================================================
--- head/www/trac-fullblog/Makefile	Mon Aug 24 09:34:42 2020	(r546061)
+++ head/www/trac-fullblog/Makefile	Mon Aug 24 09:36:37 2020	(r546062)
@@ -12,6 +12,8 @@ DIST_SUBDIR=	trac
 MAINTAINER=	joneum at FreeBSD.org
 COMMENT=	Plugin that provides a project Blog
 
+LICENSE=	BSD
+
 RUN_DEPENDS=	htmldoc:textproc/htmldoc \
 		tracd:www/trac
 

Modified: head/www/trac-fullblog/pkg-descr
==============================================================================
--- head/www/trac-fullblog/pkg-descr	Mon Aug 24 09:34:42 2020	(r546061)
+++ head/www/trac-fullblog/pkg-descr	Mon Aug 24 09:36:37 2020	(r546062)
@@ -2,4 +2,4 @@ This plugin provides a project Blog, but unlike TracBl
 SimpleBlogPlugin it does not use Wiki pages to store the content.
 It has no dependencies on other plugins.
 
-WWW: http://trac-hacks.org/wiki/FullBlogPlugin
+WWW: https://trac-hacks.org/wiki/FullBlogPlugin


More information about the svn-ports-head mailing list