pkgsrc-Changes archive

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

CVS commit: pkgsrc/lang/racket-textual



Module Name:    pkgsrc
Committed By:   riastradh
Date:           Fri Sep  1 20:21:16 UTC 2023

Modified Files:
        pkgsrc/lang/racket-textual: Makefile

Log Message:
lang/racket-textual: Put back PKGNAME=racket-minimal-X.Y.

For some reason, the directory is called racket-textual but PKGNAME
is racket-minimal.  I'm guessing this happened for hysterical
raisins.  I inadvertently changed PKGNAME when tidying up; let's just
put it back, and worry about renaming the directory later.


To generate a diff of this commit:
cvs rdiff -u -r1.37 -r1.38 pkgsrc/lang/racket-textual/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/racket-textual/Makefile
diff -u pkgsrc/lang/racket-textual/Makefile:1.37 pkgsrc/lang/racket-textual/Makefile:1.38
--- pkgsrc/lang/racket-textual/Makefile:1.37    Fri Sep  1 19:48:27 2023
+++ pkgsrc/lang/racket-textual/Makefile Fri Sep  1 20:21:16 2023
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.37 2023/09/01 19:48:27 riastradh Exp $
+# $NetBSD: Makefile,v 1.38 2023/09/01 20:21:16 riastradh Exp $
 
 DISTNAME=              racket-minimal-8.10-src
-PKGNAME=               ${DISTNAME:S/^racket-minimal/racket-textual/:S/-src$//}
+PKGNAME=               ${DISTNAME:S/-src$//}
 CATEGORIES=            lang
 MASTER_SITES_PLT=      http://download.racket-lang.org/installers/${PKGVERSION_NOREV}/
 MASTER_SITES_PLT+=     http://www.eecs.northwestern.edu/racket/${PKGVERSION_NOREV}/



Home | Main Index | Thread Index | Old Index