1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00

java/wildfly81: address non-root builds and minor QA observations

- Drop ${CHMOD} usage and set permissions in pkg-plist (portlint)
- Add terminating @owner/@group to pkg-plist (portlint)
- Switch version specific path in pkg-message to variable

PR:		205259
Approved by:	maintainer timeout (2 weeks)
This commit is contained in:
Jason Unovitch 2015-12-26 14:06:51 +00:00
parent def60487fd
commit 4b6e74e750
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=404512
3 changed files with 14 additions and 13 deletions

View File

@ -65,7 +65,6 @@ do-build:
do-install:
${MKDIR} ${STAGEDIR}${PREFIX}/wildfly-${PORTVERSION}
(cd ${WRKSRC} && ${COPYTREE_SHARE} . ${STAGEDIR}${PREFIX}/wildfly-${PORTVERSION})
${CHMOD} +x ${STAGEDIR}${PREFIX}/wildfly-${PORTVERSION}/bin/*.sh
${RMDIR} ${STAGEDIR}${PREFIX}/wildfly-${PORTVERSION}/.installation
.for FILE in ${CONFIG_FILES}
${MV} ${STAGEDIR}${PREFIX}/wildfly-${PORTVERSION}/${FILE} \

View File

@ -12,4 +12,4 @@ To change JVM args, edit appropriate standalone.conf.
To add the initial admin user:
%%LOCALBASE%%/wildfly-8.1.0/bin/add-user.sh
%%APP_HOME%%/bin/add-user.sh

View File

@ -27,26 +27,26 @@
%%APP_HOME%%/README.txt
%%APP_HOME%%/bin/.jbossclirc
%%APP_HOME%%/bin/add-user.properties
%%APP_HOME%%/bin/add-user.sh
@(www,www,555) %%APP_HOME%%/bin/add-user.sh
%%APP_HOME%%/bin/appclient.conf
%%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
%%APP_HOME%%/bin/domain.sh
@(www,www,555) %%APP_HOME%%/bin/domain.sh
%%APP_HOME%%/bin/jboss-cli-logging.properties
%%APP_HOME%%/bin/jboss-cli.sh
@(www,www,555) %%APP_HOME%%/bin/jboss-cli.sh
%%APP_HOME%%/bin/jboss-cli.xml
%%APP_HOME%%/bin/jconsole.sh
%%APP_HOME%%/bin/jdr.sh
%%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
%%APP_HOME%%/bin/standalone.sh
%%APP_HOME%%/bin/vault.sh
%%APP_HOME%%/bin/wsconsume.sh
%%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
@ -1826,3 +1826,5 @@
@dir %%APP_HOME%%/bin
@dir %%APP_HOME%%/appclient/configuration
@dir %%APP_HOME%%/appclient
@owner
@group