From owner-svn-ports-head@freebsd.org Sat Jun 23 17:48:53 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D193F10007F1; Sat, 23 Jun 2018 17:48:53 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 79F208C094; Sat, 23 Jun 2018 17:48:53 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 57705130F6; Sat, 23 Jun 2018 17:48:53 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w5NHmrBc035646; Sat, 23 Jun 2018 17:48:53 GMT (envelope-from yuri@FreeBSD.org) Received: (from yuri@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w5NHmqJd035644; Sat, 23 Jun 2018 17:48:52 GMT (envelope-from yuri@FreeBSD.org) Message-Id: <201806231748.w5NHmqJd035644@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: yuri set sender to yuri@FreeBSD.org using -f From: Yuri Victorovich Date: Sat, 23 Jun 2018 17:48:52 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r473146 - head/textproc/flex X-SVN-Group: ports-head X-SVN-Commit-Author: yuri X-SVN-Commit-Paths: head/textproc/flex X-SVN-Commit-Revision: 473146 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 23 Jun 2018 17:48:54 -0000 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@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