svn commit: r333457 - in head/deskutils/myitcrm: . files

Beech Rintoul beech at FreeBSD.org
Sun Nov 10 23:31:47 UTC 2013


Author: beech
Date: Sun Nov 10 23:31:45 2013
New Revision: 333457
URL: http://svnweb.freebsd.org/changeset/ports/333457

Log:
  - Modify function set_path in install/index.php to support latest PHP
  - Bump portrevision

Added:
  head/deskutils/myitcrm/files/patch-install_index.php   (contents, props changed)
Modified:
  head/deskutils/myitcrm/Makefile
  head/deskutils/myitcrm/pkg-plist   (contents, props changed)

Modified: head/deskutils/myitcrm/Makefile
==============================================================================
--- head/deskutils/myitcrm/Makefile	Sun Nov 10 23:21:00 2013	(r333456)
+++ head/deskutils/myitcrm/Makefile	Sun Nov 10 23:31:45 2013	(r333457)
@@ -3,6 +3,7 @@
 
 PORTNAME=	myitcrm
 PORTVERSION=	0.2.9.3
+PORTREVISION=	1
 CATEGORIES=	deskutils
 MASTER_SITES=	SF/myitcrm/
 DISTNAME=	MyITCRM1-${PORTVERSION}

Added: head/deskutils/myitcrm/files/patch-install_index.php
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/deskutils/myitcrm/files/patch-install_index.php	Sun Nov 10 23:31:45 2013	(r333457)
@@ -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';

Modified: head/deskutils/myitcrm/pkg-plist
==============================================================================
--- head/deskutils/myitcrm/pkg-plist	Sun Nov 10 23:21:00 2013	(r333456)
+++ head/deskutils/myitcrm/pkg-plist	Sun Nov 10 23:31:45 2013	(r333457)
@@ -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


More information about the svn-ports-head mailing list