diff options
author | beech <beech@FreeBSD.org> | 2013-11-11 07:31:45 +0800 |
---|---|---|
committer | beech <beech@FreeBSD.org> | 2013-11-11 07:31:45 +0800 |
commit | daeea53a014468e0641bd8140b98d5bbd0b1a795 (patch) | |
tree | 2eb27e128e1c75e479a8b4326dea5849c0e408d6 /deskutils | |
parent | 9ec454c7a0a18fb4820af45999e0777beaed1e82 (diff) | |
download | freebsd-ports-graphics-daeea53a014468e0641bd8140b98d5bbd0b1a795.tar.gz freebsd-ports-graphics-daeea53a014468e0641bd8140b98d5bbd0b1a795.tar.zst freebsd-ports-graphics-daeea53a014468e0641bd8140b98d5bbd0b1a795.zip |
- Modify function set_path in install/index.php to support latest PHP
- Bump portrevision
Diffstat (limited to 'deskutils')
-rw-r--r-- | deskutils/myitcrm/Makefile | 1 | ||||
-rw-r--r-- | deskutils/myitcrm/files/patch-install_index.php | 13 | ||||
-rw-r--r-- | deskutils/myitcrm/pkg-plist | 1 |
3 files changed, 15 insertions, 0 deletions
diff --git a/deskutils/myitcrm/Makefile b/deskutils/myitcrm/Makefile index 2cf80ec4d7d..8536faecbcf 100644 --- a/deskutils/myitcrm/Makefile +++ b/deskutils/myitcrm/Makefile @@ -3,6 +3,7 @@ PORTNAME= myitcrm PORTVERSION= 0.2.9.3 +PORTREVISION= 1 CATEGORIES= deskutils MASTER_SITES= SF/myitcrm/ DISTNAME= MyITCRM1-${PORTVERSION} diff --git a/deskutils/myitcrm/files/patch-install_index.php b/deskutils/myitcrm/files/patch-install_index.php new file mode 100644 index 00000000000..d5d614440bd --- /dev/null +++ b/deskutils/myitcrm/files/patch-install_index.php @@ -0,0 +1,13 @@ +--- ./install/indexold.php 2013-11-06 11:05:07.000000000 -0900 ++++ ./install/index.php 2013-11-06 11:07:16.000000000 -0900 +@@ -1260,9 +1260,8 @@ + ##################################### + # Set Path # + ##################################### +-function set_path($_POST) ++function set_path() + { +- + $install_date = date("M d Y h:i:s A" ,time()); + $filename = '../conf.php'; + $path2 = 'default_site_name'; diff --git a/deskutils/myitcrm/pkg-plist b/deskutils/myitcrm/pkg-plist index 5ce1ba84908..29c5de55ba2 100644 --- a/deskutils/myitcrm/pkg-plist +++ b/deskutils/myitcrm/pkg-plist @@ -845,6 +845,7 @@ %%WWWDIR%%/include/tinymce/jscripts/tiny_mce/utils/validate.js %%WWWDIR%%/index.php %%WWWDIR%%/install/index.php +%%WWWDIR%%/install/index.php.orig %%WWWDIR%%/install/sql.php %%WWWDIR%%/install/validate.js %%WWWDIR%%/js/dhtml.js |