pkgsrc-Changes archive

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

CVS commit: pkgsrc/mail



Module Name:    pkgsrc
Committed By:   taca
Date:           Sat Feb  8 03:44:48 UTC 2025

Modified Files:
        pkgsrc/mail/imp: Makefile
        pkgsrc/mail/ingo: Makefile
        pkgsrc/mail/mimp: Makefile
        pkgsrc/mail/pear-Auth_SASL: Makefile
        pkgsrc/mail/pear-Mail: Makefile
        pkgsrc/mail/pear-Mail_Mime: Makefile
        pkgsrc/mail/pear-Mail_mimeDecode: Makefile
        pkgsrc/mail/php-dmarc-srg: Makefile
        pkgsrc/mail/php-mailparse: Makefile
        pkgsrc/mail/php-vmailmgr: Makefile
        pkgsrc/mail/roundcube: Makefile
        pkgsrc/mail/roundcube-plugin-carddav: Makefile
        pkgsrc/mail/roundcube-plugin-enigma: Makefile
        pkgsrc/mail/roundcube-plugin-password: Makefile
        pkgsrc/mail/roundcube-plugin-zipdownload: Makefile
        pkgsrc/mail/squirrelmail: Makefile plugin.mk squirrelmail.mk
        pkgsrc/mail/squirrelmail-decode: Makefile
        pkgsrc/mail/turba: Makefile

Log Message:
multiple PHP support

* Use PHP_BASE_VERS in DEPENDS if required.
* Use REPLACE_PHP.

Bump PKGREVISION.


To generate a diff of this commit:
cvs rdiff -u -r1.68 -r1.69 pkgsrc/mail/imp/Makefile
cvs rdiff -u -r1.29 -r1.30 pkgsrc/mail/ingo/Makefile
cvs rdiff -u -r1.9 -r1.10 pkgsrc/mail/mimp/Makefile
cvs rdiff -u -r1.10 -r1.11 pkgsrc/mail/pear-Auth_SASL/Makefile
cvs rdiff -u -r1.19 -r1.20 pkgsrc/mail/pear-Mail/Makefile
cvs rdiff -u -r1.40 -r1.41 pkgsrc/mail/pear-Mail_Mime/Makefile
cvs rdiff -u -r1.5 -r1.6 pkgsrc/mail/pear-Mail_mimeDecode/Makefile
cvs rdiff -u -r1.5 -r1.6 pkgsrc/mail/php-dmarc-srg/Makefile
cvs rdiff -u -r1.4 -r1.5 pkgsrc/mail/php-mailparse/Makefile
cvs rdiff -u -r1.3 -r1.4 pkgsrc/mail/php-vmailmgr/Makefile
cvs rdiff -u -r1.99 -r1.100 pkgsrc/mail/roundcube/Makefile
cvs rdiff -u -r1.9 -r1.10 pkgsrc/mail/roundcube-plugin-carddav/Makefile
cvs rdiff -u -r1.16 -r1.17 pkgsrc/mail/roundcube-plugin-enigma/Makefile
cvs rdiff -u -r1.23 -r1.24 pkgsrc/mail/roundcube-plugin-password/Makefile
cvs rdiff -u -r1.13 -r1.14 pkgsrc/mail/roundcube-plugin-zipdownload/Makefile
cvs rdiff -u -r1.147 -r1.148 pkgsrc/mail/squirrelmail/Makefile
cvs rdiff -u -r1.7 -r1.8 pkgsrc/mail/squirrelmail/plugin.mk
cvs rdiff -u -r1.2 -r1.3 pkgsrc/mail/squirrelmail/squirrelmail.mk
cvs rdiff -u -r1.16 -r1.17 pkgsrc/mail/squirrelmail-decode/Makefile
cvs rdiff -u -r1.55 -r1.56 pkgsrc/mail/turba/Makefile

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

Modified files:

Index: pkgsrc/mail/imp/Makefile
diff -u pkgsrc/mail/imp/Makefile:1.68 pkgsrc/mail/imp/Makefile:1.69
--- pkgsrc/mail/imp/Makefile:1.68       Fri May 14 13:49:28 2021
+++ pkgsrc/mail/imp/Makefile    Sat Feb  8 03:44:46 2025
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.68 2021/05/14 13:49:28 nia Exp $
+# $NetBSD: Makefile,v 1.69 2025/02/08 03:44:46 taca Exp $
 
 DISTNAME=      imp-h3-${IMPVER}
 PKGNAME=       imp-${IMPVER}
-PKGREVISION=   2
+PKGREVISION=   3
 CATEGORIES=    mail www
 #MASTER_SITES+=        ftp://ftp.horde.org/pub/imp/
 
@@ -14,7 +14,7 @@ LICENSE=      gnu-gpl-v2
 CONFLICTS+=    imp-3.*
 
 DEPENDS+=      horde>=3.2:../../www/horde
-DEPENDS+=      ${PHP_PKG_PREFIX}-imap>4.3.3:../../mail/php-imap
+DEPENDS+=      ${PHP_PKG_PREFIX}-imap>=${PHP_BASE_VERS}:../../mail/php-imap
 DEPENDS+=      ${PHP_PKG_PREFIX}-pear-Mail-[0-9]*:../../mail/pear-Mail
 DEPENDS+=      ${PHP_PKG_PREFIX}-pear-Mail_mimeDecode-[0-9]*:../../mail/pear-Mail_mimeDecode
 

Index: pkgsrc/mail/ingo/Makefile
diff -u pkgsrc/mail/ingo/Makefile:1.29 pkgsrc/mail/ingo/Makefile:1.30
--- pkgsrc/mail/ingo/Makefile:1.29      Fri May 14 13:49:13 2021
+++ pkgsrc/mail/ingo/Makefile   Sat Feb  8 03:44:46 2025
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.29 2021/05/14 13:49:13 nia Exp $
+# $NetBSD: Makefile,v 1.30 2025/02/08 03:44:46 taca Exp $
 
 DISTNAME=      ingo-h3-${INGOVER}
 PKGNAME=       ingo-${INGOVER}
-PKGREVISION=   2
+PKGREVISION=   3
 CATEGORIES=    mail www
 #MASTER_SITES+=        ftp://ftp.horde.org/pub/ingo/
 

Index: pkgsrc/mail/mimp/Makefile
diff -u pkgsrc/mail/mimp/Makefile:1.9 pkgsrc/mail/mimp/Makefile:1.10
--- pkgsrc/mail/mimp/Makefile:1.9       Sat Apr 24 11:37:29 2021
+++ pkgsrc/mail/mimp/Makefile   Sat Feb  8 03:44:46 2025
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.9 2021/04/24 11:37:29 wiz Exp $
+# $NetBSD: Makefile,v 1.10 2025/02/08 03:44:46 taca Exp $
 
 DISTNAME=      mimp-h3-${MIMPVER}
 PKGNAME=       mimp-${MIMPVER}
-PKGREVISION=   2
+PKGREVISION=   3
 CATEGORIES=    mail www
 #MASTER_SITES+=        ftp://ftp.horde.org/pub/mimp/
 

Index: pkgsrc/mail/pear-Auth_SASL/Makefile
diff -u pkgsrc/mail/pear-Auth_SASL/Makefile:1.10 pkgsrc/mail/pear-Auth_SASL/Makefile:1.11
--- pkgsrc/mail/pear-Auth_SASL/Makefile:1.10    Sun Jan  7 15:43:09 2024
+++ pkgsrc/mail/pear-Auth_SASL/Makefile Sat Feb  8 03:44:46 2025
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.10 2024/01/07 15:43:09 taca Exp $
+# $NetBSD: Makefile,v 1.11 2025/02/08 03:44:46 taca Exp $
 
 DISTNAME=      Auth_SASL-1.2.0
+PKGREVISION=   1
 CATEGORIES=    mail
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost

Index: pkgsrc/mail/pear-Mail/Makefile
diff -u pkgsrc/mail/pear-Mail/Makefile:1.19 pkgsrc/mail/pear-Mail/Makefile:1.20
--- pkgsrc/mail/pear-Mail/Makefile:1.19 Wed Feb 28 14:45:43 2024
+++ pkgsrc/mail/pear-Mail/Makefile      Sat Feb  8 03:44:46 2025
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.19 2024/02/28 14:45:43 taca Exp $
+# $NetBSD: Makefile,v 1.20 2025/02/08 03:44:46 taca Exp $
 
 DISTNAME=      Mail-2.0.0
+PKGREVISION=   1
 CATEGORIES=    mail
 
 MAINTAINER=    wenheping%gmail.com@localhost

Index: pkgsrc/mail/pear-Mail_Mime/Makefile
diff -u pkgsrc/mail/pear-Mail_Mime/Makefile:1.40 pkgsrc/mail/pear-Mail_Mime/Makefile:1.41
--- pkgsrc/mail/pear-Mail_Mime/Makefile:1.40    Sat Mar 23 15:36:59 2024
+++ pkgsrc/mail/pear-Mail_Mime/Makefile Sat Feb  8 03:44:46 2025
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.40 2024/03/23 15:36:59 taca Exp $
+# $NetBSD: Makefile,v 1.41 2025/02/08 03:44:46 taca Exp $
 
 DISTNAME=      Mail_Mime-1.10.12
+PKGREVISION=   1
 CATEGORIES+=   mail
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost

Index: pkgsrc/mail/pear-Mail_mimeDecode/Makefile
diff -u pkgsrc/mail/pear-Mail_mimeDecode/Makefile:1.5 pkgsrc/mail/pear-Mail_mimeDecode/Makefile:1.6
--- pkgsrc/mail/pear-Mail_mimeDecode/Makefile:1.5       Mon Sep 12 16:00:08 2016
+++ pkgsrc/mail/pear-Mail_mimeDecode/Makefile   Sat Feb  8 03:44:46 2025
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.5 2016/09/12 16:00:08 taca Exp $
+# $NetBSD: Makefile,v 1.6 2025/02/08 03:44:46 taca Exp $
 
 DISTNAME=      Mail_mimeDecode-1.5.6
+PKGREVISION=   1
 CATEGORIES+=   mail
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost

Index: pkgsrc/mail/php-dmarc-srg/Makefile
diff -u pkgsrc/mail/php-dmarc-srg/Makefile:1.5 pkgsrc/mail/php-dmarc-srg/Makefile:1.6
--- pkgsrc/mail/php-dmarc-srg/Makefile:1.5      Mon Nov 11 15:43:38 2024
+++ pkgsrc/mail/php-dmarc-srg/Makefile  Sat Feb  8 03:44:47 2025
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.5 2024/11/11 15:43:38 wiz Exp $
+# $NetBSD: Makefile,v 1.6 2025/02/08 03:44:47 taca Exp $
 
 DISTNAME=      dmarc-srg-${GITHUB_RELEASE}
 PKGNAME=       ${PHP_PKG_PREFIX}-${DISTNAME}
+PKGREVISION=   1
 CATEGORIES=    mail
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=liuch/}
 GITHUB_PROJECT=        dmarc-srg

Index: pkgsrc/mail/php-mailparse/Makefile
diff -u pkgsrc/mail/php-mailparse/Makefile:1.4 pkgsrc/mail/php-mailparse/Makefile:1.5
--- pkgsrc/mail/php-mailparse/Makefile:1.4      Sat May 21 09:19:10 2022
+++ pkgsrc/mail/php-mailparse/Makefile  Sat Feb  8 03:44:47 2025
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.4 2022/05/21 09:19:10 taca Exp $
+# $NetBSD: Makefile,v 1.5 2025/02/08 03:44:47 taca Exp $
 
 MODNAME=               mailparse
 PECL_VERSION=          3.1.3
+PKGREVISION=           1
 CATEGORIES+=           mail
 COMMENT=               PHP extension for email message manipulation
 LICENSE=               php

Index: pkgsrc/mail/php-vmailmgr/Makefile
diff -u pkgsrc/mail/php-vmailmgr/Makefile:1.3 pkgsrc/mail/php-vmailmgr/Makefile:1.4
--- pkgsrc/mail/php-vmailmgr/Makefile:1.3       Sun Feb  2 20:22:26 2025
+++ pkgsrc/mail/php-vmailmgr/Makefile   Sat Feb  8 03:44:47 2025
@@ -1,8 +1,9 @@
-# $NetBSD: Makefile,v 1.3 2025/02/02 20:22:26 schmonz Exp $
+# $NetBSD: Makefile,v 1.4 2025/02/08 03:44:47 taca Exp $
 
 .include "../../mail/vmailmgr/Makefile.common"
 
 PKGNAME=               ${PHP_PKG_PREFIX}-vmailmgr-${VERSION}
+PKGREVISION=           1
 CATEGORIES=            mail
 
 MAINTAINER=            schmonz%NetBSD.org@localhost
@@ -10,9 +11,9 @@ HOMEPAGE=             https://untroubled.org/vmailm
 COMMENT=               Virtual domain manager for qmail (PHP bindings)
 LICENSE=               gnu-gpl-v2
 
-CONFLICTS+=            php-vmailmgr-[0-9]*
+DEPENDS+=              php${PHP_VER}>=${PHP_BASE_VERS}:${PHPPKGSRCDIR}
 
-DEPENDS+=              php-[0-9]*:${PHPPKGSRCDIR}
+CONFLICTS+=            php-vmailmgr-[0-9]*
 
 CONFIGURE_ARGS+=       --enable-php
 

Index: pkgsrc/mail/roundcube/Makefile
diff -u pkgsrc/mail/roundcube/Makefile:1.99 pkgsrc/mail/roundcube/Makefile:1.100
--- pkgsrc/mail/roundcube/Makefile:1.99 Mon Sep 18 03:39:02 2023
+++ pkgsrc/mail/roundcube/Makefile      Sat Feb  8 03:44:47 2025
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.99 2023/09/18 03:39:02 taca Exp $
+# $NetBSD: Makefile,v 1.100 2025/02/08 03:44:47 taca Exp $
 
 DISTNAME=      roundcubemail-${RC_VERS}
 PKGNAME=       ${PHP_PKG_PREFIX}-${DISTNAME:S/mail-/-/:S/-complete//}
+PKGREVISION=   1
 
 MAINTAINER=    taca%NetBSD.org@localhost
 COMMENT=       Browser-based multilingual IMAP client

Index: pkgsrc/mail/roundcube-plugin-carddav/Makefile
diff -u pkgsrc/mail/roundcube-plugin-carddav/Makefile:1.9 pkgsrc/mail/roundcube-plugin-carddav/Makefile:1.10
--- pkgsrc/mail/roundcube-plugin-carddav/Makefile:1.9   Thu Sep 29 17:55:49 2022
+++ pkgsrc/mail/roundcube-plugin-carddav/Makefile       Sat Feb  8 03:44:47 2025
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.9 2022/09/29 17:55:49 triaxx Exp $
+# $NetBSD: Makefile,v 1.10 2025/02/08 03:44:47 taca Exp $
 
 DISTNAME=      carddav-v4.4.3
+PKGREVISION=   1
 PKGNAME=       ${PHP_PKG_PREFIX}-roundcube-plugin-${DISTNAME:S/-v/-/}
 CATEGORIES=    mail
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=mstilkerich/}
@@ -72,5 +73,5 @@ do-install:
        ${INSTALL_DATA} ${WRKSRC}/config.inc.php.dist \
                ${DESTDIR}${PREFIX}/${EGDIR}/config.inc.php
 
-.include "../../lang/php/replace.mk"
+.include "../../lang/php/phpversion.mk"
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/mail/roundcube-plugin-enigma/Makefile
diff -u pkgsrc/mail/roundcube-plugin-enigma/Makefile:1.16 pkgsrc/mail/roundcube-plugin-enigma/Makefile:1.17
--- pkgsrc/mail/roundcube-plugin-enigma/Makefile:1.16   Mon Sep 18 03:39:02 2023
+++ pkgsrc/mail/roundcube-plugin-enigma/Makefile        Sat Feb  8 03:44:47 2025
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.16 2023/09/18 03:39:02 taca Exp $
+# $NetBSD: Makefile,v 1.17 2025/02/08 03:44:47 taca Exp $
 
 PLUGIN=                enigma
+PKGREVISION=   1
 
 MAINTAINER=    taca%NetBSD.org@localhost
 COMMENT=       Enigma Plugin for Roundcube

Index: pkgsrc/mail/roundcube-plugin-password/Makefile
diff -u pkgsrc/mail/roundcube-plugin-password/Makefile:1.23 pkgsrc/mail/roundcube-plugin-password/Makefile:1.24
--- pkgsrc/mail/roundcube-plugin-password/Makefile:1.23 Sat Nov 16 12:05:56 2024
+++ pkgsrc/mail/roundcube-plugin-password/Makefile      Sat Feb  8 03:44:47 2025
@@ -1,10 +1,10 @@
-# $NetBSD: Makefile,v 1.23 2024/11/16 12:05:56 wiz Exp $
+# $NetBSD: Makefile,v 1.24 2025/02/08 03:44:47 taca Exp $
 
 PLUGIN=                password
+PKGREVISION=   2
 
 MAINTAINER=    taca%NetBSD.org@localhost
 COMMENT=       Password change plugin for roundcube
-PKGREVISION=   1
 LICENSE=       gnu-gpl-v3
 
 DEPENDS+=      tcl-expect>=5.32.1:../../lang/tcl-expect

Index: pkgsrc/mail/roundcube-plugin-zipdownload/Makefile
diff -u pkgsrc/mail/roundcube-plugin-zipdownload/Makefile:1.13 pkgsrc/mail/roundcube-plugin-zipdownload/Makefile:1.14
--- pkgsrc/mail/roundcube-plugin-zipdownload/Makefile:1.13      Mon Sep 18 03:39:03 2023
+++ pkgsrc/mail/roundcube-plugin-zipdownload/Makefile   Sat Feb  8 03:44:47 2025
@@ -1,12 +1,13 @@
-# $NetBSD: Makefile,v 1.13 2023/09/18 03:39:03 taca Exp $
+# $NetBSD: Makefile,v 1.14 2025/02/08 03:44:47 taca Exp $
 
 PLUGIN=                zipdownload
+PKGREVISION=   1
 
 MAINTAINER=    taca%NetBSD.org@localhost
 COMMENT=       Roundcube Webmail ZipDownload plugin
 LICENSE=       gnu-gpl-v3
 
-DEPENDS+=      ${PHP_PKG_PREFIX}-zip>=5.4.0:../../archivers/php-zip
+DEPENDS+=      ${PHP_PKG_PREFIX}-zip>=${PHP_BASE_VERS}:../../archivers/php-zip
 
 .include "../../mail/roundcube/plugins.mk"
 .include "../../lang/python/application.mk"

Index: pkgsrc/mail/squirrelmail/Makefile
diff -u pkgsrc/mail/squirrelmail/Makefile:1.147 pkgsrc/mail/squirrelmail/Makefile:1.148
--- pkgsrc/mail/squirrelmail/Makefile:1.147     Wed Sep 18 14:25:50 2024
+++ pkgsrc/mail/squirrelmail/Makefile   Sat Feb  8 03:44:48 2025
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.147 2024/09/18 14:25:50 taca Exp $
+# $NetBSD: Makefile,v 1.148 2025/02/08 03:44:48 taca Exp $
 
 DISTNAME=      squirrelmail-webmail-1.4.23pre15028
 PKGNAME=       ${PHP_PKG_PREFIX}-${DISTNAME:S/-webmail//}
+PKGREVISION=   1
 CATEGORIES=    mail www
 MASTER_SITES=  ${MASTER_SITE_LOCAL}
 EXTRACT_SUFX=  .tar.xz

Index: pkgsrc/mail/squirrelmail/plugin.mk
diff -u pkgsrc/mail/squirrelmail/plugin.mk:1.7 pkgsrc/mail/squirrelmail/plugin.mk:1.8
--- pkgsrc/mail/squirrelmail/plugin.mk:1.7      Tue May 27 12:40:37 2008
+++ pkgsrc/mail/squirrelmail/plugin.mk  Sat Feb  8 03:44:48 2025
@@ -1,4 +1,4 @@
-# $NetBSD: plugin.mk,v 1.7 2008/05/27 12:40:37 martti Exp $
+# $NetBSD: plugin.mk,v 1.8 2025/02/08 03:44:48 taca Exp $
 
 DISTNAME?=             ${PLUGIN_NAME}-${PLUGIN_VERSION}
 PKGNAME=               sm-${PLUGIN_NAME}-${PLUGIN_VERSION}
@@ -9,7 +9,7 @@ WRKSRC?=                ${WRKDIR}/${PLUGIN_NAME}
 NO_CONFIGURE?=         YES
 NO_BUILD?=             YES
 
-SM_PLUGINDIR=          share/squirrelmail/plugins
+SM_PLUGINDIR=          ${SMDIR}/plugins
 PLUGIN_DIR=            ${SM_PLUGINDIR}/${PLUGIN_NAME}
 FULL_PLUGIN_DIR=       ${PREFIX}/${PLUGIN_DIR}
 

Index: pkgsrc/mail/squirrelmail/squirrelmail.mk
diff -u pkgsrc/mail/squirrelmail/squirrelmail.mk:1.2 pkgsrc/mail/squirrelmail/squirrelmail.mk:1.3
--- pkgsrc/mail/squirrelmail/squirrelmail.mk:1.2        Wed Sep 18 14:25:50 2024
+++ pkgsrc/mail/squirrelmail/squirrelmail.mk    Sat Feb  8 03:44:48 2025
@@ -1,10 +1,10 @@
-# $NetBSD: squirrelmail.mk,v 1.2 2024/09/18 14:25:50 taca Exp $
+# $NetBSD: squirrelmail.mk,v 1.3 2025/02/08 03:44:48 taca Exp $
 
 .if !defined(SQUIRRELMAIL_MK)
 SQUIRRELMAIL_MK=       # defined
 
-EGDIR=                 share/examples/${PHP_PKG_PREFIX}/squirrelmail
-SMDIR=                 share/${PHP_PKG_PREFIX}/squirrelmail
+EGDIR=                 ${PHP_EGDIR}/squirrelmail
+SMDIR=                 ${PHP_SHAREDIR}/squirrelmail
 DATADIR=               ${VARBASE}/spool/squirrelmail
 
 MESSAGE_SUBST+=                SMDIR=${PREFIX}/${SMDIR}

Index: pkgsrc/mail/squirrelmail-decode/Makefile
diff -u pkgsrc/mail/squirrelmail-decode/Makefile:1.16 pkgsrc/mail/squirrelmail-decode/Makefile:1.17
--- pkgsrc/mail/squirrelmail-decode/Makefile:1.16       Mon Nov 13 23:13:24 2023
+++ pkgsrc/mail/squirrelmail-decode/Makefile    Sat Feb  8 03:44:48 2025
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.16 2023/11/13 23:13:24 jperkin Exp $
+# $NetBSD: Makefile,v 1.17 2025/02/08 03:44:48 taca Exp $
 
 DISTNAME=      squirrelmail-decode-1.2
 PKGNAME=       ${PHP_PKG_PREFIX}-${DISTNAME}
+PKGREVISION=   1
 CATEGORIES=    mail
 MASTER_SITES=  ${MASTER_SITE_SOURCEFORGE:=squirrelmail/}
 EXTRACT_SUFX=  .tar.bz2
@@ -13,7 +14,7 @@ LICENSE=      gnu-gpl-v2
 
 NO_BUILD=      yes
 
-DEPENDS+=      ${PHP_PKG_PREFIX}-iconv>=4.3.3:../../converters/php-iconv
+DEPENDS+=      ${PHP_PKG_PREFIX}-iconv>=${PHP_BASE_VERS}:../../converters/php-iconv
 DEPENDS+=      ${PHP_PKG_PREFIX}-squirrelmail>=1.4.23pre14997:../../mail/squirrelmail
 
 do-install:

Index: pkgsrc/mail/turba/Makefile
diff -u pkgsrc/mail/turba/Makefile:1.55 pkgsrc/mail/turba/Makefile:1.56
--- pkgsrc/mail/turba/Makefile:1.55     Tue Jun 28 11:34:35 2022
+++ pkgsrc/mail/turba/Makefile  Sat Feb  8 03:44:48 2025
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.55 2022/06/28 11:34:35 wiz Exp $
+# $NetBSD: Makefile,v 1.56 2025/02/08 03:44:48 taca Exp $
 
 DISTNAME=      turba-h3-${TURBAVER}
 PKGNAME=       turba-${TURBAVER}
-PKGREVISION=   12
+PKGREVISION=   13
 CATEGORIES=    mail www
 #MASTER_SITES+=        ftp://ftp.horde.org/pub/turba/
 



Home | Main Index | Thread Index | Old Index