pkgsrc-Changes archive

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

CVS commit: pkgsrc/lang/bython



Module Name:    pkgsrc
Committed By:   wiz
Date:           Wed Mar 20 06:40:07 UTC 2024

Modified Files:
        pkgsrc/lang/bython: DESCR Makefile

Log Message:
bython: fix HOMEPAGE, fix typo


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/lang/bython/DESCR pkgsrc/lang/bython/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/bython/DESCR
diff -u pkgsrc/lang/bython/DESCR:1.1 pkgsrc/lang/bython/DESCR:1.2
--- pkgsrc/lang/bython/DESCR:1.1        Wed Mar 20 04:05:47 2024
+++ pkgsrc/lang/bython/DESCR    Wed Mar 20 06:40:07 2024
@@ -1,4 +1,4 @@
 Python with braces. Because Python is awesome, but whitespace is awful.
 
-Bython is a Python preprosessor which translates curly brackets into
+Bython is a Python preprocessor which translates curly brackets into
 indentation.
Index: pkgsrc/lang/bython/Makefile
diff -u pkgsrc/lang/bython/Makefile:1.1 pkgsrc/lang/bython/Makefile:1.2
--- pkgsrc/lang/bython/Makefile:1.1     Wed Mar 20 04:05:47 2024
+++ pkgsrc/lang/bython/Makefile Wed Mar 20 06:40:07 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2024/03/20 04:05:47 mef Exp $
+# $NetBSD: Makefile,v 1.2 2024/03/20 06:40:07 wiz Exp $
 
 VERSION=       0.8
 DISTNAME=      bython-${VERSION}
@@ -7,7 +7,7 @@ MASTER_SITES=   ${MASTER_SITE_GITHUB:=math
 GITHUB_TAG=    v${VERSION}
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
-HOMEPAGE=      https://github.com/mathialo/bython/releases/tag/ # TODO: check
+HOMEPAGE=      https://github.com/mathialo/bython/
 COMMENT=       Python with braces. Because Python is awesome, but whitespace is awful
 LICENSE=       mit
 



Home | Main Index | Thread Index | Old Index