svn commit: r491548 - head/devel/re2c

Dmitry Marakasov amdmi3 at FreeBSD.org
Tue Jan 29 09:00:38 UTC 2019


Author: amdmi3
Date: Tue Jan 29 09:00:37 2019
New Revision: 491548
URL: https://svnweb.freebsd.org/changeset/ports/491548

Log:
  - Add LICENSE
  - Update WWW
  
  Approved by:	portmgr blanket

Modified:
  head/devel/re2c/Makefile
  head/devel/re2c/pkg-descr

Modified: head/devel/re2c/Makefile
==============================================================================
--- head/devel/re2c/Makefile	Tue Jan 29 08:59:30 2019	(r491547)
+++ head/devel/re2c/Makefile	Tue Jan 29 09:00:37 2019	(r491548)
@@ -9,6 +9,8 @@ MASTER_SITES=	SF/${PORTNAME}/${PORTVERSION}
 MAINTAINER=	chalpin at cs.wisc.edu
 COMMENT=	Compile regular expression to C (much faster final code than flex)
 
+LICENSE=	PD
+
 OPTIONS_DEFINE=	DOCS EXAMPLES
 
 GNU_CONFIGURE=	yes

Modified: head/devel/re2c/pkg-descr
==============================================================================
--- head/devel/re2c/pkg-descr	Tue Jan 29 08:59:30 2019	(r491547)
+++ head/devel/re2c/pkg-descr	Tue Jan 29 09:00:37 2019	(r491548)
@@ -5,4 +5,4 @@ typically almost twice as fast as a flex-based scanner
 increase in size (possibly a decrease on cisc architectures).  Indeed,
 re2c-based scanners are quite competitive with hand-crafted ones.
 
-WWW: http://re2c.sourceforge.net/
+WWW: http://re2c.org/


More information about the svn-ports-head mailing list