svn commit: r452414 - in head/www/orangehrm: . files
Wen Heping
wen at FreeBSD.org
Thu Oct 19 10:49:11 UTC 2017
Author: wen
Date: Thu Oct 19 10:49:10 2017
New Revision: 452414
URL: https://svnweb.freebsd.org/changeset/ports/452414
Log:
- Update to 4.0
- Update pkg-message
Modified:
head/www/orangehrm/Makefile
head/www/orangehrm/distinfo
head/www/orangehrm/files/pkg-message.in
Modified: head/www/orangehrm/Makefile
==============================================================================
--- head/www/orangehrm/Makefile Thu Oct 19 10:19:02 2017 (r452413)
+++ head/www/orangehrm/Makefile Thu Oct 19 10:49:10 2017 (r452414)
@@ -2,8 +2,7 @@
# $FreeBSD$
PORTNAME= orangehrm
-PORTVERSION= 3.3.3
-PORTREVISION= 1
+PORTVERSION= 4.0
CATEGORIES= www misc
MASTER_SITES= SF/${PORTNAME}/stable/${PORTVERSION}
@@ -14,7 +13,7 @@ LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/license/LICENSE.TXT
USES= cpe php zip
-USE_PHP= pdo_mysql ctype xml simplexml
+USE_PHP= iconv json pdo_mysql ctype xml session simplexml
NO_BUILD= yes
PLIST= ${WRKDIR}/plist
SUB_FILES= pkg-message
Modified: head/www/orangehrm/distinfo
==============================================================================
--- head/www/orangehrm/distinfo Thu Oct 19 10:19:02 2017 (r452413)
+++ head/www/orangehrm/distinfo Thu Oct 19 10:49:10 2017 (r452414)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1475135186
-SHA256 (orangehrm-3.3.3.zip) = 08d8e75813b70b4f05d8ad9fe6bf0d57d6015a2ea7fdd192acce93d61c10bb1e
-SIZE (orangehrm-3.3.3.zip) = 10914723
+TIMESTAMP = 1508428624
+SHA256 (orangehrm-4.0.zip) = 60767921a72fefef746404f79d99eec435c0af7b91eebf001da528e0f4e2314f
+SIZE (orangehrm-4.0.zip) = 25295744
Modified: head/www/orangehrm/files/pkg-message.in
==============================================================================
--- head/www/orangehrm/files/pkg-message.in Thu Oct 19 10:19:02 2017 (r452413)
+++ head/www/orangehrm/files/pkg-message.in Thu Oct 19 10:49:10 2017 (r452414)
@@ -4,13 +4,23 @@ POST-INSTALL CONFIGURATION FOR OrangeHRM
1) Add the following to your Apache configuration, and
restart the server:
- ### Add the AcceptPathInfo directive only for Apache 2.0.30 or later.
+ For Apache versions earlier than 2.4:
+
Alias /orangehrm %%PREFIX%%/www/orangehrm/
AcceptPathInfo On
<Directory %%PREFIX%%/www/orangehrm>
- AllowOverride None
+ AllowOverride All
Order Allow,Deny
Allow from all
+ </Directory>
+
+ For Apache version 2.4.x or above:
+
+ Alias /orangehrm %%PREFIX%%/www/orangehrm/
+ AcceptPathInfo On
+ <Directory %%PREFIX%%/www/oranghrm/>
+ AllowOverride All
+ Require all granted
</Directory>
2) Visit your OrangeHRM site with a browser (i.e.,
More information about the svn-ports-head
mailing list