pkgsrc-Changes archive

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

CVS commit: pkgsrc/lang/ruby33



Module Name:    pkgsrc
Committed By:   taca
Date:           Thu Jan  2 06:31:58 UTC 2025

Modified Files:
        pkgsrc/lang/ruby33: Makefile

Log Message:
ruby33/Makefile: a small clean up

Remove unused substituion from PKGNAME.


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 pkgsrc/lang/ruby33/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/ruby33/Makefile
diff -u pkgsrc/lang/ruby33/Makefile:1.4 pkgsrc/lang/ruby33/Makefile:1.5
--- pkgsrc/lang/ruby33/Makefile:1.4     Sat Jul 13 15:25:25 2024
+++ pkgsrc/lang/ruby33/Makefile Thu Jan  2 06:31:58 2025
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.4 2024/07/13 15:25:25 taca Exp $
+# $NetBSD: Makefile,v 1.5 2025/01/02 06:31:58 taca Exp $
 
 DISTNAME=      ${RUBY_DISTNAME}
-PKGNAME=       ${RUBY_PKGPREFIX}-${RUBY_VERSION:S/-rc/rc/}
+PKGNAME=       ${RUBY_PKGPREFIX}-${RUBY_VERSION}
 CATEGORIES=    lang ruby
 MASTER_SITES=  ${MASTER_SITE_RUBY}
 



Home | Main Index | Thread Index | Old Index