[prev in list] [next in list] [prev in thread] [next in thread] 

List:       pkgsrc-changes
Subject:    CVS commit: pkgsrc/www
From:       "Sergey A. Osokin" <osa () netbsd ! org>
Date:       2023-06-30 20:49:44
Message-ID: 20230630204944.F0E7BFA89 () cvs ! NetBSD ! org
[Download RAW message or body]

This is a multi-part message in MIME format.

--_----------=_1688158184116070
Content-Disposition: inline
Content-Transfer-Encoding: 8bit
Content-Type: text/plain; charset="US-ASCII"

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.


--_----------=_1688158184116070
Content-Disposition: inline
Content-Length: 1173
Content-Transfer-Encoding: binary
Content-Type: text/x-diff; charset=us-ascii

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
 

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
 


--_----------=_1688158184116070--

[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic