pkgsrc-Changes archive

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

CVS commit: pkgsrc/mail/squirrelmail



Module Name:    pkgsrc
Committed By:   taca
Date:           Wed Sep 18 14:25:50 UTC 2024

Modified Files:
        pkgsrc/mail/squirrelmail: Makefile distinfo squirrelmail.mk

Log Message:
mail/squirrelmail: update to 1.4.23pre15028

pkgsrc change: remove a pkglint warning in squirrelmail.mk.

1.4.23pre15028 is latest snapshot of squirrelmail 1.4 stable branch.

* Reduce warnings especially PHP 8.3.


To generate a diff of this commit:
cvs rdiff -u -r1.146 -r1.147 pkgsrc/mail/squirrelmail/Makefile
cvs rdiff -u -r1.77 -r1.78 pkgsrc/mail/squirrelmail/distinfo
cvs rdiff -u -r1.1 -r1.2 pkgsrc/mail/squirrelmail/squirrelmail.mk

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/mail/squirrelmail/Makefile
diff -u pkgsrc/mail/squirrelmail/Makefile:1.146 pkgsrc/mail/squirrelmail/Makefile:1.147
--- pkgsrc/mail/squirrelmail/Makefile:1.146     Mon Nov 13 15:59:03 2023
+++ pkgsrc/mail/squirrelmail/Makefile   Wed Sep 18 14:25:50 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.146 2023/11/13 15:59:03 taca Exp $
+# $NetBSD: Makefile,v 1.147 2024/09/18 14:25:50 taca Exp $
 
-DISTNAME=      squirrelmail-webmail-1.4.23pre14997
+DISTNAME=      squirrelmail-webmail-1.4.23pre15028
 PKGNAME=       ${PHP_PKG_PREFIX}-${DISTNAME:S/-webmail//}
 CATEGORIES=    mail www
 MASTER_SITES=  ${MASTER_SITE_LOCAL}
@@ -16,7 +16,7 @@ CONFLICTS+=   sq-squirrelspell-[0-9]*
 CONFLICTS+=    ja-squirrelspell-[0-9]*
 CONFLICTS+=    ja-squirrelmail-[0-9]*
 
-DEPENDS+=      ${PHP_PKG_PREFIX}-gettext>=4.3.3:../../devel/php-gettext
+DEPENDS+=      ${PHP_PKG_PREFIX}-gettext>=${PHP_BASE_VERS}:../../devel/php-gettext
 
 USE_LANGUAGES= # empty
 NO_BUILD=      yes

Index: pkgsrc/mail/squirrelmail/distinfo
diff -u pkgsrc/mail/squirrelmail/distinfo:1.77 pkgsrc/mail/squirrelmail/distinfo:1.78
--- pkgsrc/mail/squirrelmail/distinfo:1.77      Mon Nov 13 15:59:03 2023
+++ pkgsrc/mail/squirrelmail/distinfo   Wed Sep 18 14:25:50 2024
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.77 2023/11/13 15:59:03 taca Exp $
+$NetBSD: distinfo,v 1.78 2024/09/18 14:25:50 taca Exp $
 
-BLAKE2s (squirrelmail-webmail-1.4.23pre14997.tar.xz) = 3d658039e0d9cd8fe439478bca15eb76233dfb55c8e6800b73ff17e43be47528
-SHA512 (squirrelmail-webmail-1.4.23pre14997.tar.xz) = a62ccfbdff8664b2a0283975893c8406fca55a8da41c13ec9a451545308978d278b3d17a5d7e30b7c3feade6fe0ec1bf1e91efe41c34ff3ae1611dab29bf445b
-Size (squirrelmail-webmail-1.4.23pre14997.tar.xz) = 524016 bytes
+BLAKE2s (squirrelmail-webmail-1.4.23pre15028.tar.xz) = 3f7f7ad837dc8c6cb5a9b1eef2f518afac80d077e8d5c0122afcc977b47ddbaf
+SHA512 (squirrelmail-webmail-1.4.23pre15028.tar.xz) = e4fa251b2a5e720588c48578ec650bdbfc0828742e9f0ac4982f11f7b0b13dcee2da78fe6fdf49e37590eb6c219d02cc5c54d0430bde68a724eeafb5d8b51d8c
+Size (squirrelmail-webmail-1.4.23pre15028.tar.xz) = 523768 bytes
 SHA1 (patch-aa) = 4ba7ea0a85308816b9dc77c0af3c927359ed1275
 SHA1 (patch-ab) = 30bf68c730f20e817fbe81d18bc2a95899ee3fd0
 SHA1 (patch-ai) = e1a23673bf19bbbd88b00fb6bab3d6d1c8c11575

Index: pkgsrc/mail/squirrelmail/squirrelmail.mk
diff -u pkgsrc/mail/squirrelmail/squirrelmail.mk:1.1 pkgsrc/mail/squirrelmail/squirrelmail.mk:1.2
--- pkgsrc/mail/squirrelmail/squirrelmail.mk:1.1        Mon Nov 13 15:59:03 2023
+++ pkgsrc/mail/squirrelmail/squirrelmail.mk    Wed Sep 18 14:25:50 2024
@@ -1,7 +1,7 @@
-# $NetBSD: squirrelmail.mk,v 1.1 2023/11/13 15:59:03 taca Exp $
+# $NetBSD: squirrelmail.mk,v 1.2 2024/09/18 14:25:50 taca Exp $
 
-.if !defined(_SQUIRRELMAIL_MK)
-_SQUIRRELMAIL_MK=      # defined
+.if !defined(SQUIRRELMAIL_MK)
+SQUIRRELMAIL_MK=       # defined
 
 EGDIR=                 share/examples/${PHP_PKG_PREFIX}/squirrelmail
 SMDIR=                 share/${PHP_PKG_PREFIX}/squirrelmail
@@ -15,4 +15,4 @@ PLIST_SUBST+=         EGDIR=${EGDIR} SMDIR=${SM
 PRINT_PLIST_AWK+=      /^${EGDIR:S|/|\\/|g}/ { sub(/${EGDIR:S|/|\\/|g}/, "$${EGDIR}") }
 PRINT_PLIST_AWK+=      /^${SMDIR:S|/|\\/|g}/ { sub(/${SMDIR:S|/|\\/|g}/, "$${SMDIR}") }
 
-.endif # _SQUIRRELMAIL_MK
+.endif # SQUIRRELMAIL_MK



Home | Main Index | Thread Index | Old Index