Date: Thu, 13 Feb 2014 18:21:10 +0000 (UTC) From: Johan van Selst <johans@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r344136 - head/textproc/flex Message-ID: <201402131821.s1DILAKc095471@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: johans Date: Thu Feb 13 18:21:09 2014 New Revision: 344136 URL: http://svnweb.freebsd.org/changeset/ports/344136 QAT: https://qat.redports.org/buildarchive/r344136/ Log: Update to flex 2.5.38 Modified: head/textproc/flex/Makefile head/textproc/flex/distinfo head/textproc/flex/pkg-plist Modified: head/textproc/flex/Makefile ============================================================================== --- head/textproc/flex/Makefile Thu Feb 13 18:12:16 2014 (r344135) +++ head/textproc/flex/Makefile Thu Feb 13 18:21:09 2014 (r344136) @@ -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 Modified: head/textproc/flex/distinfo ============================================================================== --- head/textproc/flex/distinfo Thu Feb 13 18:12:16 2014 (r344135) +++ head/textproc/flex/distinfo Thu Feb 13 18:21:09 2014 (r344136) @@ -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 Modified: head/textproc/flex/pkg-plist ============================================================================== --- head/textproc/flex/pkg-plist Thu Feb 13 18:12:16 2014 (r344135) +++ head/textproc/flex/pkg-plist Thu Feb 13 18:21:09 2014 (r344136) @@ -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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201402131821.s1DILAKc095471>