pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
www/unit: rename unitversion.mk to version.mk. (*)
Module Name: pkgsrc-wip
Committed By: Sergey A. Osokin <osa%FreeBSD.org@localhost>
Pushed By: osa
Date: Tue Nov 17 19:08:28 2020 -0500
Changeset: 28435cff505f2492794dc3f396d131e88b829721
Modified Files:
unit/Makefile
unit/Makefile.common
unit/common.mk
unit/ext.mk
Log Message:
www/unit: rename unitversion.mk to version.mk. (*)
Suggested by: Roland Illig <roland.illig%gmx.de@localhost>
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=28435cff505f2492794dc3f396d131e88b829721
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
unit/Makefile | 2 +-
unit/Makefile.common | 2 +-
unit/common.mk | 2 +-
unit/ext.mk | 2 +-
4 files changed, 4 insertions(+), 4 deletions(-)
diffs:
diff --git a/unit/Makefile b/unit/Makefile
index 1f7b8997f2..2220f8b5e0 100644
--- a/unit/Makefile
+++ b/unit/Makefile
@@ -1,6 +1,6 @@
# $NetBSD$
-.include "../../www/unit/unitversion.mk"
+.include "../../www/unit/version.mk"
DISTNAME= unit-${UNIT_VERSION}
diff --git a/unit/Makefile.common b/unit/Makefile.common
index 3ef5108801..082b115611 100644
--- a/unit/Makefile.common
+++ b/unit/Makefile.common
@@ -12,7 +12,7 @@ CATEGORIES= www
MASTER_SITES= https://unit.nginx.org/download/
HOMEPAGE= https://unit.nginx.org/
-COMMENT= Dynamic web application server
+COMMENT?= Dynamic web application server
LICENSE= apache-2.0
.include "../../mk/bsd.prefs.mk"
diff --git a/unit/common.mk b/unit/common.mk
index 245ca8558f..6ac77b3ead 100644
--- a/unit/common.mk
+++ b/unit/common.mk
@@ -7,4 +7,4 @@ DISTNAME?= unit-${UNIT_VERSION}
.endif
-.include "../../www/unit/unitversion.mk"
+.include "../../www/unit/version.mk"
diff --git a/unit/ext.mk b/unit/ext.mk
index 8297f8c9fd..f138dff69f 100644
--- a/unit/ext.mk
+++ b/unit/ext.mk
@@ -11,7 +11,7 @@
.if !defined(UNITEXT_MK)
UNITEXT_MK= defined
-.include "../../www/unit/unitversion.mk"
+.include "../../www/unit/version.mk"
DISTINFO_FILE= ${.CURDIR}/../../www/unit/distinfo
PATCHDIR= ${.CURDIR}/../../www/unit/patches
Home |
Main Index |
Thread Index |
Old Index