aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey A. Osokin <osa@FreeBSD.org>2020-10-21 16:18:00 +0000
committerSergey A. Osokin <osa@FreeBSD.org>2020-10-21 16:18:00 +0000
commit4a0482f68b680c33eaf1cce69526372e07c417cb (patch)
treed80bc1cfe9eb1d4a27c0623d7b865fe65db67ae6
parent753da27e44ffda69d79b8ef09b845d4f882651d9 (diff)
downloadports-4a0482f68b680c33eaf1cce69526372e07c417cb.tar.gz
ports-4a0482f68b680c33eaf1cce69526372e07c417cb.zip
Remove renamed port.
Notes
Notes: svn path=/head/; revision=552870
-rw-r--r--MOVED1
-rw-r--r--UPDATING6
-rw-r--r--www/py-unit/Makefile26
3 files changed, 7 insertions, 26 deletions
diff --git a/MOVED b/MOVED
index c476739af46e..175b022585d6 100644
--- a/MOVED
+++ b/MOVED
@@ -15651,3 +15651,4 @@ sysutils/plasma5-user-manager|x11/plasma5-plasma-desktop|2020-10-13|Reintegrated
devel/geany-plugin-geanypy||2020-10-15|Has expired: Uses deprecated version of python
comms/chirp||2020-10-16|Use deprecated version of python
x11-toolkits/py-gtk2||2020-10-16|Remove deprecated binding replace by py-gobject
+www/py-unit|www/unit-python|2020-10-21|Rename to be more consistent with the naming convention
diff --git a/UPDATING b/UPDATING
index c0374bceec7b..75221c472a8a 100644
--- a/UPDATING
+++ b/UPDATING
@@ -5,6 +5,12 @@ they are unavoidable.
You should get into the habit of checking this file for changes each time
you update your ports collection, before attempting any port upgrades.
+20201021:
+ AFFECTS: users of www/py-unit
+ AUTHOR: osa@FreeBSD.org
+
+ The www/py-unit port has been renamed to www/unit-python.
+
20201012:
AFFECTS: Users of mesa-dri with VAAPI or VDPAU options
AUTHOR: manu@FreeBSD.org
diff --git a/www/py-unit/Makefile b/www/py-unit/Makefile
deleted file mode 100644
index 19e923a2f561..000000000000
--- a/www/py-unit/Makefile
+++ /dev/null
@@ -1,26 +0,0 @@
-# Created by: Li-Wen Hsu <lwhsu@FreeBSD.org>
-# $FreeBSD$
-
-PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
-
-COMMENT= Python module for NGINX Unit
-
-USES= python gettext-runtime
-USE_PYTHON= flavors
-
-PLIST_FILES= libexec/unit/modules/python${PYTHON_SUFFIX}.unit.so
-
-USE_RC_SUBR?= # reset to empty
-
-MASTERDIR= ${.CURDIR}/../unit
-
-post-configure:
- cd ${CONFIGURE_WRKSRC} && \
- ./configure python --module=python${PYTHON_SUFFIX} \
- --config=${PYTHON_CMD}-config
-do-install:
- ${MKDIR} ${STAGEDIR}${PREFIX}/libexec/unit/modules/
- ${INSTALL_LIB} ${WRKSRC}/build/python${PYTHON_SUFFIX}.unit.so \
- ${STAGEDIR}${PREFIX}/libexec/unit/modules/
-
-.include "${MASTERDIR}/Makefile"