pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/lang/py-cxfreeze



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sun Jan 25 07:34:38 UTC 2026

Modified Files:
        pkgsrc/lang/py-cxfreeze: Makefile

Log Message:
py-cxfreeze: update HOMEPAGE


To generate a diff of this commit:
cvs rdiff -u -r1.19 -r1.20 pkgsrc/lang/py-cxfreeze/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/lang/py-cxfreeze/Makefile
diff -u pkgsrc/lang/py-cxfreeze/Makefile:1.19 pkgsrc/lang/py-cxfreeze/Makefile:1.20
--- pkgsrc/lang/py-cxfreeze/Makefile:1.19       Mon Nov 17 11:01:02 2025
+++ pkgsrc/lang/py-cxfreeze/Makefile    Sun Jan 25 07:34:38 2026
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.19 2025/11/17 11:01:02 wiz Exp $
+# $NetBSD: Makefile,v 1.20 2026/01/25 07:34:38 wiz Exp $
 
 DISTNAME=      cx_Freeze-6.13.1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/_F/f/}
@@ -6,12 +6,10 @@ CATEGORIES=   lang python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=c/cx_Freeze/}
 
 MAINTAINER=    helgoman%users.sourceforge.net@localhost
-HOMEPAGE=      https://cx-freeze.sourceforge.net/
+HOMEPAGE=      https://marcelotduarte.github.io/cx_Freeze/
 COMMENT=       Freezing python scripts into executables
 LICENSE=       python-software-foundation
 
-PYTHON_VERSIONS_INCOMPATIBLE=  27
-
 PLIST_SUBST+=  PYVERNODOT=${PYVERSSUFFIX:S/.//g}
 
 post-install:



Home | Main Index | Thread Index | Old Index