svn commit: r514617 - head/lang/nawk

Steve Wills swills at FreeBSD.org
Wed Oct 16 21:46:02 UTC 2019


Author: swills
Date: Wed Oct 16 21:46:01 2019
New Revision: 514617
URL: https://svnweb.freebsd.org/changeset/ports/514617

Log:
  lang/nawk: fix MASTER_SITES
  
  While here, assign maintainer
  
  PR:		241275
  Submitted by:	Chris Hutchinson <portmaster at bsdforge.com>

Modified:
  head/lang/nawk/Makefile   (contents, props changed)

Modified: head/lang/nawk/Makefile
==============================================================================
--- head/lang/nawk/Makefile	Wed Oct 16 21:44:16 2019	(r514616)
+++ head/lang/nawk/Makefile	Wed Oct 16 21:46:01 2019	(r514617)
@@ -3,17 +3,14 @@
 
 PORTNAME=	nawk
 PORTVERSION=	20121220
+PORTREVISION=	1
 CATEGORIES=	lang
-MASTER_SITES=	http://www.cs.princeton.edu/~bwk/btl.mirror/
+MASTER_SITES=	https://BSDforge.com/projects/source/lang/nawk/
 DISTNAME=	awk
 DIST_SUBDIR=	nawk-${PORTVERSION}
 
-MAINTAINER=	ports at FreeBSD.org
+MAINTAINER=	portmaster at BSDforge.com
 COMMENT=	Brian Kernighan's pattern scanning and processing language
-
-BROKEN=		unfetchable
-DEPRECATED=	Unfetchable, unmaintained
-EXPIRATION_DATE=	2019-10-16
 
 NO_WRKSUBDIR=	yes
 MAKEFILE=	makefile


More information about the svn-ports-head mailing list