From owner-svn-ports-head@freebsd.org Sun Jun 24 07:05:00 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 B557D101C145; Sun, 24 Jun 2018 07:05:00 +0000 (UTC) (envelope-from tcberner@gmail.com) Received: from mail-qk0-f179.google.com (mail-qk0-f179.google.com [209.85.220.179]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 5B5377CCB5; Sun, 24 Jun 2018 07:05:00 +0000 (UTC) (envelope-from tcberner@gmail.com) Received: by mail-qk0-f179.google.com with SMTP id o2-v6so5916377qkc.13; Sun, 24 Jun 2018 00:05:00 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc; bh=E3/FGhxV0cq0zqi0gVfloN+KUFQC2zvmTVtN8Cpw8hY=; b=UYmWEJUfBjlm7U9pIPX99dj5flzGd4n9vpqeHuFWegIDU1ozCKQH3whx5v86u6VQ5o sQkuOrWp5G3e4Khs3aKiopUDXDeb7Rsj24oaNRF/k/V4qtRYLWKhLQfmYKUoZKDSFh8m QosYY0BxCW0FGvw2cauu2K2WE9vOJ10Js9sntJ6jDiK+ecRZW1QbHyXlHOFbNUGhzTFK qyOFxHFNuOJxd9Svjx+OBuJdAElQfFoyMFPNPxSjY61romrR3Rf7ih7pDA9ouV6SicMK ONfX/KZpA6me3llWrsTAnxK4DCEuIEePL+Y9tFbPa7HXosCymToEqf+Y0ARi/WuLE0sj 356Q== X-Gm-Message-State: APt69E1DFWdoNYgCzMZ4qnR1aOQEmRfWd/tXwt652Jf1SleGj1yDnGNx veHf0JOkVoPTeu+gaopqdWt74BG6 X-Google-Smtp-Source: ADUXVKIN3LbdW+1ZOTi04KWxKXLLT0hRlclA5r4/BcSxDMVT3ZeuKpfowjLOlx+Wk4xdky/agAq9bg== X-Received: by 2002:a37:cbd3:: with SMTP id u80-v6mr6573835qkl.290.1529823432980; Sat, 23 Jun 2018 23:57:12 -0700 (PDT) Received: from mail-qt0-f169.google.com (mail-qt0-f169.google.com. [209.85.216.169]) by smtp.gmail.com with ESMTPSA id u1-v6sm7810454qkd.45.2018.06.23.23.57.12 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Sat, 23 Jun 2018 23:57:12 -0700 (PDT) Received: by mail-qt0-f169.google.com with SMTP id y89-v6so9466661qtd.10; Sat, 23 Jun 2018 23:57:12 -0700 (PDT) X-Received: by 2002:ac8:28a4:: with SMTP id i33-v6mr7091228qti.112.1529823432455; Sat, 23 Jun 2018 23:57:12 -0700 (PDT) MIME-Version: 1.0 Received: by 2002:ac8:3935:0:0:0:0:0 with HTTP; Sat, 23 Jun 2018 23:57:11 -0700 (PDT) In-Reply-To: <201806231748.w5NHmqJd035644@repo.freebsd.org> References: <201806231748.w5NHmqJd035644@repo.freebsd.org> From: "Tobias C. Berner" Date: Sun, 24 Jun 2018 08:57:11 +0200 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: svn commit: r473146 - head/textproc/flex To: Yuri Victorovich Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Content-Type: text/plain; charset="UTF-8" X-Content-Filtered-By: Mailman/MimeDel 2.1.26 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: Sun, 24 Jun 2018 07:05:01 -0000 Hi Yuri This broke devel/kdevelop-pg-qt-kde4. mfg Tobias On 23 June 2018 at 19:48, Yuri Victorovich wrote: > 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) = 2c7a412c1640e094cb058d9b2fe39d > 450186e09574bebb7aa28f783e3799103f > -SIZE (flex-2.6.1.tar.xz) = 835048 > +TIMESTAMP = 1529775608 > +SHA256 (flex-2.6.4.tar.gz) = e87aae032bf07c26f85ac0ed325099 > 8c37621d95f8bd748b31f15b33c45ee995 > +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 > >