pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/mail/pymsgauth
Module Name: pkgsrc
Committed By: schmonz
Date: Sat May 19 16:26:16 UTC 2018
Modified Files:
pkgsrc/mail/pymsgauth: Makefile PLIST distinfo
Removed Files:
pkgsrc/mail/pymsgauth/patches: patch-pymsgauth-tag patch-pymsgauth.py
Log Message:
Update to new external pymsgauth-filter patch. The command name has
changed, and a new environment variable can be set so that users who
haven't configured pymsgauth can have their messages passed through
(unchanged). Bump PKGREVISION.
To generate a diff of this commit:
cvs rdiff -u -r1.15 -r1.16 pkgsrc/mail/pymsgauth/Makefile
cvs rdiff -u -r1.3 -r1.4 pkgsrc/mail/pymsgauth/PLIST \
pkgsrc/mail/pymsgauth/distinfo
cvs rdiff -u -r1.1 -r0 pkgsrc/mail/pymsgauth/patches/patch-pymsgauth-tag \
pkgsrc/mail/pymsgauth/patches/patch-pymsgauth.py
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/mail/pymsgauth/Makefile
diff -u pkgsrc/mail/pymsgauth/Makefile:1.15 pkgsrc/mail/pymsgauth/Makefile:1.16
--- pkgsrc/mail/pymsgauth/Makefile:1.15 Sat Jun 17 13:55:06 2017
+++ pkgsrc/mail/pymsgauth/Makefile Sat May 19 16:26:16 2018
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.15 2017/06/17 13:55:06 schmonz Exp $
+# $NetBSD: Makefile,v 1.16 2018/05/19 16:26:16 schmonz Exp $
#
DISTNAME= pymsgauth-2.1.0
-PKGREVISION= 7
+PKGREVISION= 8
CATEGORIES= mail
MASTER_SITES= ${HOMEPAGE}
@@ -11,6 +11,10 @@ HOMEPAGE= http://pyropus.ca/software/py
COMMENT= Automatically process qsecretary confirmation requests
LICENSE= gnu-gpl-v2
+FILTER_PATCH+= pymsgauth-2.1.0-filter-20180519.patch
+PATCHFILES+= ${FILTER_PATCH}
+SITES.${FILTER_PATCH}= https://schmonz.com/qmail/pymsgauthfilter/
+
PYMSGAUTH_PROGRAMS= pymsgauth-*
DOCS= BUGS CHANGELOG COPYING pymsgauth.txt
HTMLDOCS= pymsgauth.html
@@ -30,7 +34,7 @@ FILES_SUBST+= SHAREDIR=${SHAREDIR:Q}
INSTALLATION_DIRS= ${SHAREDIR} ${DOCDIR} ${HTMLDOCDIR} ${EGDIR} bin
pre-install:
- cd ${WRKSRC} && ${RM} -f *.orig
+ cd ${WRKSRC} && ${RM} -f *.orig *.orig_dist
do-install:
for f in ${REPLACE_PYTHON}; do \
Index: pkgsrc/mail/pymsgauth/PLIST
diff -u pkgsrc/mail/pymsgauth/PLIST:1.3 pkgsrc/mail/pymsgauth/PLIST:1.4
--- pkgsrc/mail/pymsgauth/PLIST:1.3 Sat Jun 17 13:55:06 2017
+++ pkgsrc/mail/pymsgauth/PLIST Sat May 19 16:26:16 2018
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.3 2017/06/17 13:55:06 schmonz Exp $
+@comment $NetBSD: PLIST,v 1.4 2018/05/19 16:26:16 schmonz Exp $
share/doc/html/pymsgauth/pymsgauth.html
share/doc/pymsgauth/BUGS
share/doc/pymsgauth/CHANGELOG
@@ -8,6 +8,6 @@ share/examples/pymsgauth/pymsgauthrc-exa
share/pymsgauth/ConfParser.py
share/pymsgauth/pymsgauth-clean
share/pymsgauth/pymsgauth-confirm
+share/pymsgauth/pymsgauth-filter
share/pymsgauth/pymsgauth-mail
-share/pymsgauth/pymsgauth-tag
share/pymsgauth/pymsgauth.py
Index: pkgsrc/mail/pymsgauth/distinfo
diff -u pkgsrc/mail/pymsgauth/distinfo:1.3 pkgsrc/mail/pymsgauth/distinfo:1.4
--- pkgsrc/mail/pymsgauth/distinfo:1.3 Sat Jun 17 13:55:06 2017
+++ pkgsrc/mail/pymsgauth/distinfo Sat May 19 16:26:16 2018
@@ -1,8 +1,10 @@
-$NetBSD: distinfo,v 1.3 2017/06/17 13:55:06 schmonz Exp $
+$NetBSD: distinfo,v 1.4 2018/05/19 16:26:16 schmonz Exp $
+SHA1 (pymsgauth-2.1.0-filter-20180519.patch) = d24bb90e16af02d6c3eedd33230ff7367103e070
+RMD160 (pymsgauth-2.1.0-filter-20180519.patch) = 4a4ad66016b1ce1c36797358fb5016bcb0eacd32
+SHA512 (pymsgauth-2.1.0-filter-20180519.patch) = d5bb0ce886daf5b18c604012636ba2853879cb35e9995806b379f007e624e9919d5d81613c141787f62213f2a3c0696e2979d8d5e1bfce57b32024bc871deb43
+Size (pymsgauth-2.1.0-filter-20180519.patch) = 3138 bytes
SHA1 (pymsgauth-2.1.0.tar.gz) = fe6c60022529ce2444db3423f84d44e457ae61bb
RMD160 (pymsgauth-2.1.0.tar.gz) = 0a5d7d6be65d9623647a3dfe014cb89a2c213183
SHA512 (pymsgauth-2.1.0.tar.gz) = a53ab929659106903a0c0fb83984a478d3bf32556467cf2ccf88d36f7b749a692edc3253a49ef78b0a3fe6e7475cca1ae583d4b8bc162fb693b395b6ab80ebc1
Size (pymsgauth-2.1.0.tar.gz) = 17915 bytes
-SHA1 (patch-pymsgauth-tag) = 44d27f8d915752c35cd07acd556490d93945d21e
-SHA1 (patch-pymsgauth.py) = 2d27f17b1c37d7e4646a69424bec68aa3380c29f
Home |
Main Index |
Thread Index |
Old Index