Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 22 Nov 2023 18:58:14 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: 0b7e4c0198fb - main - www/manpageblog: upgrade to version 1.2
Message-ID:  <202311221858.3AMIwEH1085413@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=0b7e4c0198fbb57f987772e60564ea116849eeb5

commit 0b7e4c0198fbb57f987772e60564ea116849eeb5
Author:     Stefan Eßer <se@FreeBSD.org>
AuthorDate: 2023-11-22 18:56:14 +0000
Commit:     Stefan Eßer <se@FreeBSD.org>
CommitDate: 2023-11-22 18:58:01 +0000

    www/manpageblog: upgrade to version 1.2
    
    Fixed issue:
     -  fix missing language type in html element
    
    New features:
     - add Twitter Card support
     - add grey scaled CSS theme
     - add possibility to add different favicons
     - allow external sources for favicons
    
    Fixed
    
        Fixed missing language type in html element [#8]
---
 www/manpageblog/Makefile  | 2 +-
 www/manpageblog/distinfo  | 6 +++---
 www/manpageblog/pkg-plist | 3 +++
 3 files changed, 7 insertions(+), 4 deletions(-)

diff --git a/www/manpageblog/Makefile b/www/manpageblog/Makefile
index 344c5285e2a3..03859c50be01 100644
--- a/www/manpageblog/Makefile
+++ b/www/manpageblog/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	manpageblog
 DISTVERSIONPREFIX=	v
-DISTVERSION=	1.1
+DISTVERSION=	1.2
 CATEGORIES=	www
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 
diff --git a/www/manpageblog/distinfo b/www/manpageblog/distinfo
index cafe67b23ee0..9e56a6686c7b 100644
--- a/www/manpageblog/distinfo
+++ b/www/manpageblog/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1700127361
-SHA256 (gyptazy-manpageblog-v1.1_GH0.tar.gz) = e57dd1c6c1ac530b9b4a3eb300bb840a8f62e7288495a51daa975e7b069daa5a
-SIZE (gyptazy-manpageblog-v1.1_GH0.tar.gz) = 12318
+TIMESTAMP = 1700679128
+SHA256 (gyptazy-manpageblog-v1.2_GH0.tar.gz) = 6538c1d6d86abd138bcd85b75b81f731832d8bae5d4a1899a4f8e2ac74cb1605
+SIZE (gyptazy-manpageblog-v1.2_GH0.tar.gz) = 13338
diff --git a/www/manpageblog/pkg-plist b/www/manpageblog/pkg-plist
index d992b75776f1..44fd06923f9e 100644
--- a/www/manpageblog/pkg-plist
+++ b/www/manpageblog/pkg-plist
@@ -1,6 +1,7 @@
 bin/manpageblog
 %%PORTDOCS%%%%DOCSDIR%%/README.md
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/_assets/css/dark.css
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/_assets/css/grey.css
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/_assets/css/light.css
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/_templates/feed.xml
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/_templates/item.html
@@ -14,4 +15,6 @@ bin/manpageblog
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/content/blog/2023-11-11-manpageblog-release-1-0.md
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/content/blog/2023-11-13-manpageblog-now-available-in-freebsd-ports.md
 %%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/contact.html



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