Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 12 May 2020 10:44:24 +0000 (UTC)
From:      Hiroki Tagato <tagattie@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r534985 - in head: . misc misc/rfc
Message-ID:  <202005121044.04CAiOsq035219@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: tagattie
Date: Tue May 12 10:44:23 2020
New Revision: 534985
URL: https://svnweb.freebsd.org/changeset/ports/534985

Log:
  - Resurrect port and undeprecate
  - Update MASTER_SITES
  - Pass maintainership to submitter
  - Add LICENSE
  - Add NO_ARCH
  - Make portclippy happy
  
  PR:		246266
  Submitted by:	Chris Hutchinson <portmaster@bsdforge.com>
  Approved by:	ehaupt (mentor)

Added:
  head/misc/rfc/
     - copied from r534092, head/misc/rfc/
Modified:
  head/MOVED
  head/misc/Makefile
  head/misc/rfc/Makefile
  head/misc/rfc/distinfo

Modified: head/MOVED
==============================================================================
--- head/MOVED	Tue May 12 09:57:55 2020	(r534984)
+++ head/MOVED	Tue May 12 10:44:23 2020	(r534985)
@@ -14750,7 +14750,6 @@ misc/pantry||2020-05-05|Has expired: Broken for more t
 misc/phraze||2020-05-05|Has expired: Broken for more than 6 months
 misc/podsleuth||2020-05-05|Has expired: Broken for more than 6 months
 misc/py-osd||2020-05-05|Has expired: Broken for more than 6 months
-misc/rfc||2020-05-05|Has expired: Broken for more than 6 months
 misc/spamcalc||2020-05-05|Has expired: Broken for more than 6 months
 misc/us-zipcodes||2020-05-05|Has expired: Broken for more than 6 months
 misc/xtypo||2020-05-05|Has expired: Broken for more than 6 months

Modified: head/misc/Makefile
==============================================================================
--- head/misc/Makefile	Tue May 12 09:57:55 2020	(r534984)
+++ head/misc/Makefile	Tue May 12 10:44:23 2020	(r534985)
@@ -422,6 +422,7 @@
     SUBDIR += raspberrypi-userland
     SUBDIR += raspbsd-led
     SUBDIR += ree
+    SUBDIR += rfc
     SUBDIR += ringtonetools
     SUBDIR += rname
     SUBDIR += rpl

Modified: head/misc/rfc/Makefile
==============================================================================
--- head/misc/rfc/Makefile	Tue May  5 15:22:17 2020	(r534092)
+++ head/misc/rfc/Makefile	Tue May 12 10:44:23 2020	(r534985)
@@ -3,23 +3,24 @@
 
 PORTNAME=	rfc
 PORTVERSION=	3.2.3
-PORTREVISION=	3
+PORTREVISION=	4
 CATEGORIES=	misc
-MASTER_SITES=	http://www.dewn.com/rfc/
+MASTER_SITES=	https://BSDforge.com/projects/source/misc/rfc/
 
-MAINTAINER=	scf@FreeBSD.org
+MAINTAINER=	portmaster@BSDforge.com
 COMMENT=	Perl script to search for RFC's
 
-BROKEN=		unfetchable
-DEPRECATED=	Broken for more than 6 months
-EXPIRATION_DATE=	2020-05-05
+LICENSE=	BSD2CLAUSE
 
 RUN_DEPENDS=	w3m:www/w3m
 
-NO_BUILD=	yes
-USES=	perl5 shebangfix
+USES=		perl5 shebangfix
 USE_PERL5=	run
+
 SHEBANG_FILES=	${PORTNAME}-${PORTVERSION}
+
+NO_ARCH=	yes
+NO_BUILD=	yes
 
 PLIST_FILES=	bin/rfc man/man1/rfc.1.gz
 

Modified: head/misc/rfc/distinfo
==============================================================================
--- head/misc/rfc/distinfo	Tue May  5 15:22:17 2020	(r534092)
+++ head/misc/rfc/distinfo	Tue May 12 10:44:23 2020	(r534985)
@@ -1,2 +1,3 @@
+TIMESTAMP = 1588792454
 SHA256 (rfc-3.2.3.tar.gz) = 894ca3d84bbe354748a4808e60f3d35879637b0fb5a6f9e47a1ece3314231950
 SIZE (rfc-3.2.3.tar.gz) = 10469



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