pkgsrc-WIP-changes archive

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

Rename unitversion to version.mk.



Module Name:	pkgsrc-wip
Committed By:	Sergey A. Osokin <osa%FreeBSD.org@localhost>
Pushed By:	osa
Date:		Tue Nov 17 19:10:17 2020 -0500
Changeset:	e05505b670287c1a43c83081eab6c17ed04f0e77

Added Files:
	unit/version.mk
Removed Files:
	unit/unitversion.mk

Log Message:
Rename unitversion to version.mk.

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=e05505b670287c1a43c83081eab6c17ed04f0e77

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

diffstat:
 unit/unitversion.mk | 20 --------------------
 unit/version.mk     | 20 ++++++++++++++++++++
 2 files changed, 20 insertions(+), 20 deletions(-)

diffs:
diff --git a/unit/unitversion.mk b/unit/unitversion.mk
deleted file mode 100644
index fb9c9bf663..0000000000
--- a/unit/unitversion.mk
+++ /dev/null
@@ -1,20 +0,0 @@
-# $NetBSD$
-#
-# UNIT_EXTENSION_DIR
-#	Relative path to ${PREFIX} for NGINX Unit's modules.
-#
-#	Example: libexec/unit/modules
-#
-# Keywords: unit
-#
-
-.if !defined(UNITVERSION_MK)
-UNITVERSION_MK=	defined
-
-# Define NGINX Unit's version.
-UNIT_VERSION=	1.20.0
-
-# Define NGINX Unit's modules directory
-UNIT_EXTENSION_DIR=	libexec/unit/modules
-
-.endif	# UNITVERSION_MK
diff --git a/unit/version.mk b/unit/version.mk
new file mode 100644
index 0000000000..fb9c9bf663
--- /dev/null
+++ b/unit/version.mk
@@ -0,0 +1,20 @@
+# $NetBSD$
+#
+# UNIT_EXTENSION_DIR
+#	Relative path to ${PREFIX} for NGINX Unit's modules.
+#
+#	Example: libexec/unit/modules
+#
+# Keywords: unit
+#
+
+.if !defined(UNITVERSION_MK)
+UNITVERSION_MK=	defined
+
+# Define NGINX Unit's version.
+UNIT_VERSION=	1.20.0
+
+# Define NGINX Unit's modules directory
+UNIT_EXTENSION_DIR=	libexec/unit/modules
+
+.endif	# UNITVERSION_MK


Home | Main Index | Thread Index | Old Index