summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorotis <otis@pkgsrc.org>2021-02-14 13:43:39 +0000
committerotis <otis@pkgsrc.org>2021-02-14 13:43:39 +0000
commit326898f43b00fa8213b19c24a2c10ff622a898cb (patch)
treea893680e8f417702544a0908143363ed79641217 /www
parent2d271d6e49ce0a8afad4985c013389c76b301041 (diff)
downloadpkgsrc-326898f43b00fa8213b19c24a2c10ff622a898cb.tar.gz
unit: Change references from wip to www
Diffstat (limited to 'www')
-rw-r--r--www/unit-perl/Makefile6
-rw-r--r--www/unit-php/Makefile6
-rw-r--r--www/unit-python/Makefile6
-rw-r--r--www/unit-ruby/Makefile6
-rw-r--r--www/unit/Makefile6
-rw-r--r--www/unit/Makefile.common4
-rw-r--r--www/unit/common.mk4
-rw-r--r--www/unit/ext.mk20
8 files changed, 29 insertions, 29 deletions
diff --git a/www/unit-perl/Makefile b/www/unit-perl/Makefile
index 3103fbb00e4..9f613940971 100644
--- a/www/unit-perl/Makefile
+++ b/www/unit-perl/Makefile
@@ -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 @@ post-configure:
${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 --git a/www/unit-php/Makefile b/www/unit-php/Makefile
index 5714d7e4d1d..1125a574c38 100644
--- a/www/unit-php/Makefile
+++ b/www/unit-php/Makefile
@@ -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 @@ post-configure:
--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 --git a/www/unit-python/Makefile b/www/unit-python/Makefile
index 81ed0f7de57..832a66439ef 100644
--- a/www/unit-python/Makefile
+++ b/www/unit-python/Makefile
@@ -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 @@ post-configure:
--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 --git a/www/unit-ruby/Makefile b/www/unit-ruby/Makefile
index 5e5ebbb0493..371877bf027 100644
--- a/www/unit-ruby/Makefile
+++ b/www/unit-ruby/Makefile
@@ -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 @@ post-configure:
${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 --git a/www/unit/Makefile b/www/unit/Makefile
index f75a667b2b1..da22f37bb89 100644
--- a/www/unit/Makefile
+++ b/www/unit/Makefile
@@ -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 @@ MAINTAINER= osa@FreeBSD.org
RCD_SCRIPTS= unit
-.include "../../wip/unit/Makefile.common"
+.include "../../www/unit/Makefile.common"
.include "../../mk/bsd.pkg.mk"
diff --git a/www/unit/Makefile.common b/www/unit/Makefile.common
index ac453b94e33..20857680edd 100644
--- a/www/unit/Makefile.common
+++ b/www/unit/Makefile.common
@@ -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+= --tmp=${UNIT_TMPDIR}
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 --git a/www/unit/common.mk b/www/unit/common.mk
index 75453e7424d..7f8a67e987a 100644
--- a/www/unit/common.mk
+++ b/www/unit/common.mk
@@ -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 @@ DISTNAME?= unit-${UNIT_VERSION}
.endif
-.include "../../wip/unit/version.mk"
+.include "../../www/unit/version.mk"
diff --git a/www/unit/ext.mk b/www/unit/ext.mk
index 8880cf0c6a1..e14e0eb1541 100644
--- a/www/unit/ext.mk
+++ b/www/unit/ext.mk
@@ -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+= PKGMODNAME=${MODNAME}.unit
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 @@ do-install:
.endif # UNITEXT_MK
-.include "${.CURDIR}/../../wip/unit/common.mk"
+.include "${.CURDIR}/../../www/unit/common.mk"