mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-26 09:46:09 +00:00
Update to flex 2.5.38
This commit is contained in:
parent
8735e22ac3
commit
e39a61ed15
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=344136
@ -1,8 +1,7 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= flex
|
||||
PORTVERSION= 2.5.37
|
||||
PORTREVISION= 1
|
||||
PORTVERSION= 2.5.38
|
||||
CATEGORIES= textproc
|
||||
MASTER_SITES= SF/${PORTNAME}
|
||||
|
||||
@ -19,6 +18,7 @@ GNU_CONFIGURE= yes
|
||||
# install flex header to its own dir to avoid conflict with system flex.
|
||||
CONFIGURE_ARGS= --includedir=${PREFIX}/include/flex
|
||||
CONFIGURE_ENV= M4=${LOCALBASE}/bin/gm4
|
||||
INSTALL_TARGET= install-strip
|
||||
|
||||
INFO= flex
|
||||
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (flex-2.5.37.tar.bz2) = 17aa7b4ebf19a13bc2dff4115b416365c95f090061539a932a68092349ac052a
|
||||
SIZE (flex-2.5.37.tar.bz2) = 1303313
|
||||
SHA256 (flex-2.5.38.tar.bz2) = d42a67ce11b649ce977c8e239d04b2ef1bdbffebb8a79f4f65211ad295f274ec
|
||||
SIZE (flex-2.5.38.tar.bz2) = 1628060
|
||||
|
@ -3,31 +3,40 @@ bin/flex++
|
||||
include/flex/FlexLexer.h
|
||||
lib/libfl.a
|
||||
lib/libfl_pic.a
|
||||
lib/libfl.so
|
||||
lib/libfl.so.2
|
||||
lib/libfl_pic.so
|
||||
lib/libfl_pic.so.2
|
||||
man/man1/flex.1.gz
|
||||
%%PORTDOCS%%%%DOCSDIR%%/AUTHORS
|
||||
%%PORTDOCS%%%%DOCSDIR%%/COPYING
|
||||
%%PORTDOCS%%%%DOCSDIR%%/NEWS
|
||||
%%PORTDOCS%%%%DOCSDIR%%/ONEWS
|
||||
%%PORTDOCS%%%%DOCSDIR%%/README
|
||||
%%PORTDOCS%%%%DOCSDIR%%/README.cvs
|
||||
%%PORTDOCS%%%%DOCSDIR%%/TODO
|
||||
%%PORTDOCS%%%%DOCSDIR%%/flex.pdf
|
||||
%%NLS%%share/locale/ca/LC_MESSAGES/flex.mo
|
||||
%%NLS%%share/locale/da/LC_MESSAGES/flex.mo
|
||||
%%NLS%%share/locale/de/LC_MESSAGES/flex.mo
|
||||
%%NLS%%share/locale/eo/LC_MESSAGES/flex.mo
|
||||
%%NLS%%share/locale/es/LC_MESSAGES/flex.mo
|
||||
%%NLS%%share/locale/fi/LC_MESSAGES/flex.mo
|
||||
%%NLS%%share/locale/fr/LC_MESSAGES/flex.mo
|
||||
%%NLS%%share/locale/ga/LC_MESSAGES/flex.mo
|
||||
%%NLS%%share/locale/hr/LC_MESSAGES/flex.mo
|
||||
%%NLS%%share/locale/ko/LC_MESSAGES/flex.mo
|
||||
%%NLS%%share/locale/nl/LC_MESSAGES/flex.mo
|
||||
%%NLS%%share/locale/pl/LC_MESSAGES/flex.mo
|
||||
%%NLS%%share/locale/pt_BR/LC_MESSAGES/flex.mo
|
||||
%%NLS%%share/locale/ro/LC_MESSAGES/flex.mo
|
||||
%%NLS%%share/locale/ru/LC_MESSAGES/flex.mo
|
||||
%%NLS%%share/locale/sr/LC_MESSAGES/flex.mo
|
||||
%%NLS%%share/locale/sv/LC_MESSAGES/flex.mo
|
||||
%%NLS%%share/locale/tr/LC_MESSAGES/flex.mo
|
||||
%%NLS%%share/locale/vi/LC_MESSAGES/flex.mo
|
||||
%%NLS%%share/locale/zh_CN/LC_MESSAGES/flex.mo
|
||||
@dirrm include/flex
|
||||
%%NLS%%share/locale/zh_tw/LC_MESSAGES/flex.mo
|
||||
%%NLS%%@dirrmtry share/locale/zh_tw/LC_MESSAGES
|
||||
%%NLS%%@dirrmtry share/locale/zh_tw
|
||||
%%PORTDOCS%%@dirrm %%DOCSDIR%%
|
||||
@dirrm include/flex
|
||||
|
Loading…
Reference in New Issue
Block a user