diff options
author | znerd <znerd@FreeBSD.org> | 2002-02-07 10:41:51 +0000 |
---|---|---|
committer | znerd <znerd@FreeBSD.org> | 2002-02-07 10:41:51 +0000 |
commit | 7ddd4525d9ca08e4477bdea9fe3e20cb20d4d95f (patch) | |
tree | d468d386fe4205e1e23c502b65679751ee5da400 /www/orion | |
parent | 0b847f7b91ac68e22170e664f26fa633a43a6923 (diff) | |
download | FreeBSD-ports-7ddd4525d9ca08e4477bdea9fe3e20cb20d4d95f.zip FreeBSD-ports-7ddd4525d9ca08e4477bdea9fe3e20cb20d4d95f.tar.gz |
Upgraded the application to 1.5.2
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 3c20dfd..de9cb41 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 cda402d..c806e49 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 c36603d..0441fb4 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 |