svn commit: r301412 - head/textproc/flex

Johan van Selst johans at FreeBSD.org
Mon Jul 23 20:54:13 UTC 2012


Author: johans
Date: Mon Jul 23 20:54:12 2012
New Revision: 301412
URL: http://svn.freebsd.org/changeset/ports/301412

Log:
  Update flex to 2.5.36 (bugfix release)

Modified:
  head/textproc/flex/Makefile
  head/textproc/flex/distinfo
  head/textproc/flex/pkg-plist

Modified: head/textproc/flex/Makefile
==============================================================================
--- head/textproc/flex/Makefile	Mon Jul 23 20:06:04 2012	(r301411)
+++ head/textproc/flex/Makefile	Mon Jul 23 20:54:12 2012	(r301412)
@@ -6,10 +6,9 @@
 #
 
 PORTNAME=	flex
-PORTVERSION=	2.5.35
-PORTREVISION=	4
+PORTVERSION=	2.5.36
 CATEGORIES=	textproc
-MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}
+MASTER_SITES=	SF/${PORTNAME}
 
 MAINTAINER=	johans at FreeBSD.org
 COMMENT=	Fast lexical analyzer generator
@@ -37,6 +36,12 @@ CONFIGURE_ARGS+=--disable-nls
 PLIST_SUB+=	NLS="@comment "
 .endif
 
+.if ${PORT_OPTIONS:MDOCS}
+PORTDOCS=	*
+.else
+CONFIGURE_ARGS+=--docdir=${WRKSRC}
+.endif
+
 post-patch:	.SILENT
 	${REINPLACE_CMD} -Ee 's/tests//' \
 		-e 's/^([[:space:]]*)\$$\(RANLIB\) ([^ ;]*)/\1chmod u+w \2;&/' \

Modified: head/textproc/flex/distinfo
==============================================================================
--- head/textproc/flex/distinfo	Mon Jul 23 20:06:04 2012	(r301411)
+++ head/textproc/flex/distinfo	Mon Jul 23 20:54:12 2012	(r301412)
@@ -1,2 +1,2 @@
-SHA256 (flex-2.5.35.tar.bz2) = 0becbd4b2b36b99c67f8c22ab98f7f80c9860aec70f0350a0018f29a88704e7b
-SIZE (flex-2.5.35.tar.bz2) = 1256501
+SHA256 (flex-2.5.36.tar.bz2) = c466e68bbbb0a7884301ba257376f98197254543799690b671b1ac2130645d55
+SIZE (flex-2.5.36.tar.bz2) = 1317907

Modified: head/textproc/flex/pkg-plist
==============================================================================
--- head/textproc/flex/pkg-plist	Mon Jul 23 20:06:04 2012	(r301411)
+++ head/textproc/flex/pkg-plist	Mon Jul 23 20:54:12 2012	(r301412)
@@ -1,4 +1,5 @@
 bin/flex
+bin/flex++
 include/flex/FlexLexer.h
 lib/libfl.a
 lib/libfl_pic.a
@@ -6,6 +7,7 @@ lib/libfl_pic.a
 %%NLS%%share/locale/da/LC_MESSAGES/flex.mo
 %%NLS%%share/locale/de/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/ko/LC_MESSAGES/flex.mo



More information about the svn-ports-all mailing list