svn commit: r559941 - in head: . audio audio/ardour audio/mixxx21 databases databases/arangodb32 databases/arangodb33 devel devel/bzr devel/chromium-gn devel/mongo-cxx-driver

Rene Ladan rene at FreeBSD.org
Sat Jan 2 13:49:05 UTC 2021


Author: rene
Date: Sat Jan  2 13:49:04 2021
New Revision: 559941
URL: https://svnweb.freebsd.org/changeset/ports/559941

Log:
  Remove a few expired ports:
  
  2020-12-31 audio/ardour: Uses Python 2.7 version of scons, and Python 2.7 which is EOLed upstream
  2020-12-31 audio/mixxx21: Uses Python 2.7 version of scons, and Python 2.7 which is EOLed upstream
  2020-12-31 databases/arangodb32: Uses Python 2.7 which is EOLed upstream
  2020-12-31 databases/arangodb33: Uses Python 2.7 which is EOLed upstream
  2020-12-31 devel/bzr: Uses Python 2.7 which is EOLed upstream
  2020-12-31 devel/chromium-gn: Uses deprecated version of python, use devel/gn instead
  2020-12-31 devel/mongo-cxx-driver: Uses Python 2.7 version of scons, and Python 2.7 which is EOLed upstream

Deleted:
  head/audio/ardour/
  head/audio/mixxx21/
  head/databases/arangodb32/
  head/databases/arangodb33/
  head/devel/bzr/
  head/devel/chromium-gn/
  head/devel/mongo-cxx-driver/
Modified:
  head/MOVED
  head/audio/Makefile
  head/databases/Makefile
  head/devel/Makefile

Modified: head/MOVED
==============================================================================
--- head/MOVED	Sat Jan  2 13:46:26 2021	(r559940)
+++ head/MOVED	Sat Jan  2 13:49:04 2021	(r559941)
@@ -15972,3 +15972,10 @@ editors/atom||2021-01-02|Has expired: Uses Python 2.7 
 devel/electron4||2021-01-02|Has expired: Uses Python 2.7 which is EOLed upstream
 devel/electron5||2021-01-02|Has expired: Uses Python 2.7 which is EOLed upstream
 devel/electron6||2021-01-02|Has expired: Uses Python 2.7 which is EOLed upstream
+audio/ardour|audio/ardour6|2021-01-02|Has expired: Uses Python 2.7 version of scons, and Python 2.7 which is EOLed upstream
+audio/mixxx21|audio/mixxx|2021-01-02|Has expired: Uses Python 2.7 version of scons, and Python 2.7 which is EOLed upstream
+databases/arangodb32||2021-01-02|Has expired: Uses Python 2.7 which is EOLed upstream
+databases/arangodb33||2021-01-02|Has expired: Uses Python 2.7 which is EOLed upstream
+devel/bzr||2021-01-02|Has expired: Uses Python 2.7 which is EOLed upstream
+devel/chromium-gn|devel/gn|2021-01-02|Has expired: Uses deprecated version of python, use devel/gn instead
+devel/mongo-cxx-driver||2021-01-02|Has expired: Uses Python 2.7 version of scons, and Python 2.7 which is EOLed upstream

Modified: head/audio/Makefile
==============================================================================
--- head/audio/Makefile	Sat Jan  2 13:46:26 2021	(r559940)
+++ head/audio/Makefile	Sat Jan  2 13:49:04 2021	(r559941)
@@ -28,7 +28,6 @@
     SUBDIR += ample
     SUBDIR += amsynth
     SUBDIR += aqualung
-    SUBDIR += ardour
     SUBDIR += ardour6
     SUBDIR += ario
     SUBDIR += arss
@@ -502,7 +501,6 @@
     SUBDIR += mixer.app
     SUBDIR += mixertui
     SUBDIR += mixxx
-    SUBDIR += mixxx21
     SUBDIR += mkcue
     SUBDIR += moc
     SUBDIR += modplug-tools

Modified: head/databases/Makefile
==============================================================================
--- head/databases/Makefile	Sat Jan  2 13:46:26 2021	(r559940)
+++ head/databases/Makefile	Sat Jan  2 13:49:04 2021	(r559941)
@@ -21,8 +21,6 @@
     SUBDIR += apq-mysql
     SUBDIR += apq-odbc
     SUBDIR += apq-pgsql
-    SUBDIR += arangodb32
-    SUBDIR += arangodb33
     SUBDIR += arrow
     SUBDIR += ateam_mysql57_ldap_auth
     SUBDIR += ateam_mysql_ldap_auth

Modified: head/devel/Makefile
==============================================================================
--- head/devel/Makefile	Sat Jan  2 13:46:26 2021	(r559940)
+++ head/devel/Makefile	Sat Jan  2 13:49:04 2021	(r559941)
@@ -270,7 +270,6 @@
     SUBDIR += busybee
     SUBDIR += byacc
     SUBDIR += byaccj
-    SUBDIR += bzr
     SUBDIR += c2mdoc
     SUBDIR += caf
     SUBDIR += calibrator
@@ -310,7 +309,6 @@
     SUBDIR += checkbashisms
     SUBDIR += checkheaders
     SUBDIR += chroma
-    SUBDIR += chromium-gn
     SUBDIR += chrpath
     SUBDIR += chruby
     SUBDIR += cil
@@ -1509,7 +1507,6 @@
     SUBDIR += mm-common
     SUBDIR += modd
     SUBDIR += mongo-c-driver
-    SUBDIR += mongo-cxx-driver
     SUBDIR += mono-addins
     SUBDIR += monodevelop
     SUBDIR += monotone


More information about the svn-ports-all mailing list