diff options
author | Fernando ApesteguĂa <fernape@FreeBSD.org> | 2022-01-12 15:58:24 +0000 |
---|---|---|
committer | Fernando ApesteguĂa <fernape@FreeBSD.org> | 2022-01-13 06:59:50 +0000 |
commit | d6ea6f4e92e210e4a7552a9f7ce2da008d80401d (patch) | |
tree | b08b9c93f0db95679ce46428e7f2606c09bd553d | |
parent | cdf62c525070a920651307e30e8f59af237aec1e (diff) |
misc/hello: update to 2.11
While here, change to USE localbase.
-rw-r--r-- | misc/hello/Makefile | 7 | ||||
-rw-r--r-- | misc/hello/distinfo | 5 | ||||
-rw-r--r-- | misc/hello/pkg-plist | 2 |
3 files changed, 7 insertions, 7 deletions
diff --git a/misc/hello/Makefile b/misc/hello/Makefile index 2afd90bcd5bb..49ae1bb2264b 100644 --- a/misc/hello/Makefile +++ b/misc/hello/Makefile @@ -1,8 +1,7 @@ # Created by: shipley@dis.org PORTNAME= hello -PORTVERSION= 2.10 -PORTREVISION= 1 +PORTVERSION= 2.11 CATEGORIES= misc MASTER_SITES= GNU @@ -21,9 +20,7 @@ INFO= hello OPTIONS_DEFINE= NLS OPTIONS_SUB= yes -NLS_USES= gettext +NLS_USES= gettext localbase NLS_CONFIGURE_ENABLE= nls -NLS_CPPFLAGS= -I${LOCALBASE}/include -NLS_LDFLAGS= -L${LOCALBASE}/lib .include <bsd.port.mk> diff --git a/misc/hello/distinfo b/misc/hello/distinfo index 6d3b07882f6a..1a3879574252 100644 --- a/misc/hello/distinfo +++ b/misc/hello/distinfo @@ -1,2 +1,3 @@ -SHA256 (hello-2.10.tar.gz) = 31e066137a962676e89f69d1b65382de95a7ef7d914b8cb956f41ea72e0f516b -SIZE (hello-2.10.tar.gz) = 725946 +TIMESTAMP = 1642003091 +SHA256 (hello-2.11.tar.gz) = 8c9ce0572d3c44ed0670eb1cde980584e038b6f62c25fdfde8ef128de15004bd +SIZE (hello-2.11.tar.gz) = 1018256 diff --git a/misc/hello/pkg-plist b/misc/hello/pkg-plist index 85eb4d63afcf..13a671f9c937 100644 --- a/misc/hello/pkg-plist +++ b/misc/hello/pkg-plist @@ -1,5 +1,6 @@ bin/hello man/man1/hello.1.gz +%%NLS%%share/locale/ast/LC_MESSAGES/hello.mo %%NLS%%share/locale/bg/LC_MESSAGES/hello.mo %%NLS%%share/locale/ca/LC_MESSAGES/hello.mo %%NLS%%share/locale/da/LC_MESSAGES/hello.mo @@ -36,6 +37,7 @@ man/man1/hello.1.gz %%NLS%%share/locale/sl/LC_MESSAGES/hello.mo %%NLS%%share/locale/sr/LC_MESSAGES/hello.mo %%NLS%%share/locale/sv/LC_MESSAGES/hello.mo +%%NLS%%share/locale/ta/LC_MESSAGES/hello.mo %%NLS%%share/locale/th/LC_MESSAGES/hello.mo %%NLS%%share/locale/tr/LC_MESSAGES/hello.mo %%NLS%%share/locale/uk/LC_MESSAGES/hello.mo |