From owner-svn-ports-all@freebsd.org Sat Dec 12 00:32:04 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 2EACF9D79B0; Sat, 12 Dec 2015 00:32:04 +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 DAF4E1D39; Sat, 12 Dec 2015 00:32:03 +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 tBC0W3E4067263; Sat, 12 Dec 2015 00:32:03 GMT (envelope-from junovitch@FreeBSD.org) Received: (from junovitch@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tBC0W3JJ067262; Sat, 12 Dec 2015 00:32:03 GMT (envelope-from junovitch@FreeBSD.org) Message-Id: <201512120032.tBC0W3JJ067262@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:03 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r403577 - head/java/wildfly82 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:04 -0000 Author: junovitch Date: Sat Dec 12 00:32:02 2015 New Revision: 403577 URL: https://svnweb.freebsd.org/changeset/ports/403577 Log: java/wildfly82: use 555 permissions instead to match original CHMOD PR: 204542 Approved by: maintainer (implicit to match original behavior) Modified: head/java/wildfly82/pkg-plist Modified: head/java/wildfly82/pkg-plist ============================================================================== --- head/java/wildfly82/pkg-plist Sat Dec 12 00:13:24 2015 (r403576) +++ head/java/wildfly82/pkg-plist Sat Dec 12 00:32:02 2015 (r403577) @@ -27,26 +27,26 @@ %%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,755) %%APP_HOME%%/bin/run.sh +@(www,www,555) %%APP_HOME%%/bin/jconsole.sh +@(www,www,555) %%APP_HOME%%/bin/jdr.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,755) %%APP_HOME%%/bin/wsconsume.sh -@(www,www,755) %%APP_HOME%%/bin/wsprovide.sh +@(www,www,555) %%APP_HOME%%/bin/standalone.sh +@(www,www,555) %%APP_HOME%%/bin/vault.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