misc/hello: Update to 2.12.1
- Update WWW - Take maintainership Changes: https://git.savannah.gnu.org/cgit/hello.git/tree/NEWS
This commit is contained in:
parent
580460379b
commit
f839e1d6bb
3 changed files with 11 additions and 11 deletions
|
@ -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>
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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/
|
||||
|
|
Loading…
Reference in a new issue