1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-20 20:09:11 +00:00

- Bump PORTREVISION after gettext update

PR:		ports/147486
Submitted by:	Alain Wolf <wolf@digris.ch>
This commit is contained in:
Gabor Kovesdan 2010-06-08 06:45:21 +00:00
parent ffef8d6ddf
commit 12b220d2ba
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=256081
2 changed files with 51 additions and 42 deletions

View File

@ -7,6 +7,7 @@
PORTNAME= sed
PORTVERSION= 4.2.1
PORTREVISION= 2
CATEGORIES= textproc
MASTER_SITES= ${MASTER_SITE_GNU}
MASTER_SITE_SUBDIR= ${PORTNAME}
@ -15,24 +16,32 @@ PKGNAMEPREFIX= g
MAINTAINER= gabor@FreeBSD.org
COMMENT= The GNU stream editor
# Global variables
GNU_CONFIGURE= yes
CONFIGURE_ENV+= MAKEINFO="makeinfo --no-split"
#CONFIGURE_ARGS+=--disable-nls
USE_GMAKE= yes
INFO= sed
MAN1= gsed.1
# Local variables
OPTIONS= NLS "NLS support" on
PATCH_SUBDIRS= . doc lib sed
DATADIR= ${PREFIX}/share/${PKGBASE}
SAMP_FILES= binary*.sed dc.sed
EXAMPLESDIR= ${PREFIX}/share/examples/${PKGBASE}
PORTDOCS= AUTHORS BUGS COPYING COPYING.DOC NEWS README THANKS
DOCSDIR= ${PREFIX}/share/doc/${PKGBASE}
USE_GMAKE= yes
INFO= sed
MAN1= gsed.1
.include <bsd.port.pre.mk>
.if !defined(WITHOUT_NLS)
USE_ICONV= yes
USE_GETTEXT= yes
PLIST_SUB= NLS=""
.else
CONFIGURE_ARGS+=--disable-nls
PLIST_SUB= NLS="@comment "
.endif
post-patch:
@${REINPLACE_CMD} 's,^\* sed:,* GNU sed:,' \
${WRKSRC}/doc/config.texi

View File

@ -5,39 +5,39 @@ bin/gsed
%%EXAMPLESDIR%%/binary3.sed
%%EXAMPLESDIR%%/dc.sed
@dirrm %%EXAMPLESDIR%%
share/locale/af/LC_MESSAGES/sed.mo
share/locale/ca/LC_MESSAGES/sed.mo
share/locale/cs/LC_MESSAGES/sed.mo
share/locale/da/LC_MESSAGES/sed.mo
share/locale/de/LC_MESSAGES/sed.mo
share/locale/el/LC_MESSAGES/sed.mo
share/locale/eo/LC_MESSAGES/sed.mo
share/locale/es/LC_MESSAGES/sed.mo
share/locale/et/LC_MESSAGES/sed.mo
share/locale/eu/LC_MESSAGES/sed.mo
share/locale/fi/LC_MESSAGES/sed.mo
share/locale/fr/LC_MESSAGES/sed.mo
share/locale/ga/LC_MESSAGES/sed.mo
share/locale/gl/LC_MESSAGES/sed.mo
share/locale/he/LC_MESSAGES/sed.mo
share/locale/hr/LC_MESSAGES/sed.mo
share/locale/hu/LC_MESSAGES/sed.mo
share/locale/id/LC_MESSAGES/sed.mo
share/locale/it/LC_MESSAGES/sed.mo
share/locale/ja/LC_MESSAGES/sed.mo
share/locale/ko/LC_MESSAGES/sed.mo
share/locale/nl/LC_MESSAGES/sed.mo
share/locale/pl/LC_MESSAGES/sed.mo
share/locale/pt/LC_MESSAGES/sed.mo
share/locale/pt_BR/LC_MESSAGES/sed.mo
share/locale/ro/LC_MESSAGES/sed.mo
share/locale/ru/LC_MESSAGES/sed.mo
share/locale/sk/LC_MESSAGES/sed.mo
share/locale/sl/LC_MESSAGES/sed.mo
share/locale/sr/LC_MESSAGES/sed.mo
share/locale/sv/LC_MESSAGES/sed.mo
share/locale/tr/LC_MESSAGES/sed.mo
share/locale/uk/LC_MESSAGES/sed.mo
share/locale/vi/LC_MESSAGES/sed.mo
share/locale/zh_CN/LC_MESSAGES/sed.mo
share/locale/zh_TW/LC_MESSAGES/sed.mo
%%NLS%%share/locale/af/LC_MESSAGES/sed.mo
%%NLS%%share/locale/ca/LC_MESSAGES/sed.mo
%%NLS%%share/locale/cs/LC_MESSAGES/sed.mo
%%NLS%%share/locale/da/LC_MESSAGES/sed.mo
%%NLS%%share/locale/de/LC_MESSAGES/sed.mo
%%NLS%%share/locale/el/LC_MESSAGES/sed.mo
%%NLS%%share/locale/eo/LC_MESSAGES/sed.mo
%%NLS%%share/locale/es/LC_MESSAGES/sed.mo
%%NLS%%share/locale/et/LC_MESSAGES/sed.mo
%%NLS%%share/locale/eu/LC_MESSAGES/sed.mo
%%NLS%%share/locale/fi/LC_MESSAGES/sed.mo
%%NLS%%share/locale/fr/LC_MESSAGES/sed.mo
%%NLS%%share/locale/ga/LC_MESSAGES/sed.mo
%%NLS%%share/locale/gl/LC_MESSAGES/sed.mo
%%NLS%%share/locale/he/LC_MESSAGES/sed.mo
%%NLS%%share/locale/hr/LC_MESSAGES/sed.mo
%%NLS%%share/locale/hu/LC_MESSAGES/sed.mo
%%NLS%%share/locale/id/LC_MESSAGES/sed.mo
%%NLS%%share/locale/it/LC_MESSAGES/sed.mo
%%NLS%%share/locale/ja/LC_MESSAGES/sed.mo
%%NLS%%share/locale/ko/LC_MESSAGES/sed.mo
%%NLS%%share/locale/nl/LC_MESSAGES/sed.mo
%%NLS%%share/locale/pl/LC_MESSAGES/sed.mo
%%NLS%%share/locale/pt/LC_MESSAGES/sed.mo
%%NLS%%share/locale/pt_BR/LC_MESSAGES/sed.mo
%%NLS%%share/locale/ro/LC_MESSAGES/sed.mo
%%NLS%%share/locale/ru/LC_MESSAGES/sed.mo
%%NLS%%share/locale/sk/LC_MESSAGES/sed.mo
%%NLS%%share/locale/sl/LC_MESSAGES/sed.mo
%%NLS%%share/locale/sr/LC_MESSAGES/sed.mo
%%NLS%%share/locale/sv/LC_MESSAGES/sed.mo
%%NLS%%share/locale/tr/LC_MESSAGES/sed.mo
%%NLS%%share/locale/uk/LC_MESSAGES/sed.mo
%%NLS%%share/locale/vi/LC_MESSAGES/sed.mo
%%NLS%%share/locale/zh_CN/LC_MESSAGES/sed.mo
%%NLS%%share/locale/zh_TW/LC_MESSAGES/sed.mo