Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 5 Feb 2014 19:37:53 +0000 (UTC)
From:      Brendan Fabeny <bf@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r342822 - head/textproc/reflex
Message-ID:  <201402051937.s15JbrnX006124@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 <bsd.port.mk>

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201402051937.s15JbrnX006124>