Update to version 0.4.5 and add a patch to remove automatic updates.
Comments ? Ok ?
 Cheers
  Giovanni
Index: Makefile
===================================================================
RCS file: /cvs/ports/www/piwik/Makefile,v
retrieving revision 1.13
diff -u -p -r1.13 Makefile
--- Makefile    22 Oct 2009 08:18:54 -0000      1.13
+++ Makefile    26 Oct 2009 11:19:18 -0000
@@ -2,7 +2,7 @@
 
 COMMENT=               open source web analytics software program
 
-DISTNAME=              piwik-0.4.4
+DISTNAME=              piwik-0.4.5
 CATEGORIES=            www
 
 HOMEPAGE=              http://www.piwik.org/
@@ -30,6 +30,9 @@ PHP_VERSION=  5
 RUN_DEPENDS=   :php${PHP_VERSION}-gd-*:www/php${PHP_VERSION}/extensions,-gd \
                
:php${PHP_VERSION}-mysql-*:www/php${PHP_VERSION}/extensions,-mysql \
                
:php${PHP_VERSION}-pdo_mysql-*:www/php${PHP_VERSION}/extensions,-pdo_mysql
+
+post-patch:
+       @find ${WRKSRC} -name "*.orig" -exec rm -f {} \;
 
 do-install:
        @cp -Rp ${WRKDIST} ${INSTDIR}
Index: distinfo
===================================================================
RCS file: /cvs/ports/www/piwik/distinfo,v
retrieving revision 1.11
diff -u -p -r1.11 distinfo
--- distinfo    22 Oct 2009 08:18:54 -0000      1.11
+++ distinfo    26 Oct 2009 11:19:18 -0000
@@ -1,5 +1,5 @@
-MD5 (piwik-0.4.4.tar.gz) = ixjfVn5sXufmZqWdRp1R7g==
-RMD160 (piwik-0.4.4.tar.gz) = JhDdkYNZA5ZCFqevyiL/26hLwYE=
-SHA1 (piwik-0.4.4.tar.gz) = jL78sM55tpHqGj0KiItcSxSh40w=
-SHA256 (piwik-0.4.4.tar.gz) = koeO6hFFQaVO0iMGHeQ+IgTB1Oa4vNUqbfNSVDfKuHo=
-SIZE (piwik-0.4.4.tar.gz) = 2324358
+MD5 (piwik-0.4.5.tar.gz) = 9JagH8ChubZEuWBroyy7rw==
+RMD160 (piwik-0.4.5.tar.gz) = yVmMyyReJ8hSTmO5S6l1U4bPqZ4=
+SHA1 (piwik-0.4.5.tar.gz) = cX1mbyRB/AQgtCWRenvhb5elv1M=
+SHA256 (piwik-0.4.5.tar.gz) = k+EN0ogUJ2Bu3ipTOlOXxH2U2r0ORZFuSYpJJdprmho=
+SIZE (piwik-0.4.5.tar.gz) = 2328035
Index: patches/patch-plugins_CoreHome_templates_header_message_tpl
===================================================================
RCS file: patches/patch-plugins_CoreHome_templates_header_message_tpl
diff -N patches/patch-plugins_CoreHome_templates_header_message_tpl
--- /dev/null   1 Jan 1970 00:00:00 -0000
+++ patches/patch-plugins_CoreHome_templates_header_message_tpl 26 Oct 2009 
11:19:18 -0000
@@ -0,0 +1,13 @@
+$OpenBSD$
+--- plugins/CoreHome/templates/header_message.tpl.orig Mon Oct 26 12:17:42 2009
++++ plugins/CoreHome/templates/header_message.tpl      Mon Oct 26 12:17:53 2009
+@@ -1,9 +1,6 @@
+ <span id="header_message">
+ {if  $piwikUrl == 'http://piwik.org/demo/'}
+       {'General_YouAreCurrentlyViewingDemoOfPiwik'|translate:"<a 
target='_blank' href='http://piwik.org'>Piwik</a>":"<a 
href='http://piwik.org/'>":"</a>":"<a href='http://piwik.org'>piwik.org</a>"}
+-{elseif $latest_version_available}
+-      <img src='themes/default/images/warning_small.png' alt='' 
style="vertical-align: middle;"> 
+-      
{'General_PiwikXIsAvailablePleaseUpdateNow'|translate:$latest_version_available:"<br
 /><a 
href='index.php?module=CoreUpdater&action=newVersionAvailable'>":"</a>":"<a 
href='misc/redirectToUrl.php?url=http://piwik.org/changelog/' 
target='_blank'>":"</a>"}
+ {else}
+       {'General_PiwikIsACollaborativeProjectYouCanContribute'|translate:"<a 
href='misc/redirectToUrl.php?url=http://piwik.org'>":"$piwik_version</a>":"<br 
/>":"<a target='_blank' 
href='misc/redirectToUrl.php?url=http://piwik.org/contribute/'>":"</a>"} 
+ {/if}

Reply via email to