Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 10 Jan 2024 21:35:59 GMT
From:      Stefan =?utf-8?Q?E=C3=9Fer?= <se@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: ccdf71e99833 - main - www/manpageblog: update to version 1.3
Message-ID:  <202401102135.40ALZxa3090126@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by se:

URL: https://cgit.FreeBSD.org/ports/commit/?id=ccdf71e99833921cf1e5543c33b303df39ce6db1

commit ccdf71e99833921cf1e5543c33b303df39ce6db1
Author:     Stefan Eßer <se@FreeBSD.org>
AuthorDate: 2024-01-10 21:34:52 +0000
Commit:     Stefan Eßer <se@FreeBSD.org>
CommitDate: 2024-01-10 21:34:52 +0000

    www/manpageblog: update to version 1.3
    
    This update adds a grey/blue scaled CSS theme, support for meta
    keywords and meta robot options, and initial support for tags.
---
 www/manpageblog/Makefile  | 2 +-
 www/manpageblog/distinfo  | 6 +++---
 www/manpageblog/pkg-plist | 4 ++++
 3 files changed, 8 insertions(+), 4 deletions(-)

diff --git a/www/manpageblog/Makefile b/www/manpageblog/Makefile
index 03859c50be01..581d94d51e95 100644
--- a/www/manpageblog/Makefile
+++ b/www/manpageblog/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	manpageblog
 DISTVERSIONPREFIX=	v
-DISTVERSION=	1.2
+DISTVERSION=	1.3
 CATEGORIES=	www
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 
diff --git a/www/manpageblog/distinfo b/www/manpageblog/distinfo
index 9e56a6686c7b..e17bb8382b5c 100644
--- a/www/manpageblog/distinfo
+++ b/www/manpageblog/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1700679128
-SHA256 (gyptazy-manpageblog-v1.2_GH0.tar.gz) = 6538c1d6d86abd138bcd85b75b81f731832d8bae5d4a1899a4f8e2ac74cb1605
-SIZE (gyptazy-manpageblog-v1.2_GH0.tar.gz) = 13338
+TIMESTAMP = 1704917128
+SHA256 (gyptazy-manpageblog-v1.3_GH0.tar.gz) = ca744c894005c1a9033e36c77da5a50508675b3619868f703626553008dbf3aa
+SIZE (gyptazy-manpageblog-v1.3_GH0.tar.gz) = 15019
diff --git a/www/manpageblog/pkg-plist b/www/manpageblog/pkg-plist
index 44fd06923f9e..bb710239369f 100644
--- a/www/manpageblog/pkg-plist
+++ b/www/manpageblog/pkg-plist
@@ -2,12 +2,14 @@ bin/manpageblog
 %%PORTDOCS%%%%DOCSDIR%%/README.md
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/_assets/css/dark.css
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/_assets/css/grey.css
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/_assets/css/grey_blue.css
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/_assets/css/light.css
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/_templates/feed.xml
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/_templates/item.html
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/_templates/item.xml
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/_templates/list.html
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/_templates/page.html
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/_templates/page_tags.html
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/_templates/post.html
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/blog.conf
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/content/_index.html
@@ -17,4 +19,6 @@ bin/manpageblog
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/content/blog/2023-11-15-manpageblog-release-1-1.md
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/content/blog/2023-11-21-manpageblog-in-the-1-mb-website-club.md
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/content/blog/2023-11-22-manpageblog-release-1-2.md
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/content/blog/2023-12-15-manpageblock-container-image-for-docker-podman.md
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/content/blog/2024-01-09-manpageblog-release-1-3.md
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/content/contact.html



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202401102135.40ALZxa3090126>