From owner-svn-ports-all@FreeBSD.ORG Fri Jun 20 00:11:13 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 2E254515; Fri, 20 Jun 2014 00:11:13 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 1B16E298C; Fri, 20 Jun 2014 00:11:13 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s5K0BCca039374; Fri, 20 Jun 2014 00:11:12 GMT (envelope-from adamw@svn.freebsd.org) Received: (from adamw@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s5K0BC3s039373; Fri, 20 Jun 2014 00:11:12 GMT (envelope-from adamw@svn.freebsd.org) Message-Id: <201406200011.s5K0BC3s039373@svn.freebsd.org> From: Adam Weinberger Date: Fri, 20 Jun 2014 00:11:12 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r358480 - head/shells/bashc X-SVN-Group: ports-head 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.18 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 Jun 2014 00:11:13 -0000 Author: adamw Date: Fri Jun 20 00:11:12 2014 New Revision: 358480 URL: http://svnweb.freebsd.org/changeset/ports/358480 QAT: https://qat.redports.org/buildarchive/r358480/ Log: Use the @shell helper instead of custom pkg-install/deinstall scripts. Deleted: head/shells/bashc/pkg-deinstall head/shells/bashc/pkg-install Modified: head/shells/bashc/Makefile Modified: head/shells/bashc/Makefile ============================================================================== --- head/shells/bashc/Makefile Fri Jun 20 00:09:20 2014 (r358479) +++ head/shells/bashc/Makefile Fri Jun 20 00:11:12 2014 (r358480) @@ -14,10 +14,6 @@ MAKE_JOBS_UNSAFE= yes USES= tar:tgz GNU_CONFIGURE= yes -PLIST_FILES= bin/bashc \ - etc/bash_commander \ - etc/bash_dialog - post-patch: @${REINPLACE_CMD} -e 's|autoconf|${TRUE}|' ${WRKSRC}/Makefile.in