pkgsrc-Changes archive

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

CVS commit: pkgsrc/mail/squirrelmail-decode



Module Name:    pkgsrc
Committed By:   jperkin
Date:           Mon Nov 13 23:13:24 UTC 2023

Modified Files:
        pkgsrc/mail/squirrelmail-decode: Makefile

Log Message:
squirrelmail-decode: Try to fix DEPENDS.


To generate a diff of this commit:
cvs rdiff -u -r1.15 -r1.16 pkgsrc/mail/squirrelmail-decode/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/squirrelmail-decode/Makefile
diff -u pkgsrc/mail/squirrelmail-decode/Makefile:1.15 pkgsrc/mail/squirrelmail-decode/Makefile:1.16
--- pkgsrc/mail/squirrelmail-decode/Makefile:1.15       Mon Nov 13 16:01:45 2023
+++ pkgsrc/mail/squirrelmail-decode/Makefile    Mon Nov 13 23:13:24 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.15 2023/11/13 16:01:45 taca Exp $
+# $NetBSD: Makefile,v 1.16 2023/11/13 23:13:24 jperkin Exp $
 
 DISTNAME=      squirrelmail-decode-1.2
 PKGNAME=       ${PHP_PKG_PREFIX}-${DISTNAME}
@@ -14,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}-squirrelmail>=1.4.23pre14998:../../mail/squirrelmail
+DEPENDS+=      ${PHP_PKG_PREFIX}-squirrelmail>=1.4.23pre14997:../../mail/squirrelmail
 
 do-install:
        ${INSTALL_DATA_DIR} \



Home | Main Index | Thread Index | Old Index