pkgsrc-Changes archive

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

CVS commit: pkgsrc/mail/roundcube



Module Name:    pkgsrc
Committed By:   taca
Date:           Mon Apr 30 06:44:11 UTC 2018

Modified Files:
        pkgsrc/mail/roundcube: plugins.mk

Log Message:
mail/roundcube: fix typo

Fix typo in DEPENDS.


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/mail/roundcube/plugins.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/roundcube/plugins.mk
diff -u pkgsrc/mail/roundcube/plugins.mk:1.1 pkgsrc/mail/roundcube/plugins.mk:1.2
--- pkgsrc/mail/roundcube/plugins.mk:1.1        Tue Sep 13 15:56:01 2016
+++ pkgsrc/mail/roundcube/plugins.mk    Mon Apr 30 06:44:11 2018
@@ -1,10 +1,10 @@
-# $NetBSD: plugins.mk,v 1.1 2016/09/13 15:56:01 taca Exp $
+# $NetBSD: plugins.mk,v 1.2 2018/04/30 06:44:11 taca Exp $
 #
 
 # plugin's PKGNAME
 PKGNAME=       ${PHP_PKG_PREFIX}-roundcube-plugin-${PLUGIN}-${RC_VERS}
 
-DEPENDS+=      ${PHP_PKG_PREFIX}-roundcube>=${VERS}:../../mail/roundcube
+DEPENDS+=      ${PHP_PKG_PREFIX}-roundcube>=${RC_VERS}:../../mail/roundcube
 
 #
 # a few parameters



Home | Main Index | Thread Index | Old Index