Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 3 Jan 2020 11:20:09 +0000 (UTC)
From:      Li-Wen Hsu <lwhsu@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r521927 - head/devel/gperf31
Message-ID:  <202001031120.003BK9Nv072771@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: lwhsu
Date: Fri Jan  3 11:20:08 2020
New Revision: 521927
URL: https://svnweb.freebsd.org/changeset/ports/521927

Log:
  Mark DEPRECATED as devel/gperf is 3.1 now

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

Modified: head/devel/gperf31/Makefile
==============================================================================
--- head/devel/gperf31/Makefile	Fri Jan  3 10:35:26 2020	(r521926)
+++ head/devel/gperf31/Makefile	Fri Jan  3 11:20:08 2020	(r521927)
@@ -10,6 +10,9 @@ PKGNAMESUFFIX=	31
 MAINTAINER=	lwhsu@FreeBSD.org
 COMMENT=	Generates perfect hash functions for sets of keywords
 
+DEPRECATED=	No longer needed, use devel/gperf
+EXPIRATION_DATE=	2020-01-31
+
 LICENSE=	GPLv3+
 LICENSE_FILE=	${WRKSRC}/COPYING
 

Modified: head/devel/gperf31/pkg-descr
==============================================================================
--- head/devel/gperf31/pkg-descr	Fri Jan  3 10:35:26 2020	(r521926)
+++ head/devel/gperf31/pkg-descr	Fri Jan  3 11:20:08 2020	(r521927)
@@ -19,6 +19,6 @@ Output from the GPERF program is used to recognize res
 the GNU C, GNU C++, and GNU Pascal compilers, as well as with the GNU
 indent program.
 
-LICENSE: GPL3 or later
+LICENSE: GPL2 or later
 
 WWW: https://www.gnu.org/software/gperf/



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