Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 9 Jun 2022 11:03:11 GMT
From:      Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: f839e1d6bb09 - main - misc/hello: Update to 2.12.1
Message-ID:  <202206091103.259B3BsE049679@gitrepo.freebsd.org>

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

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

commit f839e1d6bb099506ad4fa54478988e3236d9beb6
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2022-06-09 10:57:50 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2022-06-09 10:57:50 +0000

    misc/hello: Update to 2.12.1
    
    - Update WWW
    - Take maintainership
    
    Changes:        https://git.savannah.gnu.org/cgit/hello.git/tree/NEWS
---
 misc/hello/Makefile  | 10 +++++-----
 misc/hello/distinfo  |  6 +++---
 misc/hello/pkg-descr |  6 +++---
 3 files changed, 11 insertions(+), 11 deletions(-)

diff --git a/misc/hello/Makefile b/misc/hello/Makefile
index 49ae1bb2264b..c9a283a60721 100644
--- a/misc/hello/Makefile
+++ b/misc/hello/Makefile
@@ -1,11 +1,11 @@
 # Created by: shipley@dis.org
 
 PORTNAME=	hello
-PORTVERSION=	2.11
+PORTVERSION=	2.12.1
 CATEGORIES=	misc
 MASTER_SITES=	GNU
 
-MAINTAINER=	ports@FreeBSD.org
+MAINTAINER=	sunpoet@FreeBSD.org
 COMMENT=	Utility for saying hello to the world and reading email
 
 LICENSE=	GPLv3+
@@ -17,10 +17,10 @@ GNU_CONFIGURE=	yes
 
 INFO=		hello
 
-OPTIONS_DEFINE=		NLS
-OPTIONS_SUB=		yes
+OPTIONS_DEFINE=	NLS
+OPTIONS_SUB=	yes
 
-NLS_USES=		gettext localbase
 NLS_CONFIGURE_ENABLE=	nls
+NLS_USES=		gettext localbase
 
 .include <bsd.port.mk>
diff --git a/misc/hello/distinfo b/misc/hello/distinfo
index 1a3879574252..023e3367e9e5 100644
--- a/misc/hello/distinfo
+++ b/misc/hello/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1642003091
-SHA256 (hello-2.11.tar.gz) = 8c9ce0572d3c44ed0670eb1cde980584e038b6f62c25fdfde8ef128de15004bd
-SIZE (hello-2.11.tar.gz) = 1018256
+TIMESTAMP = 1654708320
+SHA256 (hello-2.12.1.tar.gz) = 8d99142afd92576f30b0cd7cb42a8dc6809998bc5d607d88761f512e26c7db20
+SIZE (hello-2.12.1.tar.gz) = 1033297
diff --git a/misc/hello/pkg-descr b/misc/hello/pkg-descr
index 90d8cb5faeb1..13e88d1550fa 100644
--- a/misc/hello/pkg-descr
+++ b/misc/hello/pkg-descr
@@ -1,5 +1,5 @@
 The GNU hello program produces a familiar, friendly greeting. It allows
-nonprogrammers to use a classic computer science tool which would
-otherwise be unavailable to them.
+nonprogrammers to use a classic computer science tool which would otherwise be
+unavailable to them.
 
-WWW: http://www.gnu.org/software/hello/
+WWW: https://www.gnu.org/software/hello/



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