diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2020-08-24 09:36:37 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2020-08-24 09:36:37 +0000 |
commit | f815437411a8922fd5880f561cd5c56de377954a (patch) | |
tree | cfbcae06782faf46085ba31d46ddce12412622f8 | |
parent | Take ownership of perftest. (diff) |
- Add LICENSE
- Update WWW
Approved by: portmgr blanket
Notes
Notes:
svn path=/head/; revision=546062
-rw-r--r-- | www/trac-fullblog/Makefile | 2 | ||||
-rw-r--r-- | www/trac-fullblog/pkg-descr | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/www/trac-fullblog/Makefile b/www/trac-fullblog/Makefile index 01413b286d23..7b7b1ba7bff2 100644 --- a/www/trac-fullblog/Makefile +++ b/www/trac-fullblog/Makefile @@ -12,6 +12,8 @@ DIST_SUBDIR= trac MAINTAINER= joneum@FreeBSD.org COMMENT= Plugin that provides a project Blog +LICENSE= BSD + RUN_DEPENDS= htmldoc:textproc/htmldoc \ tracd:www/trac diff --git a/www/trac-fullblog/pkg-descr b/www/trac-fullblog/pkg-descr index 4e906c11438d..399a0ec33989 100644 --- a/www/trac-fullblog/pkg-descr +++ b/www/trac-fullblog/pkg-descr @@ -2,4 +2,4 @@ This plugin provides a project Blog, but unlike TracBlogPlugin and 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 |