From owner-svn-ports-all@freebsd.org Sat Dec 12 00:32:06 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id CBF5F9D79EA; Sat, 12 Dec 2015 00:32:06 +0000 (UTC) (envelope-from junovitch@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 mx1.freebsd.org (Postfix) with ESMTPS id 83B571D41; Sat, 12 Dec 2015 00:32:06 +0000 (UTC) (envelope-from junovitch@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tBC0W5bu067373; Sat, 12 Dec 2015 00:32:05 GMT (envelope-from junovitch@FreeBSD.org) Received: (from junovitch@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tBC0W5tt067372; Sat, 12 Dec 2015 00:32:05 GMT (envelope-from junovitch@FreeBSD.org) Message-Id: <201512120032.tBC0W5tt067372@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: junovitch set sender to junovitch@FreeBSD.org using -f From: Jason Unovitch Date: Sat, 12 Dec 2015 00:32:05 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r403578 - head/java/wildfly90 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.20 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, 12 Dec 2015 00:32:06 -0000 Author: junovitch Date: Sat Dec 12 00:32:05 2015 New Revision: 403578 URL: https://svnweb.freebsd.org/changeset/ports/403578 Log: java/wildfly90: use 555 permissions instead to match original CHMOD PR: 204540 Approved by: maintainer (implicit to match original behavior) Modified: head/java/wildfly90/pkg-plist Modified: head/java/wildfly90/pkg-plist ============================================================================== --- head/java/wildfly90/pkg-plist Sat Dec 12 00:32:02 2015 (r403577) +++ head/java/wildfly90/pkg-plist Sat Dec 12 00:32:05 2015 (r403578) @@ -27,28 +27,28 @@ %%APP_HOME%%/README.txt %%APP_HOME%%/bin/.jbossclirc %%APP_HOME%%/bin/add-user.properties -@(www,www,755) %%APP_HOME%%/bin/add-user.sh +@(www,www,555) %%APP_HOME%%/bin/add-user.sh %%APP_HOME%%/bin/appclient.conf -@(www,www,755) %%APP_HOME%%/bin/appclient.sh +@(www,www,555) %%APP_HOME%%/bin/appclient.sh %%APP_HOME%%/bin/client/README-CLI-JCONSOLE.txt %%APP_HOME%%/bin/client/README-EJB-JMS.txt %%APP_HOME%%/bin/client/jboss-cli-client.jar %%APP_HOME%%/bin/client/jboss-client.jar %%APP_HOME%%/bin/domain.conf -@(www,www,755) %%APP_HOME%%/bin/domain.sh +@(www,www,555) %%APP_HOME%%/bin/domain.sh %%APP_HOME%%/bin/jboss-cli-logging.properties -@(www,www,755) %%APP_HOME%%/bin/jboss-cli.sh +@(www,www,555) %%APP_HOME%%/bin/jboss-cli.sh %%APP_HOME%%/bin/jboss-cli.xml -@(www,www,755) %%APP_HOME%%/bin/jconsole.sh -@(www,www,755) %%APP_HOME%%/bin/jdr.sh +@(www,www,555) %%APP_HOME%%/bin/jconsole.sh +@(www,www,555) %%APP_HOME%%/bin/jdr.sh %%APP_HOME%%/bin/product.conf -@(www,www,755) %%APP_HOME%%/bin/run.sh +@(www,www,555) %%APP_HOME%%/bin/run.sh %%APP_HOME%%/bin/standalone.conf -@(www,www,755) %%APP_HOME%%/bin/standalone.sh -@(www,www,755) %%APP_HOME%%/bin/vault.sh +@(www,www,555) %%APP_HOME%%/bin/standalone.sh +@(www,www,555) %%APP_HOME%%/bin/vault.sh %%APP_HOME%%/bin/wildfly-launcher.jar -@(www,www,755) %%APP_HOME%%/bin/wsconsume.sh -@(www,www,755) %%APP_HOME%%/bin/wsprovide.sh +@(www,www,555) %%APP_HOME%%/bin/wsconsume.sh +@(www,www,555) %%APP_HOME%%/bin/wsprovide.sh %%APP_HOME%%/copyright.txt %%APP_HOME%%/docs/examples/configs/standalone-ec2-full-ha.xml %%APP_HOME%%/docs/examples/configs/standalone-ec2-ha.xml