From owner-svn-ports-head@FreeBSD.ORG Thu May 7 22:21:45 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 25392AAE; Thu, 7 May 2015 22:21:45 +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 143681660; Thu, 7 May 2015 22:21:45 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t47MLiMh012863; Thu, 7 May 2015 22:21:44 GMT (envelope-from tdb@FreeBSD.org) Received: (from tdb@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t47MLiAa012859; Thu, 7 May 2015 22:21:44 GMT (envelope-from tdb@FreeBSD.org) Message-Id: <201505072221.t47MLiAa012859@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: tdb set sender to tdb@FreeBSD.org using -f From: Tim Bishop Date: Thu, 7 May 2015 22:21:44 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r385697 - head/www/shellinabox X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 07 May 2015 22:21:45 -0000 Author: tdb Date: Thu May 7 22:21:43 2015 New Revision: 385697 URL: https://svnweb.freebsd.org/changeset/ports/385697 Log: Fix broken pkg-plist. The exec line had a typo in the group name and used the wrong flag (-o instead of -m) for the mode. It's all redundant anyway with the new @dir. Modified: head/www/shellinabox/Makefile head/www/shellinabox/pkg-plist Modified: head/www/shellinabox/Makefile ============================================================================== --- head/www/shellinabox/Makefile Thu May 7 22:18:31 2015 (r385696) +++ head/www/shellinabox/Makefile Thu May 7 22:21:43 2015 (r385697) @@ -3,7 +3,7 @@ PORTNAME= shellinabox PORTVERSION= 2.14 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= www MASTER_SITES= GOOGLE_CODE Modified: head/www/shellinabox/pkg-plist ============================================================================== --- head/www/shellinabox/pkg-plist Thu May 7 22:18:31 2015 (r385696) +++ head/www/shellinabox/pkg-plist Thu May 7 22:21:43 2015 (r385697) @@ -1,10 +1,3 @@ bin/shellinaboxd man/man1/shellinaboxd.1.gz -@owner shellinabox -@group shellinabox -@mode 700 -@dirrmtry etc/shellinabox -@mode -@group wheel -@owner root -@exec install -d -o shellinabox -g sellinabox -o 700 %D/etc/shellinabox +@dir(shellinabox,shellinabox,700) etc/shellinabox