diff options
author | Ernst de Haan <znerd@FreeBSD.org> | 2002-02-07 10:41:51 +0000 |
---|---|---|
committer | Ernst de Haan <znerd@FreeBSD.org> | 2002-02-07 10:41:51 +0000 |
commit | 1067f80f932fd9d78a6f5d79801a667ae92bd525 (patch) | |
tree | 15719bc938613a0f5e7163db1c1bf9724c3c8051 /www/orion | |
parent | Update autorespond to 2.0.2, adding a patch to comment out (diff) |
Upgraded the application to 1.5.2
Notes
Notes:
svn path=/head/; revision=54302
Diffstat (limited to 'www/orion')
-rw-r--r-- | www/orion/Makefile | 8 | ||||
-rw-r--r-- | www/orion/distinfo | 2 | ||||
-rw-r--r-- | www/orion/pkg-plist | 8 |
3 files changed, 10 insertions, 8 deletions
diff --git a/www/orion/Makefile b/www/orion/Makefile index 3c20dfd12e80..de9cb415da15 100644 --- a/www/orion/Makefile +++ b/www/orion/Makefile @@ -6,8 +6,7 @@ # PORTNAME= orion -PORTVERSION= 1.4.5 -PORTREVISION= 8 +PORTVERSION= 1.5.2 CATEGORIES= www java MASTER_SITES= http://www.orionserver.com/distributions/ \ http://www.metaverse.nl/~ernst/ \ @@ -107,11 +106,6 @@ do-install: @# first run ${MKDIR} ${APP_HOME}/application-deployments - @# Fix a small typo in the index.html served as the root - ${CAT} ${WRKSRC}/default-web-app/index.html \ - | ${SED} "/1\.4\.0/s//${PORTVERSION}/" \ - > ${APP_HOME}/default-web-app/index.html - @# Install the tools.jar file from the JDK, since it is needed by Orion ${LN} -sf ${JAVA_HOME}/lib/tools.jar ${APP_HOME}/tools.jar diff --git a/www/orion/distinfo b/www/orion/distinfo index cda402d8eb54..c806e49a6520 100644 --- a/www/orion/distinfo +++ b/www/orion/distinfo @@ -1 +1 @@ -MD5 (orion1.4.5.zip) = efdcae8bdcdf6a8bc94ab4982a8192a2 +MD5 (orion1.5.2.zip) = 64a505dea83bf57193745a0af4d29c6d diff --git a/www/orion/pkg-plist b/www/orion/pkg-plist index c36603d1e233..0441fb417a96 100644 --- a/www/orion/pkg-plist +++ b/www/orion/pkg-plist @@ -1,10 +1,15 @@ etc/rc.d/orion.sh bin/orionctl +%%T%%/application-deployments/default/defaultWebApp/ +%%T%%/application-deployments/default/defaultWebApp/orion-web.xml +%%T%%/application-deployments/default/defaultWebApp/persistence +%%T%%/application-deployments/default/defaultWebApp/persistence/state.ser %%T%%/config/database-schemas/hypersonic.xml %%T%%/config/database-schemas/ms-access.xml %%T%%/config/database-schemas/ms-sql.xml %%T%%/config/database-schemas/oracle.xml %%T%%/config/database-schemas/postgresql.xml +%%T%%/config/database-schemas/sapdb.xml %%T%%/config/database-schemas/sybase.xml %%T%%/config/data-sources.xml %%T%%/config/default-web-site.xml @@ -317,6 +322,9 @@ bin/orionctl %%T%%/orion.jar %%T%%/tools.jar %%T%%/mail.jar +@dirrm %%T%%/application-deployments/default/defaultWebApp/persistence +@dirrm %%T%%/application-deployments/default/defaultWebApp +@dirrm %%T%%/application-deployments/default @dirrm %%T%%/application-deployments @dirrm %%T%%/config/database-schemas @dirrm %%T%%/config |