From owner-svn-ports-all@freebsd.org Sat Nov 2 20:44:33 2019 Return-Path: Delivered-To: svn-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id E4EEF163E93; Sat, 2 Nov 2019 20:44:33 +0000 (UTC) (envelope-from rene@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4759z55nK1z49VH; Sat, 2 Nov 2019 20:44:33 +0000 (UTC) (envelope-from rene@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id A9C49F86; Sat, 2 Nov 2019 20:44:33 +0000 (UTC) (envelope-from rene@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id xA2KiXN0086089; Sat, 2 Nov 2019 20:44:33 GMT (envelope-from rene@FreeBSD.org) Received: (from rene@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id xA2KiX3Z086088; Sat, 2 Nov 2019 20:44:33 GMT (envelope-from rene@FreeBSD.org) Message-Id: <201911022044.xA2KiX3Z086088@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: rene set sender to rene@FreeBSD.org using -f From: Rene Ladan Date: Sat, 2 Nov 2019 20:44:33 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r516366 - head/shells/v7sh X-SVN-Group: ports-head X-SVN-Commit-Author: rene X-SVN-Commit-Paths: head/shells/v7sh X-SVN-Commit-Revision: 516366 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 02 Nov 2019 20:44:34 -0000 Author: rene Date: Sat Nov 2 20:44:33 2019 New Revision: 516366 URL: https://svnweb.freebsd.org/changeset/ports/516366 Log: shells/v7sh: over to new volunteer with a new MASTER_SITES PR: 241279 Submitted by: Chris Hutchinson MFH: 2019Q4 Modified: head/shells/v7sh/Makefile Modified: head/shells/v7sh/Makefile ============================================================================== --- head/shells/v7sh/Makefile Sat Nov 2 20:25:40 2019 (r516365) +++ head/shells/v7sh/Makefile Sat Nov 2 20:44:33 2019 (r516366) @@ -5,24 +5,18 @@ PORTNAME= v7sh PORTVERSION= 1.0 PORTREVISION= 1 CATEGORIES= shells -MASTER_SITES= ftp://minnie.tuhs.org/UnixArchive/PDP-11/Trees/V7/usr/src/cmd/sh/:s \ - http://minnie.tuhs.org/UnixTree/V7/usr/src/cmd/sh/:s \ - ftp://minnie.tuhs.org/UnixArchive/PDP-11/Trees/V7/usr/man/man1/:m \ - http://minnie.tuhs.org/UnixTree/V7/usr/man/man1/:m -DISTFILES= args.c:s blok.c:s brkincr.h:s builtin.c:s cmd.c:s \ - ctype.c:s ctype.h:s defs.h:s error.c:s expand.c:s \ - fault.c:s io.c:s mac.h:s macro.c:s main.c:s mode.h:s \ - msg.c:s name.c:s name.h:s print.c:s service.c:s \ - setbrk.c:s stak.c:s stak.h:s string.c:s sym.h:s \ - timeout.h:s word.c:s xec.c:s sh.1:m +MASTER_SITES= https://BSDforge.com/projects/source/shells/v7sh/ +DISTFILES= args.c blok.c brkincr.h builtin.c cmd.c \ + ctype.c ctype.h defs.h error.c expand.c \ + fault.c io.c mac.h macro.c main.c mode.h \ + msg.c name.c name.h print.c service.c \ + setbrk.c stak.c stak.h string.c sym.h \ + timeout.h word.c xec.c sh.1 DIST_SUBDIR= ${PORTNAME} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= portmaster@BSDforge.com COMMENT= Implementation of the UNIX 7th Edition shell -BROKEN= unfetchable -DEPRECATED= Unfetchable, unmaintained -EXPIRATION_DATE= 2019-10-16 BROKEN_aarch64= Fails to link: missing sbrk USES= uidfix