pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/www unit: Change references from wip to www
details: https://anonhg.NetBSD.org/pkgsrc/rev/326d291b73bb
branches: trunk
changeset: 446888:326d291b73bb
user: otis <otis%pkgsrc.org@localhost>
date: Sun Feb 14 13:43:39 2021 +0000
description:
unit: Change references from wip to www
diffstat:
www/unit-perl/Makefile | 6 +++---
www/unit-php/Makefile | 6 +++---
www/unit-python/Makefile | 6 +++---
www/unit-ruby/Makefile | 6 +++---
www/unit/Makefile | 6 +++---
www/unit/Makefile.common | 4 ++--
www/unit/common.mk | 4 ++--
www/unit/ext.mk | 20 ++++++++++----------
8 files changed, 29 insertions(+), 29 deletions(-)
diffs (174 lines):
diff -r 24f11f309508 -r 326d291b73bb www/unit-perl/Makefile
--- a/www/unit-perl/Makefile Sun Feb 14 13:37:50 2021 +0000
+++ b/www/unit-perl/Makefile Sun Feb 14 13:43:39 2021 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2021/02/14 11:56:57 otis Exp $
+# $NetBSD: Makefile,v 1.2 2021/02/14 13:43:40 otis Exp $
PKGNAME= unit-${LANG}-${UNIT_VERSION}
COMMENT= Perl module for NGINX Unit
@@ -16,6 +16,6 @@
${LANG} --module=${MODNAME}
.include "../../lang/perl5/buildlink3.mk"
-.include "../../wip/unit/ext.mk"
-.include "../../wip/unit/Makefile.common"
+.include "../../www/unit/ext.mk"
+.include "../../www/unit/Makefile.common"
.include "../../mk/bsd.pkg.mk"
diff -r 24f11f309508 -r 326d291b73bb www/unit-php/Makefile
--- a/www/unit-php/Makefile Sun Feb 14 13:37:50 2021 +0000
+++ b/www/unit-php/Makefile Sun Feb 14 13:43:39 2021 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2021/02/14 11:56:57 otis Exp $
+# $NetBSD: Makefile,v 1.2 2021/02/14 13:43:40 otis Exp $
PKGNAME= unit-${LANG}${PHP_VERSION:R:S|.||g}-${UNIT_VERSION}
COMMENT= PHP module for NGINX Unit
@@ -24,6 +24,6 @@
--module=${MODNAME}
.include "${PHPPKGSRCDIR}/buildlink3.mk"
-.include "../../wip/unit/ext.mk"
-.include "../../wip/unit/Makefile.common"
+.include "../../www/unit/ext.mk"
+.include "../../www/unit/Makefile.common"
.include "../../mk/bsd.pkg.mk"
diff -r 24f11f309508 -r 326d291b73bb www/unit-python/Makefile
--- a/www/unit-python/Makefile Sun Feb 14 13:37:50 2021 +0000
+++ b/www/unit-python/Makefile Sun Feb 14 13:43:39 2021 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2021/02/14 11:56:58 otis Exp $
+# $NetBSD: Makefile,v 1.2 2021/02/14 13:43:40 otis Exp $
PKGNAME= unit-${LANG}-${UNIT_VERSION}
COMMENT= Python module for NGINX Unit
@@ -15,6 +15,6 @@
--config=${LANG}${PYVERSSUFFIX}-config
.include "../../lang/${LANG}/application.mk"
-.include "../../wip/unit/ext.mk"
-.include "../../wip/unit/Makefile.common"
+.include "../../www/unit/ext.mk"
+.include "../../www/unit/Makefile.common"
.include "../../mk/bsd.pkg.mk"
diff -r 24f11f309508 -r 326d291b73bb www/unit-ruby/Makefile
--- a/www/unit-ruby/Makefile Sun Feb 14 13:37:50 2021 +0000
+++ b/www/unit-ruby/Makefile Sun Feb 14 13:43:39 2021 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2021/02/14 11:56:58 otis Exp $
+# $NetBSD: Makefile,v 1.2 2021/02/14 13:43:40 otis Exp $
PKGNAME= unit-${LANG}-${UNIT_VERSION}
COMMENT= Ruby module for NGINX Unit
@@ -14,6 +14,6 @@
${CONFIGURE_SCRIPT} ${LANG} --module=${MODNAME}
.include "../../lang/${LANG}/buildlink3.mk"
-.include "../../wip/unit/ext.mk"
-.include "../../wip/unit/Makefile.common"
+.include "../../www/unit/ext.mk"
+.include "../../www/unit/Makefile.common"
.include "../../mk/bsd.pkg.mk"
diff -r 24f11f309508 -r 326d291b73bb www/unit/Makefile
--- a/www/unit/Makefile Sun Feb 14 13:37:50 2021 +0000
+++ b/www/unit/Makefile Sun Feb 14 13:43:39 2021 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.1 2021/02/14 11:56:57 otis Exp $
+# $NetBSD: Makefile,v 1.2 2021/02/14 13:43:39 otis Exp $
-.include "../../wip/unit/version.mk"
+.include "../../www/unit/version.mk"
DISTNAME= unit-${UNIT_VERSION}
@@ -10,5 +10,5 @@
RCD_SCRIPTS= unit
-.include "../../wip/unit/Makefile.common"
+.include "../../www/unit/Makefile.common"
.include "../../mk/bsd.pkg.mk"
diff -r 24f11f309508 -r 326d291b73bb www/unit/Makefile.common
--- a/www/unit/Makefile.common Sun Feb 14 13:37:50 2021 +0000
+++ b/www/unit/Makefile.common Sun Feb 14 13:43:39 2021 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.1 2021/02/14 11:56:57 otis Exp $
+# $NetBSD: Makefile.common,v 1.2 2021/02/14 13:43:39 otis Exp $
#
# used by www/libunit/Makefile
# used by www/unit/Makefile
@@ -50,7 +50,7 @@
CONFIGURE_ARGS+= --user=${UNIT_USER}
CONFIGURE_ARGS+= --group=${UNIT_GROUP}
-.include "../../wip/unit/options.mk"
+.include "../../www/unit/options.mk"
INSTALLATION_DIRS+= sbin ${UNIT_EXTENSION_DIR}
MAKE_DIRS+= ${UNIT_PIDDIR} ${UNIT_DATADIR} ${UNIT_RUNDIR}
diff -r 24f11f309508 -r 326d291b73bb www/unit/common.mk
--- a/www/unit/common.mk Sun Feb 14 13:37:50 2021 +0000
+++ b/www/unit/common.mk Sun Feb 14 13:43:39 2021 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: common.mk,v 1.1 2021/02/14 11:56:57 otis Exp $
+# $NetBSD: common.mk,v 1.2 2021/02/14 13:43:39 otis Exp $
.if !defined(UNITCOMMON_MK)
UNITCOMMON_MK= defined
@@ -7,4 +7,4 @@
.endif
-.include "../../wip/unit/version.mk"
+.include "../../www/unit/version.mk"
diff -r 24f11f309508 -r 326d291b73bb www/unit/ext.mk
--- a/www/unit/ext.mk Sun Feb 14 13:37:50 2021 +0000
+++ b/www/unit/ext.mk Sun Feb 14 13:43:39 2021 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: ext.mk,v 1.1 2021/02/14 11:56:57 otis Exp $
+# $NetBSD: ext.mk,v 1.2 2021/02/14 13:43:39 otis Exp $
#
# NGINX Unit extension package framework, for bundled extensions.
#
@@ -6,18 +6,18 @@
# add dependencies, and add the appropriate --with-configure-arg, then include
# bsd.pkg.mk.
#
-# used by wip/unit-perl/Makefile
-# used by wip/unit-php/Makefile
-# used by wip/unit-python/Makefile
-# used by wip/unit-ruby/Makefile
+# used by www/unit-perl/Makefile
+# used by www/unit-php/Makefile
+# used by www/unit-python/Makefile
+# used by www/unit-ruby/Makefile
.if !defined(UNITEXT_MK)
UNITEXT_MK= defined
-.include "../../wip/unit/version.mk"
+.include "../../www/unit/version.mk"
-DISTINFO_FILE= ${.CURDIR}/../../wip/unit/distinfo
-PATCHDIR= ${.CURDIR}/../../wip/unit/patches
+DISTINFO_FILE= ${.CURDIR}/../../www/unit/distinfo
+PATCHDIR= ${.CURDIR}/../../www/unit/patches
.include "../../mk/bsd.prefs.mk"
@@ -31,7 +31,7 @@
PLIST_SUBST+= SHLIB_SUFFIX=${SHLIB_SUFFIX}
PLIST_SUBST+= UNIT_EXTENSION_DIR=${UNIT_EXTENSION_DIR}
-PLIST_SRC+= ${.CURDIR}/../../wip/unit/PLIST.module
+PLIST_SRC+= ${.CURDIR}/../../www/unit/PLIST.module
INSTALLATION_DIRS+= ${UNIT_EXTENSION_DIR}
@@ -50,4 +50,4 @@
.endif # UNITEXT_MK
-.include "${.CURDIR}/../../wip/unit/common.mk"
+.include "${.CURDIR}/../../www/unit/common.mk"
Home |
Main Index |
Thread Index |
Old Index