svn commit: r349396 - head/textproc/flex
Johan van Selst
johans at FreeBSD.org
Fri Mar 28 08:56:43 UTC 2014
Author: johans
Date: Fri Mar 28 08:56:41 2014
New Revision: 349396
URL: http://svnweb.freebsd.org/changeset/ports/349396
QAT: https://qat.redports.org/buildarchive/r349396/
Log:
Update to flex 2.5.39
Modified:
head/textproc/flex/Makefile
head/textproc/flex/distinfo
head/textproc/flex/pkg-plist
Modified: head/textproc/flex/Makefile
==============================================================================
--- head/textproc/flex/Makefile Fri Mar 28 08:40:53 2014 (r349395)
+++ head/textproc/flex/Makefile Fri Mar 28 08:56:41 2014 (r349396)
@@ -1,8 +1,7 @@
# $FreeBSD$
PORTNAME= flex
-PORTVERSION= 2.5.38
-PORTREVISION= 2
+PORTVERSION= 2.5.39
CATEGORIES= textproc
MASTER_SITES= SF/${PORTNAME}
@@ -13,8 +12,7 @@ BUILD_DEPENDS= help2man:${PORTSDIR}/misc
gm4:${PORTSDIR}/devel/m4
RUN_DEPENDS= gm4:${PORTSDIR}/devel/m4
-USES= bison gmake
-USE_BZIP2= yes
+USES= bison gmake tar:bzip2
GNU_CONFIGURE= yes
# install flex header to its own dir to avoid conflict with system flex.
CONFIGURE_ARGS= --includedir=${PREFIX}/include/flex --disable-shared
Modified: head/textproc/flex/distinfo
==============================================================================
--- head/textproc/flex/distinfo Fri Mar 28 08:40:53 2014 (r349395)
+++ head/textproc/flex/distinfo Fri Mar 28 08:56:41 2014 (r349396)
@@ -1,2 +1,2 @@
-SHA256 (flex-2.5.38.tar.bz2) = d42a67ce11b649ce977c8e239d04b2ef1bdbffebb8a79f4f65211ad295f274ec
-SIZE (flex-2.5.38.tar.bz2) = 1628060
+SHA256 (flex-2.5.39.tar.bz2) = add2b55f3bc38cb512b48fad7d72f43b11ef244487ff25fc00aabec1e32b617f
+SIZE (flex-2.5.39.tar.bz2) = 1612101
Modified: head/textproc/flex/pkg-plist
==============================================================================
--- head/textproc/flex/pkg-plist Fri Mar 28 08:40:53 2014 (r349395)
+++ head/textproc/flex/pkg-plist Fri Mar 28 08:56:41 2014 (r349396)
@@ -16,6 +16,8 @@ man/man1/flex.1.gz
%%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/en at boldquot/LC_MESSAGES/flex.mo
+%%NLS%%share/locale/en at quot/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
@@ -33,8 +35,10 @@ man/man1/flex.1.gz
%%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
-%%NLS%%share/locale/zh_tw/LC_MESSAGES/flex.mo
-%%NLS%%@dirrmtry share/locale/zh_tw/LC_MESSAGES
-%%NLS%%@dirrmtry share/locale/zh_tw
+%%NLS%%share/locale/zh_TW/LC_MESSAGES/flex.mo
+%%NLS%%@dirrmtry share/locale/en at quot/LC_MESSAGES
+%%NLS%%@dirrmtry share/locale/en at quot
+%%NLS%%@dirrmtry share/locale/en at boldquot/LC_MESSAGES
+%%NLS%%@dirrmtry share/locale/en at boldquot
%%PORTDOCS%%@dirrm %%DOCSDIR%%
@dirrm include/flex
More information about the svn-ports-head
mailing list