pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/www
Module Name: pkgsrc
Committed By: otis
Date: Sun Feb 14 13:43:40 UTC 2021
Modified Files:
pkgsrc/www/unit: Makefile Makefile.common common.mk ext.mk
pkgsrc/www/unit-perl: Makefile
pkgsrc/www/unit-php: Makefile
pkgsrc/www/unit-python: Makefile
pkgsrc/www/unit-ruby: Makefile
Log Message:
unit: Change references from wip to www
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/www/unit/Makefile \
pkgsrc/www/unit/Makefile.common pkgsrc/www/unit/common.mk \
pkgsrc/www/unit/ext.mk
cvs rdiff -u -r1.1 -r1.2 pkgsrc/www/unit-perl/Makefile
cvs rdiff -u -r1.1 -r1.2 pkgsrc/www/unit-php/Makefile
cvs rdiff -u -r1.1 -r1.2 pkgsrc/www/unit-python/Makefile
cvs rdiff -u -r1.1 -r1.2 pkgsrc/www/unit-ruby/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/www/unit/Makefile
diff -u pkgsrc/www/unit/Makefile:1.1 pkgsrc/www/unit/Makefile:1.2
--- pkgsrc/www/unit/Makefile:1.1 Sun Feb 14 11:56:57 2021
+++ pkgsrc/www/unit/Makefile Sun Feb 14 13:43:39 2021
@@ -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@localhost
RCD_SCRIPTS= unit
-.include "../../wip/unit/Makefile.common"
+.include "../../www/unit/Makefile.common"
.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/www/unit/Makefile.common
diff -u pkgsrc/www/unit/Makefile.common:1.1 pkgsrc/www/unit/Makefile.common:1.2
--- pkgsrc/www/unit/Makefile.common:1.1 Sun Feb 14 11:56:57 2021
+++ pkgsrc/www/unit/Makefile.common Sun Feb 14 13:43:39 2021
@@ -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}
Index: pkgsrc/www/unit/common.mk
diff -u pkgsrc/www/unit/common.mk:1.1 pkgsrc/www/unit/common.mk:1.2
--- pkgsrc/www/unit/common.mk:1.1 Sun Feb 14 11:56:57 2021
+++ pkgsrc/www/unit/common.mk Sun Feb 14 13:43:39 2021
@@ -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"
Index: pkgsrc/www/unit/ext.mk
diff -u pkgsrc/www/unit/ext.mk:1.1 pkgsrc/www/unit/ext.mk:1.2
--- pkgsrc/www/unit/ext.mk:1.1 Sun Feb 14 11:56:57 2021
+++ pkgsrc/www/unit/ext.mk Sun Feb 14 13:43:39 2021
@@ -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"
Index: pkgsrc/www/unit-perl/Makefile
diff -u pkgsrc/www/unit-perl/Makefile:1.1 pkgsrc/www/unit-perl/Makefile:1.2
--- pkgsrc/www/unit-perl/Makefile:1.1 Sun Feb 14 11:56:57 2021
+++ pkgsrc/www/unit-perl/Makefile Sun Feb 14 13:43:40 2021
@@ -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"
Index: pkgsrc/www/unit-php/Makefile
diff -u pkgsrc/www/unit-php/Makefile:1.1 pkgsrc/www/unit-php/Makefile:1.2
--- pkgsrc/www/unit-php/Makefile:1.1 Sun Feb 14 11:56:57 2021
+++ pkgsrc/www/unit-php/Makefile Sun Feb 14 13:43:40 2021
@@ -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"
Index: pkgsrc/www/unit-python/Makefile
diff -u pkgsrc/www/unit-python/Makefile:1.1 pkgsrc/www/unit-python/Makefile:1.2
--- pkgsrc/www/unit-python/Makefile:1.1 Sun Feb 14 11:56:58 2021
+++ pkgsrc/www/unit-python/Makefile Sun Feb 14 13:43:40 2021
@@ -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"
Index: pkgsrc/www/unit-ruby/Makefile
diff -u pkgsrc/www/unit-ruby/Makefile:1.1 pkgsrc/www/unit-ruby/Makefile:1.2
--- pkgsrc/www/unit-ruby/Makefile:1.1 Sun Feb 14 11:56:58 2021
+++ pkgsrc/www/unit-ruby/Makefile Sun Feb 14 13:43:40 2021
@@ -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"
Home |
Main Index |
Thread Index |
Old Index