mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
Update to hello-2.1.1.
Approved by: maintainer timeout
This commit is contained in:
parent
8968cf25ad
commit
460ebe7848
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=85345
4 changed files with 37 additions and 20 deletions
|
@ -6,22 +6,19 @@
|
|||
#
|
||||
|
||||
PORTNAME= hello
|
||||
PORTVERSION= 1.3.1
|
||||
PORTVERSION= 2.1.1
|
||||
CATEGORIES= misc
|
||||
MASTER_SITES= ${MASTER_SITE_GNU}
|
||||
MASTER_SITE_SUBDIR= hello
|
||||
DISTNAME= hello-1.3
|
||||
|
||||
MAINTAINER= shipley@dis.org
|
||||
COMMENT= A utility for saying hello to the world and read email
|
||||
COMMENT= A utility for saying hello to the world and reading email
|
||||
|
||||
WRKSRC= ${WRKDIR}/hello-1.3
|
||||
LIB_DEPENDS= intl.4:${PORTSDIR}/devel/gettext
|
||||
|
||||
GNU_CONFIGURE= YES
|
||||
CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL}
|
||||
|
||||
post-install:
|
||||
@install-info --dir-file=${PREFIX}/info/dir \
|
||||
--entry="* Hello: (hello). Hello Reference Manual." \
|
||||
${PREFIX}/info/hello.info
|
||||
MAN1= hello.1
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -1 +1 @@
|
|||
MD5 (hello-1.3.tar.gz) = eac5f06ee82b09808ddb3d72c795e765
|
||||
MD5 (hello-2.1.1.tar.gz) = 70c9ccf9fac07f762c24f2df2290784d
|
||||
|
|
|
@ -1,11 +0,0 @@
|
|||
--- Makefile.in.orig Wed Dec 29 21:53:22 1999
|
||||
+++ Makefile.in Wed Dec 29 21:53:39 1999
|
||||
@@ -31,7 +31,7 @@
|
||||
DEFS = @DEFS@
|
||||
LIBS = @LIBS@
|
||||
|
||||
-CFLAGS = -g
|
||||
+CFLAGS ?= -g
|
||||
LDFLAGS = -g
|
||||
|
||||
prefix = /usr/local
|
|
@ -2,3 +2,34 @@ bin/hello
|
|||
@unexec install-info --delete %D/info/hello.info %D/info/dir
|
||||
info/hello.info
|
||||
@exec install-info --dir-file=%D/info/dir --entry="* Hello: (hello). Hello Reference Manual." %D/info/hello.info
|
||||
share/locale/ca/LC_MESSAGES/hello.mo
|
||||
share/locale/da/LC_MESSAGES/hello.mo
|
||||
share/locale/de/LC_MESSAGES/hello.mo
|
||||
share/locale/de_DE/LC_MESSAGES/hello.mo
|
||||
share/locale/el/LC_MESSAGES/hello.mo
|
||||
share/locale/eo/LC_MESSAGES/hello.mo
|
||||
share/locale/es/LC_MESSAGES/hello.mo
|
||||
share/locale/et/LC_MESSAGES/hello.mo
|
||||
share/locale/fi/LC_MESSAGES/hello.mo
|
||||
share/locale/fr/LC_MESSAGES/hello.mo
|
||||
share/locale/gl/LC_MESSAGES/hello.mo
|
||||
share/locale/he/LC_MESSAGES/hello.mo
|
||||
share/locale/hr/LC_MESSAGES/hello.mo
|
||||
share/locale/hu/LC_MESSAGES/hello.mo
|
||||
share/locale/id/LC_MESSAGES/hello.mo
|
||||
share/locale/it/LC_MESSAGES/hello.mo
|
||||
share/locale/ja/LC_MESSAGES/hello.mo
|
||||
share/locale/ko/LC_MESSAGES/hello.mo
|
||||
share/locale/lv/LC_MESSAGES/hello.mo
|
||||
share/locale/nb/LC_MESSAGES/hello.mo
|
||||
share/locale/nl/LC_MESSAGES/hello.mo
|
||||
share/locale/nn/LC_MESSAGES/hello.mo
|
||||
share/locale/pl/LC_MESSAGES/hello.mo
|
||||
share/locale/pt/LC_MESSAGES/hello.mo
|
||||
share/locale/pt_BR/LC_MESSAGES/hello.mo
|
||||
share/locale/ru/LC_MESSAGES/hello.mo
|
||||
share/locale/sk/LC_MESSAGES/hello.mo
|
||||
share/locale/sl/LC_MESSAGES/hello.mo
|
||||
share/locale/sv/LC_MESSAGES/hello.mo
|
||||
share/locale/tr/LC_MESSAGES/hello.mo
|
||||
share/locale/uk/LC_MESSAGES/hello.mo
|
||||
|
|
Loading…
Add table
Reference in a new issue