From owner-svn-ports-head@FreeBSD.ORG Wed Feb 5 19:37:54 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 A788AB94; Wed, 5 Feb 2014 19:37:54 +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 76B961038; Wed, 5 Feb 2014 19:37:54 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s15JbsDQ006127; Wed, 5 Feb 2014 19:37:54 GMT (envelope-from bf@svn.freebsd.org) Received: (from bf@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s15JbrnX006124; Wed, 5 Feb 2014 19:37:53 GMT (envelope-from bf@svn.freebsd.org) Message-Id: <201402051937.s15JbrnX006124@svn.freebsd.org> From: Brendan Fabeny Date: Wed, 5 Feb 2014 19:37:53 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r342822 - head/textproc/reflex 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: Wed, 05 Feb 2014 19:37:54 -0000 Author: bf Date: Wed Feb 5 19:37:53 2014 New Revision: 342822 URL: http://svnweb.freebsd.org/changeset/ports/342822 QAT: https://qat.redports.org/buildarchive/r342822/ Log: Update to 20131209; update LICENSE; use staging Modified: head/textproc/reflex/Makefile head/textproc/reflex/distinfo head/textproc/reflex/pkg-descr Modified: head/textproc/reflex/Makefile ============================================================================== --- head/textproc/reflex/Makefile Wed Feb 5 19:32:00 2014 (r342821) +++ head/textproc/reflex/Makefile Wed Feb 5 19:37:53 2014 (r342822) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= reflex -PORTVERSION= 20100906 +PORTVERSION= 20131209 CATEGORIES= textproc MASTER_SITES= ftp://invisible-island.net/reflex/ LOCAL/bf EXTRACT_SUFX= .tgz @@ -10,23 +10,22 @@ EXTRACT_SUFX= .tgz MAINTAINER= bf@FreeBSD.org COMMENT= Relocalizable fast lexical scanner -LICENSE= BSD +LICENSE= BSD3CLAUSE GNU_CONFIGURE= yes CONFIGURE_ENV= YACC="${YACC}" -MAN1= reflex.1 -PLIST_FILES= bin/reflex bin/reflex++ include/reFlexLexer.h lib/librefl.a +PLIST_FILES= bin/reflex bin/reflex++ include/reFlexLexer.h \ + lib/librefl.a man/man1/reflex.1.gz WRKSRC = ${WRKDIR}/reflex-${PORTVERSION} regression-test test: check .for t in check bigcheck ${t}: build - @cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${MAKE} ${_MAKE_JOBS} \ + @cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${MAKE_CMD} \ ${MAKE_ARGS} ${t}; .endfor -NO_STAGE= yes .include Modified: head/textproc/reflex/distinfo ============================================================================== --- head/textproc/reflex/distinfo Wed Feb 5 19:32:00 2014 (r342821) +++ head/textproc/reflex/distinfo Wed Feb 5 19:37:53 2014 (r342822) @@ -1,2 +1,2 @@ -SHA256 (reflex-20100906.tgz) = 111daaf27268943b37ffe5fd4197c918d0f7854e4506957672a8da1f70360459 -SIZE (reflex-20100906.tgz) = 447507 +SHA256 (reflex-20131209.tgz) = 0ebbfa2d564e1e211ccf862ad6f12dbffa784164ea4492d08b9d50a592aaf0e2 +SIZE (reflex-20131209.tgz) = 454282 Modified: head/textproc/reflex/pkg-descr ============================================================================== --- head/textproc/reflex/pkg-descr Wed Feb 5 19:32:00 2014 (r342821) +++ head/textproc/reflex/pkg-descr Wed Feb 5 19:37:53 2014 (r342822) @@ -4,4 +4,4 @@ by Thomas Dickey, so that it conforms to improvements, but remains compatible with Paxson's 2.5.4 release (as well as POSIX lex). See the NEWS file for details. -WWW: http://invisible-island.net/reflex/reflex.html +WWW: http://invisible-island.net/reflex/reflex.html