From owner-svn-ports-all@freebsd.org Fri Dec 20 05:41:15 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 A049D1CDD99; Fri, 20 Dec 2019 05:41:15 +0000 (UTC) (envelope-from tobik@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 47fHfg3Q8sz4WkF; Fri, 20 Dec 2019 05:41:15 +0000 (UTC) (envelope-from tobik@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 706B7222A0; Fri, 20 Dec 2019 05:41:15 +0000 (UTC) (envelope-from tobik@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id xBK5fFbJ035809; Fri, 20 Dec 2019 05:41:15 GMT (envelope-from tobik@FreeBSD.org) Received: (from tobik@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id xBK5fF9O035808; Fri, 20 Dec 2019 05:41:15 GMT (envelope-from tobik@FreeBSD.org) Message-Id: <201912200541.xBK5fF9O035808@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tobik set sender to tobik@FreeBSD.org using -f From: Tobias Kortkamp Date: Fri, 20 Dec 2019 05:41:15 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r520470 - head/shells/heirloom-sh X-SVN-Group: ports-head X-SVN-Commit-Author: tobik X-SVN-Commit-Paths: head/shells/heirloom-sh X-SVN-Commit-Revision: 520470 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: Fri, 20 Dec 2019 05:41:15 -0000 Author: tobik Date: Fri Dec 20 05:41:15 2019 New Revision: 520470 URL: https://svnweb.freebsd.org/changeset/ports/520470 Log: shells/heirloom-sh: Use @shell instead of custom reimplementation Deleted: head/shells/heirloom-sh/pkg-deinstall head/shells/heirloom-sh/pkg-install Modified: head/shells/heirloom-sh/Makefile Modified: head/shells/heirloom-sh/Makefile ============================================================================== --- head/shells/heirloom-sh/Makefile Fri Dec 20 05:36:09 2019 (r520469) +++ head/shells/heirloom-sh/Makefile Fri Dec 20 05:41:15 2019 (r520470) @@ -3,6 +3,7 @@ PORTNAME= heirloom-sh PORTVERSION= 050706 +PORTREVISION= 1 CATEGORIES= shells MASTER_SITES= SF/heirloom/${PORTNAME}/${PORTVERSION} @@ -13,12 +14,9 @@ BROKEN_aarch64= Fails to link: missing sbrk USES= tar:bzip2 MAKEFILE= makefile -PLIST_FILES= bin/jsh \ +PLIST_FILES= "@shell bin/jsh" \ man/man1/jsh.1.gz PORTDOCS= CALDERA.LICENSE OPENSOLARIS.LICENSE CHANGES README - -PKGINSTALL= pkg-install -PKGDEINSTALL= pkg-deinstall OPTIONS_DEFINE= DOCS