pkgsrc-Changes archive

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

CVS commit: pkgsrc/www



Module Name:    pkgsrc
Committed By:   osa
Date:           Fri Jun 30 20:49:44 UTC 2023

Modified Files:
        pkgsrc/www/unit-python: Makefile
        pkgsrc/www/unit-ruby: Makefile

Log Message:
www/unit-*: add multiple versions support for python and ruby

Multiple versions of python and ruby programming languages can coexist,
so adding versions to modules make them coexist as well.

Bump PKGREVISION.


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 pkgsrc/www/unit-python/Makefile
cvs rdiff -u -r1.4 -r1.5 pkgsrc/www/unit-ruby/Makefile

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

Modified files:

Index: pkgsrc/www/unit-python/Makefile
diff -u pkgsrc/www/unit-python/Makefile:1.7 pkgsrc/www/unit-python/Makefile:1.8
--- pkgsrc/www/unit-python/Makefile:1.7 Tue Apr 18 19:24:53 2023
+++ pkgsrc/www/unit-python/Makefile     Fri Jun 30 20:49:44 2023
@@ -1,10 +1,11 @@
-# $NetBSD: Makefile,v 1.7 2023/04/18 19:24:53 osa Exp $
+# $NetBSD: Makefile,v 1.8 2023/06/30 20:49:44 osa Exp $
 
 PKGNAME=       unit-${LANG}${PYVERSSUFFIX}-${UNIT_VERSION}
+PKGREVISION=   1
 COMMENT=       Python module for NGINX Unit
 
 LANG=          python
-MODNAME=       ${LANG}
+MODNAME=       ${LANG}${PYVERSSUFFIX}
 
 MAINTAINER=    osa%NetBSD.org@localhost
 

Index: pkgsrc/www/unit-ruby/Makefile
diff -u pkgsrc/www/unit-ruby/Makefile:1.4 pkgsrc/www/unit-ruby/Makefile:1.5
--- pkgsrc/www/unit-ruby/Makefile:1.4   Wed Feb 23 04:24:37 2022
+++ pkgsrc/www/unit-ruby/Makefile       Fri Jun 30 20:49:44 2023
@@ -1,10 +1,11 @@
-# $NetBSD: Makefile,v 1.4 2022/02/23 04:24:37 osa Exp $
+# $NetBSD: Makefile,v 1.5 2023/06/30 20:49:44 osa Exp $
 
 PKGNAME=       unit-${LANG}${RUBY_VER}-${UNIT_VERSION}
+PKGREVISION=   1
 COMMENT=       Ruby module for NGINX Unit
 
 LANG=          ruby
-MODNAME=       ${LANG}
+MODNAME=       ${LANG}${RUBY_VER}
 
 MAINTAINER=    osa%NetBSD.org@localhost
 



Home | Main Index | Thread Index | Old Index