Tue Aug 15 18:33:13 2023 UTC ()
ap2-python: Note upstream bug report about no-release policy


(gdt)
diff -r1.41 -r1.42 pkgsrc/www/ap2-python/Makefile

cvs diff -r1.41 -r1.42 pkgsrc/www/ap2-python/Makefile (expand / switch to unified diff)

--- pkgsrc/www/ap2-python/Makefile 2023/08/14 07:40:41 1.41
+++ pkgsrc/www/ap2-python/Makefile 2023/08/15 18:33:13 1.42
@@ -1,15 +1,18 @@ @@ -1,15 +1,18 @@
1# $NetBSD: Makefile,v 1.41 2023/08/14 07:40:41 wiz Exp $ 1# $NetBSD: Makefile,v 1.42 2023/08/15 18:33:13 gdt Exp $
2 2
 3# Upstream has a policy against actually having releases, so one
 4# cannot believe the tags section of their site, or repology.
 5# https://github.com/grisha/mod_python/issues/126
3DISTNAME= mod_python-3.5.0 6DISTNAME= mod_python-3.5.0
4PKGNAME= ${APACHE_PKG_PREFIX}-${PYPKGPREFIX}-${DISTNAME:S/mod_//} 7PKGNAME= ${APACHE_PKG_PREFIX}-${PYPKGPREFIX}-${DISTNAME:S/mod_//}
5PKGREVISION= 5 8PKGREVISION= 5
6CATEGORIES= www python 9CATEGORIES= www python
7MASTER_SITES= http://dist.modpython.org/dist/ 10MASTER_SITES= http://dist.modpython.org/dist/
8EXTRACT_SUFX= .tgz 11EXTRACT_SUFX= .tgz
9 12
10MAINTAINER= pkgsrc-users@NetBSD.org 13MAINTAINER= pkgsrc-users@NetBSD.org
11HOMEPAGE= http://www.modpython.org/ 14HOMEPAGE= http://www.modpython.org/
12COMMENT= Apache module that embeds the Python interpreter 15COMMENT= Apache module that embeds the Python interpreter
13LICENSE= apache-2.0 16LICENSE= apache-2.0
14 17
15# HACK: This is not needed, but if it's installed, the PLIST differs 18# HACK: This is not needed, but if it's installed, the PLIST differs