fetchmailconf: Update to 6.4.34
This commit is contained in:
parent
7b818bd277
commit
86fb2e2f67
2 changed files with 5 additions and 6 deletions
|
@ -1,6 +1,6 @@
|
|||
# $NetBSD: Makefile,v 1.118 2022/09/29 19:27:32 triaxx Exp $
|
||||
# $NetBSD: Makefile,v 1.119 2022/10/16 20:35:35 triaxx Exp $
|
||||
|
||||
DISTNAME= fetchmail-6.4.33
|
||||
DISTNAME= fetchmail-6.4.34
|
||||
PKGNAME= ${DISTNAME:S/fetchmail/fetchmailconf/}
|
||||
CATEGORIES= mail
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=fetchmail/}
|
||||
|
@ -32,11 +32,12 @@ INSTALL_TARGET= install-pythonPYTHON
|
|||
|
||||
PLIST_SUBST+= PYSITELIB=${PYSITELIB}
|
||||
REPLACE_PYTHON= fetchmailconf.py
|
||||
PYTHON_VERSIONS_ACCEPTED= 27 # not yet ported as of 6.3.22
|
||||
PYTHON_VERSIONS_ACCEPTED= 310 39 38 37
|
||||
|
||||
post-install:
|
||||
${INSTALL_SCRIPT} ${WRKSRC}/fetchmailconf.py ${DESTDIR}${PREFIX}/bin/fetchmailconf
|
||||
${LN} -s fetchmail.1 ${DESTDIR}${PREFIX}/${PKGMANDIR}/man1/fetchmailconf.1
|
||||
${RM} -rf ${DESTDIR}${PREFIX}/${PYSITELIB}/__pycache__/
|
||||
|
||||
.include "../../lang/python/application.mk"
|
||||
.include "../../security/openssl/buildlink3.mk"
|
||||
|
|
|
@ -1,6 +1,4 @@
|
|||
@comment $NetBSD: PLIST,v 1.2 2007/01/17 14:29:12 tron Exp $
|
||||
@comment $NetBSD: PLIST,v 1.3 2022/10/16 20:35:35 triaxx Exp $
|
||||
bin/fetchmailconf
|
||||
${PYSITELIB}/fetchmailconf.py
|
||||
${PYSITELIB}/fetchmailconf.pyc
|
||||
${PYSITELIB}/fetchmailconf.pyo
|
||||
man/man1/fetchmailconf.1
|
||||
|
|
Loading…
Reference in a new issue