Sat Oct 12 20:12:48 2019 UTC ()
mail/pymsgauth: fix location of HTML documentation


(rillig)
diff -r1.19 -r1.20 pkgsrc/mail/pymsgauth/Makefile
diff -r1.4 -r1.5 pkgsrc/mail/pymsgauth/PLIST

cvs diff -r1.19 -r1.20 pkgsrc/mail/pymsgauth/Makefile (expand / switch to unified diff)

--- pkgsrc/mail/pymsgauth/Makefile 2019/04/25 07:33:04 1.19
+++ pkgsrc/mail/pymsgauth/Makefile 2019/10/12 20:12:47 1.20
@@ -1,56 +1,50 @@ @@ -1,56 +1,50 @@
1# $NetBSD: Makefile,v 1.19 2019/04/25 07:33:04 maya Exp $ 1# $NetBSD: Makefile,v 1.20 2019/10/12 20:12:47 rillig Exp $
2# 2#
3 3
4DISTNAME= pymsgauth-2.1.0 4DISTNAME= pymsgauth-2.1.0
5PKGREVISION= 11 5PKGREVISION= 13
6CATEGORIES= mail 6CATEGORIES= mail
7MASTER_SITES= ${HOMEPAGE} 7MASTER_SITES= ${HOMEPAGE}
8 8
9MAINTAINER= schmonz@NetBSD.org 9MAINTAINER= schmonz@NetBSD.org
10HOMEPAGE= http://pyropus.ca/software/pymsgauth/ 10HOMEPAGE= http://pyropus.ca/software/pymsgauth/
11COMMENT= Automatically process qsecretary confirmation requests 11COMMENT= Automatically process qsecretary confirmation requests
12LICENSE= gnu-gpl-v2 12LICENSE= gnu-gpl-v2
13 13
14FILTER3_PATCH+= pymsgauth-2.1.0-filter3-20180806.patch 14FILTER3_PATCH+= pymsgauth-2.1.0-filter3-20180806.patch
15PATCHFILES+= ${FILTER3_PATCH} 15PATCHFILES+= ${FILTER3_PATCH}
16SITES.${FILTER3_PATCH}= https://schmonz.com/qmail/pymsgauthfilter/ 16SITES.${FILTER3_PATCH}= https://schmonz.com/qmail/pymsgauthfilter/
17 17
18PYMSGAUTH_PROGRAMS= pymsgauth-* 18PYMSGAUTH_PROGRAMS= pymsgauth-*
19DOCS= BUGS CHANGELOG COPYING pymsgauth.txt 19DOCS= BUGS CHANGELOG COPYING pymsgauth.html pymsgauth.txt
20HTMLDOCS= pymsgauth.html 
21EXAMPLES= pymsgauthrc-example 20EXAMPLES= pymsgauthrc-example
22 21
23SHAREDIR= share/pymsgauth 22SHAREDIR= share/pymsgauth
24DOCDIR= share/doc/pymsgauth 23DOCDIR= share/doc/pymsgauth
25HTMLDOCDIR= share/doc/html/pymsgauth 
26EGDIR= share/examples/pymsgauth 24EGDIR= share/examples/pymsgauth
27 25
28NO_BUILD= yes 26NO_BUILD= yes
29REPLACE_PYTHON= ${PYMSGAUTH_PROGRAMS} *.py 27REPLACE_PYTHON= ${PYMSGAUTH_PROGRAMS} *.py
30 28
31FILES_SUBST+= SHAREDIR=${SHAREDIR:Q} 29FILES_SUBST+= SHAREDIR=${SHAREDIR:Q}
32 30
33INSTALLATION_DIRS= ${SHAREDIR} ${DOCDIR} ${HTMLDOCDIR} ${EGDIR} bin 31INSTALLATION_DIRS= ${SHAREDIR} ${DOCDIR} ${EGDIR} bin
34 32
35pre-install: 33pre-install:
36 cd ${WRKSRC} && ${RM} -f *.orig *.orig_dist 34 cd ${WRKSRC} && ${RM} -f *.orig *.orig_dist
37 35
38do-install: 36do-install:
39 for f in ${REPLACE_PYTHON}; do \ 37 for f in ${REPLACE_PYTHON}; do \
40 ${INSTALL_SCRIPT} ${WRKSRC}/$${f} ${DESTDIR}${PREFIX}/${SHAREDIR}; \ 38 ${INSTALL_SCRIPT} ${WRKSRC}/$${f} ${DESTDIR}${PREFIX}/${SHAREDIR}; \
41 done 39 done
42 40
43 for f in ${DOCS}; do \ 41 for f in ${DOCS}; do \
44 ${INSTALL_DATA} ${WRKSRC}/$${f} ${DESTDIR}${PREFIX}/${DOCDIR}; \ 42 ${INSTALL_DATA} ${WRKSRC}/$${f} ${DESTDIR}${PREFIX}/${DOCDIR}; \
45 done 43 done
46 44
47 for f in ${HTMLDOCS}; do \ 
48 ${INSTALL_DATA} ${WRKSRC}/$${f} ${DESTDIR}${PREFIX}/${HTMLDOCDIR}; \ 
49 done 
50 
51 for f in ${EXAMPLES}; do \ 45 for f in ${EXAMPLES}; do \
52 ${INSTALL_DATA} ${WRKSRC}/$${f} ${DESTDIR}${PREFIX}/${EGDIR}; \ 46 ${INSTALL_DATA} ${WRKSRC}/$${f} ${DESTDIR}${PREFIX}/${EGDIR}; \
53 done 47 done
54 48
55.include "../../lang/python/application.mk" 49.include "../../lang/python/application.mk"
56.include "../../mk/bsd.pkg.mk" 50.include "../../mk/bsd.pkg.mk"

cvs diff -r1.4 -r1.5 pkgsrc/mail/pymsgauth/PLIST (expand / switch to unified diff)

--- pkgsrc/mail/pymsgauth/PLIST 2018/05/19 16:26:16 1.4
+++ pkgsrc/mail/pymsgauth/PLIST 2019/10/12 20:12:47 1.5
@@ -1,13 +1,13 @@ @@ -1,13 +1,13 @@
1@comment $NetBSD: PLIST,v 1.4 2018/05/19 16:26:16 schmonz Exp $ 1@comment $NetBSD: PLIST,v 1.5 2019/10/12 20:12:47 rillig Exp $
2share/doc/html/pymsgauth/pymsgauth.html 
3share/doc/pymsgauth/BUGS 2share/doc/pymsgauth/BUGS
4share/doc/pymsgauth/CHANGELOG 3share/doc/pymsgauth/CHANGELOG
5share/doc/pymsgauth/COPYING 4share/doc/pymsgauth/COPYING
 5share/doc/pymsgauth/pymsgauth.html
6share/doc/pymsgauth/pymsgauth.txt 6share/doc/pymsgauth/pymsgauth.txt
7share/examples/pymsgauth/pymsgauthrc-example 7share/examples/pymsgauth/pymsgauthrc-example
8share/pymsgauth/ConfParser.py 8share/pymsgauth/ConfParser.py
9share/pymsgauth/pymsgauth-clean 9share/pymsgauth/pymsgauth-clean
10share/pymsgauth/pymsgauth-confirm 10share/pymsgauth/pymsgauth-confirm
11share/pymsgauth/pymsgauth-filter 11share/pymsgauth/pymsgauth-filter
12share/pymsgauth/pymsgauth-mail 12share/pymsgauth/pymsgauth-mail
13share/pymsgauth/pymsgauth.py 13share/pymsgauth/pymsgauth.py