From owner-svn-ports-head@FreeBSD.ORG Sun Feb 16 15:55:38 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 6BEFC42E; Sun, 16 Feb 2014 15:55:38 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 57A7E1882; Sun, 16 Feb 2014 15:55:38 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s1GFtcvB004833; Sun, 16 Feb 2014 15:55:38 GMT (envelope-from johans@svn.freebsd.org) Received: (from johans@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s1GFtcXO004830; Sun, 16 Feb 2014 15:55:38 GMT (envelope-from johans@svn.freebsd.org) Message-Id: <201402161555.s1GFtcXO004830@svn.freebsd.org> From: Johan van Selst Date: Sun, 16 Feb 2014 15:55:37 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r344588 - head/textproc/flex X-SVN-Group: ports-head 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.17 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, 16 Feb 2014 15:55:38 -0000 Author: johans Date: Sun Feb 16 15:55:37 2014 New Revision: 344588 URL: http://svnweb.freebsd.org/changeset/ports/344588 QAT: https://qat.redports.org/buildarchive/r344588/ Log: Add missing .la files to plist Reported by: miwi Modified: head/textproc/flex/Makefile head/textproc/flex/pkg-plist Modified: head/textproc/flex/Makefile ============================================================================== --- head/textproc/flex/Makefile Sun Feb 16 15:55:12 2014 (r344587) +++ head/textproc/flex/Makefile Sun Feb 16 15:55:37 2014 (r344588) @@ -2,6 +2,7 @@ PORTNAME= flex PORTVERSION= 2.5.38 +PORTREVISION= 1 CATEGORIES= textproc MASTER_SITES= SF/${PORTNAME} Modified: head/textproc/flex/pkg-plist ============================================================================== --- head/textproc/flex/pkg-plist Sun Feb 16 15:55:12 2014 (r344587) +++ head/textproc/flex/pkg-plist Sun Feb 16 15:55:37 2014 (r344588) @@ -2,9 +2,11 @@ bin/flex bin/flex++ include/flex/FlexLexer.h lib/libfl.a -lib/libfl_pic.a +lib/libfl.la lib/libfl.so lib/libfl.so.2 +lib/libfl_pic.a +lib/libfl_pic.la lib/libfl_pic.so lib/libfl_pic.so.2 man/man1/flex.1.gz