pkgsrc-Changes archive

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

CVS commit: pkgsrc/mail/php-imap



Module Name:    pkgsrc
Committed By:   gutteridge
Date:           Thu Feb 12 02:34:00 UTC 2026

Modified Files:
        pkgsrc/mail/php-imap: options.mk

Log Message:
php-imap: fix grammar in a comment


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/mail/php-imap/options.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/php-imap/options.mk
diff -u pkgsrc/mail/php-imap/options.mk:1.1 pkgsrc/mail/php-imap/options.mk:1.2
--- pkgsrc/mail/php-imap/options.mk:1.1 Fri Feb 16 22:22:58 2018
+++ pkgsrc/mail/php-imap/options.mk     Thu Feb 12 02:34:00 2026
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.1 2018/02/16 22:22:58 jdolecek Exp $
+# $NetBSD: options.mk,v 1.2 2026/02/12 02:34:00 gutteridge Exp $
 
 .include "../../mk/bsd.prefs.mk"
 
@@ -24,7 +24,7 @@ CONFIGURE_ARGS+=      --with-kerberos
 
 # Imap extension's config.m4 calls m4 macro PHP_SETUP_OPENSSL() which
 # expects PHP_ARG_WITH(openssl, ...) being called beforehand so that
-# PHP_OPENSSL is set. For a self contained extension build like for
+# PHP_OPENSSL is set. For a self-contained extension build like for
 # this package this is not the case of course.
 CONFIGURE_ENV.SunOS+=  PHP_OPENSSL=yes
 CONFIGURE_ENV.*+=      PHP_OPENSSL=${SSLBASE:Q}



Home | Main Index | Thread Index | Old Index