diff options
author | Beech Rintoul <beech@FreeBSD.org> | 2013-11-10 23:31:45 +0000 |
---|---|---|
committer | Beech Rintoul <beech@FreeBSD.org> | 2013-11-10 23:31:45 +0000 |
commit | 9c7bd8ee8a7482cf7710708aaf325bdcd13526ba (patch) | |
tree | 2eb27e128e1c75e479a8b4326dea5849c0e408d6 /deskutils/myitcrm | |
parent | 8485b9dc93657f875ead12f4a71e4b13841d6083 (diff) | |
download | ports-9c7bd8ee8a7482cf7710708aaf325bdcd13526ba.tar.gz ports-9c7bd8ee8a7482cf7710708aaf325bdcd13526ba.zip |
Notes
Diffstat (limited to 'deskutils/myitcrm')
-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 2cf80ec4d7d8..8536faecbcf3 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 000000000000..d5d614440bd9 --- /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 5ce1ba84908c..29c5de55ba2a 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 |