pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/mail/roundcube-plugin-password
Module Name: pkgsrc
Committed By: taca
Date: Sun May 20 03:54:54 UTC 2018
Modified Files:
pkgsrc/mail/roundcube-plugin-password: Makefile
Log Message:
mail/roundcube-plugin-password: fix interpreter
* Replace interpreter of perl script.
* Do not set REPLACE_PYTHON but add to it.
Bump PKGREVISION.
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/mail/roundcube-plugin-password/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/roundcube-plugin-password/Makefile
diff -u pkgsrc/mail/roundcube-plugin-password/Makefile:1.1 pkgsrc/mail/roundcube-plugin-password/Makefile:1.2
--- pkgsrc/mail/roundcube-plugin-password/Makefile:1.1 Tue Sep 13 16:00:15 2016
+++ pkgsrc/mail/roundcube-plugin-password/Makefile Sun May 20 03:54:54 2018
@@ -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 @@ LICENSE= gnu-gpl-v3
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