Tue Dec 29 03:23:31 2015 UTC ()
Add missing cvs tag.


(dholland)
diff -r1.2 -r1.3 pkgsrc/www/phraseanet/distinfo
diff -r1.1.1.1 -r1.2 pkgsrc/www/phraseanet/patches/patch-aa

cvs diff -r1.2 -r1.3 pkgsrc/www/phraseanet/distinfo (expand / switch to unified diff)

--- pkgsrc/www/phraseanet/distinfo 2015/11/04 02:47:23 1.2
+++ pkgsrc/www/phraseanet/distinfo 2015/12/29 03:23:31 1.3
@@ -1,7 +1,7 @@ @@ -1,7 +1,7 @@
1$NetBSD: distinfo,v 1.2 2015/11/04 02:47:23 agc Exp $ 1$NetBSD: distinfo,v 1.3 2015/12/29 03:23:31 dholland Exp $
2 2
3SHA1 (phraseanet-v3.1.4-linux.tar.gz) = 46e423c87b4ba74a24ff8ebc9214c83ece1ec628 3SHA1 (phraseanet-v3.1.4-linux.tar.gz) = 46e423c87b4ba74a24ff8ebc9214c83ece1ec628
4RMD160 (phraseanet-v3.1.4-linux.tar.gz) = 3a2389b8effd0e6882f5d98eb70fe8fb55989114 4RMD160 (phraseanet-v3.1.4-linux.tar.gz) = 3a2389b8effd0e6882f5d98eb70fe8fb55989114
5SHA512 (phraseanet-v3.1.4-linux.tar.gz) = f275bd059fbd9ad08e20a4bb4977c18cfdebfd45ab4a729988948311c34ca63ef80ebb72141c7beaed73007b3605b4a1aa679914b58fa3c7edf133118055672d 5SHA512 (phraseanet-v3.1.4-linux.tar.gz) = f275bd059fbd9ad08e20a4bb4977c18cfdebfd45ab4a729988948311c34ca63ef80ebb72141c7beaed73007b3605b4a1aa679914b58fa3c7edf133118055672d
6Size (phraseanet-v3.1.4-linux.tar.gz) = 73712035 bytes 6Size (phraseanet-v3.1.4-linux.tar.gz) = 73712035 bytes
7SHA1 (patch-aa) = dc21061743afb24cb698346112bfeddd9eba03c7 7SHA1 (patch-aa) = ef41708c373b13cdb5b76b9d85697df1696ea7cc

cvs diff -r1.1.1.1 -r1.2 pkgsrc/www/phraseanet/patches/patch-aa (expand / switch to unified diff)

--- pkgsrc/www/phraseanet/patches/patch-aa 2011/10/04 08:03:45 1.1.1.1
+++ pkgsrc/www/phraseanet/patches/patch-aa 2015/12/29 03:23:31 1.2
@@ -1,13 +1,15 @@ @@ -1,13 +1,15 @@
 1$NetBSD: patch-aa,v 1.2 2015/12/29 03:23:31 dholland Exp $
 2
1--- ./www/login/index.php.orig 2011-09-11 07:16:52.000000000 +0200 3--- ./www/login/index.php.orig 2011-09-11 07:16:52.000000000 +0200
2+++ ./www/login/index.php 2011-09-11 07:18:12.000000000 +0200 4+++ ./www/login/index.php 2011-09-11 07:18:12.000000000 +0200
3@@ -114,8 +114,13 @@ 5@@ -114,8 +114,13 @@
4 </div>'.recaptcha_get_html(GV_captcha_public_key).'</div>'; 6 </div>'.recaptcha_get_html(GV_captcha_public_key).'</div>';
5 } 7 }
6  8
7  9
8+if(file_exists(GV_RootPath.'config/personnalisation/sso.class.php')) 10+if(file_exists(GV_RootPath.'config/personnalisation/sso.class.php'))
9+{ 11+{
10+ include(GV_RootPath.'config/personnalisation/sso.class.php'); 12+ include(GV_RootPath.'config/personnalisation/sso.class.php');
11+} 13+}
12+ 14+
13 $twig = new supertwig(); 15 $twig = new supertwig();