1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-20 20:09:11 +00:00

Upgrade to version 2.0.11

Noticed by: portscout (when will we get email announcements?)
This commit is contained in:
Edwin Groothuis 2006-05-25 21:31:18 +00:00
parent 8e510cc367
commit e68891b819
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=163423
4 changed files with 16 additions and 16 deletions

View File

@ -7,7 +7,7 @@
#
PORTNAME= mySAR
PORTVERSION= 2.0.7
PORTVERSION= 2.0.11
CATEGORIES= www
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= mysar

View File

@ -1,3 +1,3 @@
MD5 (mysar-2.0.7.tar.gz) = 3d8d95889a295c9c9c3a31f22d9544b2
SHA256 (mysar-2.0.7.tar.gz) = fce85db8d41141c609bc3cf713b74b41516926abf19f35edcac0494cc4df03a2
SIZE (mysar-2.0.7.tar.gz) = 120682
MD5 (mysar-2.0.11.tar.gz) = 63f060958de591c73e3225ccf55b47c5
SHA256 (mysar-2.0.11.tar.gz) = 0cf822af189490bdf4e741dcea389521bcaf398c2305c6602afb593ef6eeb300
SIZE (mysar-2.0.11.tar.gz) = 127965

View File

@ -1,11 +0,0 @@
--- bin/mysar-importer.php.orig Wed Jan 11 15:03:03 2006
+++ bin/mysar-importer.php Wed Jan 11 15:03:26 2006
@@ -123,7 +123,7 @@
$dbRecord['resultCode']=$record[3];
$dbRecord['bytes']=$record[4];
$dbRecord['url']=addslashes($record[6]);
- $dbRecord['authuser']=$record[7];
+ $dbRecord['authuser']=substr($record[7],0,20);
$resultCodeArray=explode('/',$dbRecord['resultCode']);
if(in_array($resultCodeArray[0],$inCacheCodes)) {

View File

@ -8,6 +8,7 @@
%%MYSAR%%/bin/mysar-resolver.php
%%MYSAR%%/etc/mysar.apache
%%MYSAR%%/etc/mysar.cron
%%MYSAR%%/etc/config.ini.example
%%MYSAR%%/inc/common.inc.php
%%MYSAR%%/inc/functions.inc.php
%%MYSAR%%/inc/smarty/Config_File.class.php
@ -82,7 +83,6 @@
%%MYSAR%%/inc/smarty/plugins/shared.escape_special_chars.php
%%MYSAR%%/inc/smarty/plugins/shared.make_timestamp.php
%%MYSAR%%/log/.keep
%%MYSAR%%/smarty-tmp
%%MYSAR%%/www-templates/IPSitesSummary.tpl
%%MYSAR%%/www-templates/IPSummary.tpl
%%MYSAR%%/www-templates/administration.tpl
@ -92,12 +92,22 @@
%%MYSAR%%/www-templates/header.tpl
%%MYSAR%%/www-templates/index.tpl
%%MYSAR%%/www-templates/siteusers.tpl
%%MYSAR%%/www-templates.pt_BR/header.tpl
%%MYSAR%%/www-templates.pt_BR/IPSummary.tpl
%%MYSAR%%/www-templates.pt_BR/details.tpl
%%MYSAR%%/www-templates.pt_BR/allsites.tpl
%%MYSAR%%/www-templates.pt_BR/siteusers.tpl
%%MYSAR%%/www-templates.pt_BR/index.tpl
%%MYSAR%%/www-templates.pt_BR/IPSitesSummary.tpl
%%MYSAR%%/www-templates.pt_BR/footer.tpl
%%MYSAR%%/www-templates.pt_BR/administration.tpl
%%MYSAR%%/www/dfl.css
%%MYSAR%%/www/images/down-arrow.gif
%%MYSAR%%/www/images/splash_main.gif
%%MYSAR%%/www/images/up-arrow.gif
%%MYSAR%%/www/index.php
%%MYSAR%%/www/install/index.php
@dirrm %%MYSAR%%/bin
@dirrm %%MYSAR%%/etc
@dirrm %%MYSAR%%/inc/smarty/internals
@ -106,6 +116,7 @@
@dirrm %%MYSAR%%/inc
@dirrm %%MYSAR%%/smarty-tmp
@dirrm %%MYSAR%%/log
@dirrm %%MYSAR%%/www-templates.pt_BR
@dirrm %%MYSAR%%/www-templates
@dirrm %%MYSAR%%/www/images
@dirrm %%MYSAR%%/www/install