Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 28 Feb 2020 19:22:35 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r527354 - head/textproc/reflex
Message-ID:  <202002281922.01SJMZ1T002530@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Fri Feb 28 19:22:35 2020
New Revision: 527354
URL: https://svnweb.freebsd.org/changeset/ports/527354

Log:
  Update to 20191123
  
  - Update MASTER_SITES
  - Update WWW
  
  Changes:	https://invisible-island.net/reflex/NEWS.html

Modified:
  head/textproc/reflex/Makefile
  head/textproc/reflex/distinfo
  head/textproc/reflex/pkg-descr

Modified: head/textproc/reflex/Makefile
==============================================================================
--- head/textproc/reflex/Makefile	Fri Feb 28 19:22:30 2020	(r527353)
+++ head/textproc/reflex/Makefile	Fri Feb 28 19:22:35 2020	(r527354)
@@ -2,9 +2,9 @@
 # $FreeBSD$
 
 PORTNAME=	reflex
-PORTVERSION=	20170521
+PORTVERSION=	20191123
 CATEGORIES=	textproc
-MASTER_SITES=	ftp://invisible-island.net/reflex/ \
+MASTER_SITES=	https://invisible-mirror.net/archives/reflex/ \
 		LOCAL/sunpoet
 
 MAINTAINER=	sunpoet@FreeBSD.org
@@ -13,9 +13,10 @@ COMMENT=	Relocalizable fast lexical scanner
 LICENSE=	BSD3CLAUSE
 LICENSE_FILE=	${WRKSRC}/COPYING
 
+USES=		tar:tgz
+
 CONFIGURE_ENV=	YACC="${YACC}"
 GNU_CONFIGURE=	yes
 TEST_TARGET=	bigcheck
-USES=		tar:tgz
 
 .include <bsd.port.mk>

Modified: head/textproc/reflex/distinfo
==============================================================================
--- head/textproc/reflex/distinfo	Fri Feb 28 19:22:30 2020	(r527353)
+++ head/textproc/reflex/distinfo	Fri Feb 28 19:22:35 2020	(r527354)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1497359841
-SHA256 (reflex-20170521.tgz) = aa36bb397ff717f09773fcaa80ba8b7c68a5b3b10c859d686c4daeb6518b6318
-SIZE (reflex-20170521.tgz) = 463350
+TIMESTAMP = 1582888986
+SHA256 (reflex-20191123.tgz) = 5623f4a520fa2f51abb23037fbb6b2aafac0e9cc60ddaa70ba727e0e01ef053f
+SIZE (reflex-20191123.tgz) = 467096

Modified: head/textproc/reflex/pkg-descr
==============================================================================
--- head/textproc/reflex/pkg-descr	Fri Feb 28 19:22:30 2020	(r527353)
+++ head/textproc/reflex/pkg-descr	Fri Feb 28 19:22:35 2020	(r527354)
@@ -3,4 +3,4 @@ This is a variant of the Flex fast lexical scanner. Fl
 it conforms to ANSI C. It includes other 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: https://invisible-island.net/reflex/



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