Thu Sep 29 19:27:33 2022 UTC ()
fetchmailconf: Update to 6.4.33


(triaxx)
diff -r1.117 -r1.118 pkgsrc/mail/fetchmailconf/Makefile

cvs diff -r1.117 -r1.118 pkgsrc/mail/fetchmailconf/Makefile (expand / switch to unified diff)

--- pkgsrc/mail/fetchmailconf/Makefile 2022/06/30 11:18:34 1.117
+++ pkgsrc/mail/fetchmailconf/Makefile 2022/09/29 19:27:32 1.118
@@ -1,38 +1,38 @@ @@ -1,38 +1,38 @@
1# $NetBSD: Makefile,v 1.117 2022/06/30 11:18:34 nia Exp $ 1# $NetBSD: Makefile,v 1.118 2022/09/29 19:27:32 triaxx Exp $
2 2
3DISTNAME= fetchmail-6.4.30 3DISTNAME= fetchmail-6.4.33
4PKGNAME= ${DISTNAME:S/fetchmail/fetchmailconf/} 4PKGNAME= ${DISTNAME:S/fetchmail/fetchmailconf/}
5PKGREVISION= 1 
6CATEGORIES= mail 5CATEGORIES= mail
7MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=fetchmail/} 6MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=fetchmail/}
8EXTRACT_SUFX= .tar.xz 7EXTRACT_SUFX= .tar.xz
9 8
10MAINTAINER= pkgsrc-users@NetBSD.org 9MAINTAINER= pkgsrc-users@NetBSD.org
11HOMEPAGE= https://www.fetchmail.info/ 10HOMEPAGE= https://www.fetchmail.info/
12COMMENT= Configuration tool for fetchmail 11COMMENT= Configuration tool for fetchmail
13LICENSE= gnu-gpl-v1 AND gnu-gpl-v2 AND modified-bsd AND public-domain AND gnu-lgpl-v2.1 12LICENSE= gnu-gpl-v1 AND gnu-gpl-v2 AND modified-bsd AND public-domain AND gnu-lgpl-v2.1
14 13
15DEPENDS+= ${DISTNAME}{,nb*}:../../mail/fetchmail 14DEPENDS+= ${DISTNAME}{,nb*}:../../mail/fetchmail
16DEPENDS+= ${PYPKGPREFIX}-Tk-[0-9]*:../../x11/py-Tk 15DEPENDS+= ${PYPKGPREFIX}-Tk-[0-9]*:../../x11/py-Tk
17 16
18NO_BUILD= YES 17NO_BUILD= YES
19 18
20DISTINFO_FILE= ${.CURDIR}/../../mail/fetchmail/distinfo 19DISTINFO_FILE= ${.CURDIR}/../../mail/fetchmail/distinfo
21PATCHDIR= ${.CURDIR}/../../mail/fetchmail/patches 20PATCHDIR= ${.CURDIR}/../../mail/fetchmail/patches
22 21
23USE_PKGLOCALEDIR= yes 22USE_PKGLOCALEDIR= yes
24GNU_CONFIGURE= yes 23GNU_CONFIGURE= yes
25CONFIGURE_ARGS+= --without-hesiod 24CONFIGURE_ARGS+= --without-hesiod
 25CONFIGURE_ARGS+= --with-ssl=${BUILDLINK_PREFIX.openssl}
26LDFLAGS+= ${CFLAGS} 26LDFLAGS+= ${CFLAGS}
27USE_TOOLS+= msgfmt tbl 27USE_TOOLS+= msgfmt tbl
28USE_LANGUAGES+= c 28USE_LANGUAGES+= c
29 29
30INSTALLATION_DIRS= bin ${PKGMANDIR}/man1 30INSTALLATION_DIRS= bin ${PKGMANDIR}/man1
31INSTALL_TARGET= install-pythonPYTHON 31INSTALL_TARGET= install-pythonPYTHON
32 32
33PLIST_SUBST+= PYSITELIB=${PYSITELIB} 33PLIST_SUBST+= PYSITELIB=${PYSITELIB}
34REPLACE_PYTHON= fetchmailconf.py 34REPLACE_PYTHON= fetchmailconf.py
35PYTHON_VERSIONS_ACCEPTED= 27 # not yet ported as of 6.3.22 35PYTHON_VERSIONS_ACCEPTED= 27 # not yet ported as of 6.3.22
36 36
37post-install: 37post-install:
38 ${INSTALL_SCRIPT} ${WRKSRC}/fetchmailconf.py ${DESTDIR}${PREFIX}/bin/fetchmailconf 38 ${INSTALL_SCRIPT} ${WRKSRC}/fetchmailconf.py ${DESTDIR}${PREFIX}/bin/fetchmailconf