pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/pkgsrc-2016Q3]: pkgsrc/mail/squirrelmail Pullup ticket #5128 - reques...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/18221998244d
branches:  pkgsrc-2016Q3
changeset: 408788:18221998244d
user:      spz <spz%pkgsrc.org@localhost>
date:      Sun Oct 16 11:44:45 2016 +0000

description:
Pullup ticket #5128 - requested by bsiegert
mail/squirrelmail: build fix

Revisions pulled up:
- mail/squirrelmail/Makefile                                    1.130
- mail/squirrelmail/distinfo                                    1.66
- mail/squirrelmail/patches/patch-plugins_gpg_gpg_decrypt_attach.php deleted

-------------------------------------------------------------------
   Module Name:    pkgsrc
   Committed By:   manu
   Date:           Fri Sep 30 14:21:23 UTC 2016

   Modified Files:
           pkgsrc/mail/squirrelmail: Makefile distinfo
   Removed Files:
           pkgsrc/mail/squirrelmail/patches:
               patch-plugins_gpg_gpg_decrypt_attach.php

   Log Message:
   Remove patch on a localy installed file that did not belong to the =
   distribution


   To generate a diff of this commit:
   cvs rdiff -u -r1.129 -r1.130 pkgsrc/mail/squirrelmail/Makefile
   cvs rdiff -u -r1.65 -r1.66 pkgsrc/mail/squirrelmail/distinfo
   cvs rdiff -u -r1.1 -r0 pkgsrc/mail/squirrelmail/patches/patch-plugins_gpg_gpg_decrypt_attach.php

diffstat:

 mail/squirrelmail/Makefile                                         |   4 +-
 mail/squirrelmail/distinfo                                         |   3 +-
 mail/squirrelmail/patches/patch-plugins_gpg_gpg_decrypt_attach.php |  32 ----------
 3 files changed, 3 insertions(+), 36 deletions(-)

diffs (64 lines):

diff -r f5bf60dabf01 -r 18221998244d mail/squirrelmail/Makefile
--- a/mail/squirrelmail/Makefile        Sat Oct 15 19:14:43 2016 +0000
+++ b/mail/squirrelmail/Makefile        Sun Oct 16 11:44:45 2016 +0000
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.129 2016/09/27 12:11:11 manu Exp $
+# $NetBSD: Makefile,v 1.129.2.1 2016/10/16 11:44:45 spz Exp $
 
 DISTNAME=      squirrelmail-webmail-1.4.23pre14523
 PKGNAME=       ${DISTNAME:S/-webmail//}
-PKGREVISION=   2
+PKGREVISION=   3
 CATEGORIES=    mail www
 MASTER_SITES=  ${MASTER_SITE_LOCAL}
 EXTRACT_SUFX=  .tar.bz2
diff -r f5bf60dabf01 -r 18221998244d mail/squirrelmail/distinfo
--- a/mail/squirrelmail/distinfo        Sat Oct 15 19:14:43 2016 +0000
+++ b/mail/squirrelmail/distinfo        Sun Oct 16 11:44:45 2016 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.65 2016/09/27 12:11:11 manu Exp $
+$NetBSD: distinfo,v 1.65.2.1 2016/10/16 11:44:45 spz Exp $
 
 SHA1 (squirrelmail-webmail-1.4.23pre14523.tar.bz2) = bce5a25233d65cb2260770c4513f284d52084383
 RMD160 (squirrelmail-webmail-1.4.23pre14523.tar.bz2) = 774395fe79ffc49d11df01c3e0ad054803e86a2d
@@ -9,4 +9,3 @@
 SHA1 (patch-ai) = 1c08904ecf074ff3ba7e6042becc0f0771388b9f
 SHA1 (patch-ca) = d2e41316b8ecd97b49842eff548219e40e9b163a
 SHA1 (patch-plugins_administrator_defines.php) = d06f6a9efb6f096b96fa088f388037a7095357f7
-SHA1 (patch-plugins_gpg_gpg_decrypt_attach.php) = e8c845809cf9bb40758981a1a23be1ee0362cb4a
diff -r f5bf60dabf01 -r 18221998244d mail/squirrelmail/patches/patch-plugins_gpg_gpg_decrypt_attach.php
--- a/mail/squirrelmail/patches/patch-plugins_gpg_gpg_decrypt_attach.php        Sat Oct 15 19:14:43 2016 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,32 +0,0 @@
-$NetBSD: patch-plugins_gpg_gpg_decrypt_attach.php,v 1.1 2016/09/27 12:11:11 manu Exp $
-
-PHP 5 compatibility fix, from Jean-Jacques Puig.
-
---- plugins/gpg/gpg_decrypt_attach.php.orig
-+++ plugins/gpg/gpg_decrypt_attach.php
-@@ -181,15 +181,17 @@
-         return $return;
- }
- 
--function scandir($dirstr) {
--    // php.net/scandir (PHP5)
--    $files = array();
--    $fh = opendir($dirstr);
--    while (false !== ($filename = readdir($fh))) {
--        array_push($files, $filename);
-+if (!function_exists('scandir')) {
-+    function scandir($dirstr) {
-+        // php.net/scandir (PHP5)
-+        $files = array();
-+        $fh = opendir($dirstr);
-+        while (false !== ($filename = readdir($fh))) {
-+            array_push($files, $filename);
-+        }
-+        closedir($fh);
-+        return $files;
-     }
--    closedir($fh);
--    return $files;
- }
- 
- /**



Home | Main Index | Thread Index | Old Index