FreeBSD Bugzilla – Attachment 158135 Details for
Bug 201176
[PATCH] misc/hello: Update to version 2.10
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
misc_hello.diff
misc_hello.diff (text/plain), 2.95 KB, created by
tkato432
on 2015-06-28 18:32:34 UTC
(
hide
)
Description:
misc_hello.diff
Filename:
MIME Type:
Creator:
tkato432
Created:
2015-06-28 18:32:34 UTC
Size:
2.95 KB
patch
obsolete
>diff -urN /usr/ports/misc/hello/Makefile misc/hello/Makefile >--- /usr/ports/misc/hello/Makefile 2015-06-13 09:02:45.459043000 +0900 >+++ misc/hello/Makefile 2015-06-29 00:00:00.000000000 +0900 >@@ -2,35 +2,27 @@ > # $FreeBSD: head/misc/hello/Makefile 389300 2015-06-12 20:58:13Z erwin $ > > PORTNAME= hello >-PORTVERSION= 2.9 >+PORTVERSION= 2.10 > CATEGORIES= misc > MASTER_SITES= GNU > > MAINTAINER= ports@FreeBSD.org > COMMENT= Utility for saying hello to the world and reading email > >-USES= charsetfix perl5 >+LICENSE= GPLv3 # (or later) >+ >+USES= charsetfix gmake perl5 > USE_PERL5= build >-GNU_CONFIGURE= YES >+GNU_CONFIGURE= yes > > INFO= hello > >-OPTIONS_DEFINE= NLS >- >-.include <bsd.port.options.mk> >- >-.if ${PORT_OPTIONS:MNLS} >-USES+= gettext >-CPPFLAGS+= -I${LOCALBASE}/include >-LDFLAGS+= -L${LOCALBASE}/lib >- >-PLIST_SUB+= NLS="" >-.else >-CONFIGURE_ARGS+= --disable-nls >-PLIST_SUB+= NLS="@comment " >-.endif >+OPTIONS_DEFINE= NLS >+OPTIONS_SUB= yes > >-pre-install: >- ${CHMOD} a+x ${WRKSRC}/build-aux/install-sh >+NLS_USES= gettext >+NLS_CONFIGURE_ENABLE= nls >+NLS_CPPFLAGS= -I${LOCALBASE}/include >+NLS_LDFLAGS= -L${LOCALBASE}/lib > > .include <bsd.port.mk> >diff -urN /usr/ports/misc/hello/distinfo misc/hello/distinfo >--- /usr/ports/misc/hello/distinfo 2014-06-21 17:43:22.000000000 +0900 >+++ misc/hello/distinfo 2015-06-29 00:00:00.000000000 +0900 >@@ -1,2 +1,2 @@ >-SHA256 (hello-2.9.tar.gz) = ecbb7a2214196c57ff9340aa71458e1559abd38f6d8d169666846935df191ea7 >-SIZE (hello-2.9.tar.gz) = 723645 >+SHA256 (hello-2.10.tar.gz) = 31e066137a962676e89f69d1b65382de95a7ef7d914b8cb956f41ea72e0f516b >+SIZE (hello-2.10.tar.gz) = 725946 >diff -urN /usr/ports/misc/hello/pkg-descr misc/hello/pkg-descr >--- /usr/ports/misc/hello/pkg-descr 2014-06-21 17:43:22.000000000 +0900 >+++ misc/hello/pkg-descr 2015-06-29 00:00:00.000000000 +0900 >@@ -1,10 +1,5 @@ >-A Utility for saying hello to the world and reading email >+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. > >-From the included Texinfo file: >- 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. Because >- it is protected by the GNU General Public License, users >- are free to share and change it. >- >-see hello --help for more info >+WWW: http://www.gnu.org/software/hello/ >diff -urN /usr/ports/misc/hello/pkg-plist misc/hello/pkg-plist >--- /usr/ports/misc/hello/pkg-plist 2014-06-21 17:43:22.000000000 +0900 >+++ misc/hello/pkg-plist 2015-06-29 00:00:00.000000000 +0900 >@@ -1,4 +1,5 @@ > bin/hello >+man/man1/hello.1.gz > %%NLS%%share/locale/bg/LC_MESSAGES/hello.mo > %%NLS%%share/locale/ca/LC_MESSAGES/hello.mo > %%NLS%%share/locale/da/LC_MESSAGES/hello.mo >@@ -41,4 +42,3 @@ > %%NLS%%share/locale/vi/LC_MESSAGES/hello.mo > %%NLS%%share/locale/zh_CN/LC_MESSAGES/hello.mo > %%NLS%%share/locale/zh_TW/LC_MESSAGES/hello.mo >-man/man1/hello.1.gz
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 201176
: 158135