svn commit: r342822 - head/textproc/reflex

Brendan Fabeny bf at FreeBSD.org
Wed Feb 5 19:37:54 UTC 2014


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 at 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


More information about the svn-ports-all mailing list