svn commit: r552869 - in head/www: . unit-python

Sergey A. Osokin osa at FreeBSD.org
Wed Oct 21 15:54:23 UTC 2020


Author: osa
Date: Wed Oct 21 15:54:22 2020
New Revision: 552869
URL: https://svnweb.freebsd.org/changeset/ports/552869

Log:
  Repo-copy www/py-unit to www/unit-python to be more consistent
  with the naming convention.
  Update www/unit-python to build with new name.
  Disconnect www/py-unit from the build.

Added:
  head/www/unit-python/
     - copied from r536987, head/www/py-unit/
Modified:
  head/www/Makefile
  head/www/unit-python/Makefile

Modified: head/www/Makefile
==============================================================================
--- head/www/Makefile	Wed Oct 21 15:43:44 2020	(r552868)
+++ head/www/Makefile	Wed Oct 21 15:54:22 2020	(r552869)
@@ -1722,7 +1722,6 @@
     SUBDIR += py-turbogears2
     SUBDIR += py-tvdb_api
     SUBDIR += py-txrequests
-    SUBDIR += py-unit
     SUBDIR += py-urlgrabber
     SUBDIR += py-urlman
     SUBDIR += py-urlobject
@@ -2257,6 +2256,7 @@
     SUBDIR += unit
     SUBDIR += unit-perl
     SUBDIR += unit-php
+    SUBDIR += unit-python
     SUBDIR += unit-ruby
     SUBDIR += uwebsockets
     SUBDIR += uwsgi

Modified: head/www/unit-python/Makefile
==============================================================================
--- head/www/py-unit/Makefile	Fri May 29 18:36:38 2020	(r536987)
+++ head/www/unit-python/Makefile	Wed Oct 21 15:54:22 2020	(r552869)
@@ -1,7 +1,7 @@
 # Created by: Li-Wen Hsu <lwhsu at FreeBSD.org>
 # $FreeBSD$
 
-PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
+PKGNAMESUFFIX=	-python${PYTHON_SUFFIX}
 
 COMMENT=	Python module for NGINX Unit
 


More information about the svn-ports-all mailing list