pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/mail/roundcube-plugin-password mail/round...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/5624619788d1
branches:  trunk
changeset: 308277:5624619788d1
user:      taca <taca%pkgsrc.org@localhost>
date:      Sun May 20 03:54:54 2018 +0000

description:
mail/roundcube-plugin-password: fix interpreter

* Replace interpreter of perl script.
* Do not set REPLACE_PYTHON but add to it.

Bump PKGREVISION.

diffstat:

 mail/roundcube-plugin-password/Makefile |  6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

diffs (22 lines):

diff -r 3ef299933ba9 -r 5624619788d1 mail/roundcube-plugin-password/Makefile
--- a/mail/roundcube-plugin-password/Makefile   Sun May 20 03:51:15 2018 +0000
+++ b/mail/roundcube-plugin-password/Makefile   Sun May 20 03:54:54 2018 +0000
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.1 2016/09/13 16:00:15 taca Exp $
+# $NetBSD: Makefile,v 1.2 2018/05/20 03:54:54 taca Exp $
 
 PLUGIN=                password
+PKGREVISION=   1
 
 MAINTAINER=    taca%NetBSD.org@localhost
 COMMENT=       Password change plugin for roundcube
@@ -8,7 +9,8 @@
 
 PLUGIN=                password
 
-REPLACE_PYTHON=        plugins/password/helpers/chpass-wrapper.py
+REPLACE_PERL+=         plugins/password/helpers/change_ldap_pass.pl
+REPLACE_PYTHON+=       plugins/password/helpers/chpass-wrapper.py
 
 do-install: plugin-install
 



Home | Main Index | Thread Index | Old Index