mirror of
https://git.freebsd.org/ports.git
synced 2025-07-17 17:29:23 -04:00
Upgrade from 3.7.24 to 6.0.27.
This commit is contained in:
parent
7f9db6bed2
commit
27a845b37d
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=369932
4 changed files with 9543 additions and 6161 deletions
|
@ -3,20 +3,20 @@
|
|||
|
||||
PORTNAME= groupoffice
|
||||
DISTVERSIONPREFIX= com-
|
||||
DISTVERSION= 3.7.24
|
||||
DISTVERSION= 6.0.27
|
||||
CATEGORIES= www
|
||||
MASTER_SITES= SF/group-office/3.7
|
||||
MASTER_SITES= SF/group-office/${DISTVERSION:R}
|
||||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= Modular web application framework vor office
|
||||
|
||||
RESTRICTED= Free for personal use only
|
||||
NO_BUILD= yes
|
||||
USE_PHP= mysql session mbstring pcre xml
|
||||
USE_PHP= mysqli session mbstring pcre xml
|
||||
WANT_PHP_WEB= yes
|
||||
USE_MYSQL= yes
|
||||
|
||||
WWWDIR?= ${PREFIX}/www/${PORTNAME}3
|
||||
WWWDIR?= ${PREFIX}/www/${PORTNAME}${DISTVERSION:R:R}
|
||||
|
||||
SUB_FILES= pkg-message
|
||||
|
||||
|
@ -27,6 +27,10 @@ IMAP_DESC= IMAP support
|
|||
GD_DESC= Gallery support (GD)
|
||||
WBXML_DESC= Synchronization Support
|
||||
|
||||
post-patch:
|
||||
${REINPLACE_CMD} 's|%%LOCALBASE%%|${LOCALBASE}|g' \
|
||||
${WRKSRC}/go/base/Config.php
|
||||
|
||||
.include <bsd.port.options.mk>
|
||||
|
||||
.if ${PORT_OPTIONS:MIMAP}
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
SHA256 (groupoffice-com-3.7.24.tar.gz) = 052d1685717f500c664623246c59550c0a4c892b90890e2f384e2942061d0380
|
||||
SIZE (groupoffice-com-3.7.24.tar.gz) = 11946455
|
||||
SHA256 (groupoffice-com-6.0.27.tar.gz) = 34883a9eea23c2d099544b11b644186224f00e47e81531841a507451c00de263
|
||||
SIZE (groupoffice-com-6.0.27.tar.gz) = 31323327
|
||||
|
|
58
www/groupoffice/files/patch-config
Normal file
58
www/groupoffice/files/patch-config
Normal file
|
@ -0,0 +1,58 @@
|
|||
--- go/base/Config.php 2014-10-01 03:32:37.000000000 -0400
|
||||
+++ go/base/Config.php 2014-10-03 15:12:30.000000000 -0400
|
||||
@@ -727,5 +727,5 @@
|
||||
* @access public
|
||||
*/
|
||||
- var $cmd_zip = '/usr/bin/zip';
|
||||
+ var $cmd_zip = '%%LOCALBASE%%/bin/zip';
|
||||
|
||||
/**
|
||||
@@ -734,5 +734,5 @@
|
||||
* @access public
|
||||
*/
|
||||
- var $cmd_unzip = '/usr/bin/unzip';
|
||||
+ var $cmd_unzip = '%%LOCALBASE%%/bin/unzip';
|
||||
|
||||
/**
|
||||
@@ -741,5 +741,5 @@
|
||||
* @access public
|
||||
*/
|
||||
- var $cmd_tar = '/bin/tar';
|
||||
+ var $cmd_tar = '/usr/bin/tar';
|
||||
|
||||
/**
|
||||
@@ -757,5 +757,5 @@
|
||||
* @access public
|
||||
*/
|
||||
- var $cmd_sudo = '/usr/bin/sudo';
|
||||
+ var $cmd_sudo = '%%LOCALBASE%%/bin/sudo';
|
||||
|
||||
/**
|
||||
@@ -765,5 +765,5 @@
|
||||
* @access public
|
||||
*/
|
||||
- var $cmd_xml2wbxml = '/usr/bin/xml2wbxml';
|
||||
+ var $cmd_xml2wbxml = '%%LOCALBASE%%/bin/xml2wbxml';
|
||||
|
||||
/**
|
||||
@@ -773,5 +773,5 @@
|
||||
* @access public
|
||||
*/
|
||||
- var $cmd_wbxml2xml = '/usr/bin/wbxml2xml';
|
||||
+ var $cmd_wbxml2xml = '%%LOCALBASE%%/bin/wbxml2xml';
|
||||
|
||||
/**
|
||||
@@ -781,5 +781,5 @@
|
||||
* @access public
|
||||
*/
|
||||
- var $cmd_tnef = '/usr/bin/tnef';
|
||||
+ var $cmd_tnef = '%%LOCALBASE%%/bin/tnef';
|
||||
|
||||
/**
|
||||
@@ -789,5 +789,5 @@
|
||||
* @access public
|
||||
*/
|
||||
- var $cmd_php = 'php';
|
||||
+ var $cmd_php = '%%LOCALBASE%%/bin/php';
|
||||
|
||||
|
File diff suppressed because it is too large
Load diff
Loading…
Add table
Reference in a new issue