svn commit: r473146 - head/textproc/flex

Yuri Victorovich yuri at FreeBSD.org
Sat Jun 23 17:48:54 UTC 2018


Author: yuri
Date: Sat Jun 23 17:48:52 2018
New Revision: 473146
URL: https://svnweb.freebsd.org/changeset/ports/473146

Log:
  textproc/flex: Update 2.6.1 -> 2.6.4
  
  Changelog:
  https://github.com/westes/flex/releases/tag/v2.6.4
  
  PR:		226546
  Approved by:	johans at FreeBSD.org (maintainer timeout; 103 days)

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

Modified: head/textproc/flex/Makefile
==============================================================================
--- head/textproc/flex/Makefile	Sat Jun 23 17:32:36 2018	(r473145)
+++ head/textproc/flex/Makefile	Sat Jun 23 17:48:52 2018	(r473146)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	flex
-PORTVERSION=	2.6.1
+PORTVERSION=	2.6.4
 CATEGORIES=	textproc
 MASTER_SITES=	https://github.com/westes/flex/releases/download/v${PORTVERSION}/
 
@@ -15,7 +15,7 @@ BUILD_DEPENDS=	help2man:misc/help2man \
 		gm4:devel/m4
 RUN_DEPENDS=	gm4:devel/m4
 
-USES=		bison gmake libtool makeinfo tar:xz
+USES=		bison gmake libtool makeinfo
 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	Sat Jun 23 17:32:36 2018	(r473145)
+++ head/textproc/flex/distinfo	Sat Jun 23 17:48:52 2018	(r473146)
@@ -1,2 +1,3 @@
-SHA256 (flex-2.6.1.tar.xz) = 2c7a412c1640e094cb058d9b2fe39d450186e09574bebb7aa28f783e3799103f
-SIZE (flex-2.6.1.tar.xz) = 835048
+TIMESTAMP = 1529775608
+SHA256 (flex-2.6.4.tar.gz) = e87aae032bf07c26f85ac0ed3250998c37621d95f8bd748b31f15b33c45ee995
+SIZE (flex-2.6.4.tar.gz) = 1419096

Modified: head/textproc/flex/pkg-plist
==============================================================================
--- head/textproc/flex/pkg-plist	Sat Jun 23 17:32:36 2018	(r473145)
+++ head/textproc/flex/pkg-plist	Sat Jun 23 17:48:52 2018	(r473146)
@@ -2,7 +2,6 @@ bin/flex
 bin/flex++
 include/flex/FlexLexer.h
 lib/libfl.a
-lib/libfl_pic.a
 man/man1/flex.1.gz
 %%NLS%%share/locale/ca/LC_MESSAGES/flex.mo
 %%NLS%%share/locale/da/LC_MESSAGES/flex.mo


More information about the svn-ports-all mailing list