svn commit: r510697 - in head: . databases databases/pure-sql3 devel devel/pure-readline devel/pure-stldict devel/pure-stllib lang lang/dmd1 lang/gprolog math math/pure-mpfr math/pure-rational net ...

Rene Ladan rene at FreeBSD.org
Sun Sep 1 15:40:07 UTC 2019


Author: rene
Date: Sun Sep  1 15:40:04 2019
New Revision: 510697
URL: https://svnweb.freebsd.org/changeset/ports/510697

Log:
  Remove expired ports:
  2019-08-31 devel/pure-stldict: Depends on expiring devel/llvm35
  2019-08-31 lang/dmd1: No longer supported upstream
  2019-08-31 lang/gprolog: Abandonware upstream (more than five years), fails in various ways with remotely recent compilers
  2019-08-31 math/pure-mpfr: Depends on expiring devel/llvm35
  2019-08-31 math/pure-rational: Depends on expiring devel/llvm35
  2019-08-31 net/pure-sockets: Depends on expiring devel/llvm35
  2019-08-31 textproc/pure-csv: Depends on expiring devel/llvm35
  2019-08-31 textproc/pure-xml: Depends on expiring devel/llvm35
  2019-08-31 x11-toolkits/pure-tk: Depends on expiring devel/llvm35
  2019-08-31 databases/pure-sql3: Depends on expiring devel/llvm35
  2019-08-31 devel/pure-readline: Depends on expiring devel/llvm35
  2019-08-31 devel/pure-stllib: Depends on expiring devel/llvm35

Deleted:
  head/databases/pure-sql3/
  head/devel/pure-readline/
  head/devel/pure-stldict/
  head/devel/pure-stllib/
  head/lang/dmd1/
  head/lang/gprolog/
  head/math/pure-mpfr/
  head/math/pure-rational/
  head/net/pure-sockets/
  head/textproc/pure-csv/
  head/textproc/pure-xml/
  head/x11-toolkits/pure-tk/
Modified:
  head/LEGAL
  head/MOVED
  head/databases/Makefile
  head/devel/Makefile
  head/lang/Makefile
  head/math/Makefile
  head/net/Makefile
  head/textproc/Makefile
  head/x11-toolkits/Makefile

Modified: head/LEGAL
==============================================================================
--- head/LEGAL	Sun Sep  1 15:32:08 2019	(r510696)
+++ head/LEGAL	Sun Sep  1 15:40:04 2019	(r510697)
@@ -60,7 +60,6 @@ defcon*			games/linux-defcon	Redistribution is limited
 djbdns*			dns/djbdns		No license -- see http://cr.yp.to/softwarelaw.html
 djbfft-*		math/djbfft		No license -- see http://cr.yp.to/softwarelaw.html
 dlv			lang/dlv		Not sure if we can redistribute it
-dmd-*			lang/dmd1		No redistribution of non validated binaries
 dn*.tgz			emulators/darcnes	Commercial use is restricted
 doom3-linux-*		games/linux-doom3	Redistribution is limited, see license; Requested by id Software
 doom3-linux-*		games/linux-doom3-demo	Redistribution is limited, see license; Requested by id Software

Modified: head/MOVED
==============================================================================
--- head/MOVED	Sun Sep  1 15:32:08 2019	(r510696)
+++ head/MOVED	Sun Sep  1 15:40:04 2019	(r510697)
@@ -12891,3 +12891,15 @@ graphics/kipiplugins|graphics/kipi-plugins|2019-08-30|
 devel/rubygem-rails-i18n|devel/rubygem-rails-i18n-rails5|2019-08-31|Has expired: Use devel/rubygem-rails-i18n-rails5 instead
 textproc/rubygem-gitlab-linguist|textproc/rubygem-github-linguist|2019-08-31|Has expired: Use textproc/rubygem-github-linguist instead
 textproc/rubygem-html-pipeline1|textproc/rubygem-html-pipeline|2019-08-31|Has expired: Use textproc/rubygem-html-pipeline instead
+devel/pure-stldict||2019-09-01|Has expired: Depends on expiring devel/llvm35
+lang/dmd1||2019-09-01|Has expired: No longer supported upstream
+lang/gprolog||2019-09-01|Has expired: Abandonware upstream (more than five years), fails in various ways with remotely recent compilers
+math/pure-mpfr||2019-09-01|Has expired: Depends on expiring devel/llvm35
+math/pure-rational||2019-09-01|Has expired: Depends on expiring devel/llvm35
+net/pure-sockets||2019-09-01|Has expired: Depends on expiring devel/llvm35
+textproc/pure-csv||2019-09-01|Has expired: Depends on expiring devel/llvm35
+textproc/pure-xml||2019-09-01|Has expired: Depends on expiring devel/llvm35
+x11-toolkits/pure-tk||2019-09-01|Has expired: Depends on expiring devel/llvm35
+databases/pure-sql3||2019-09-01|Has expired: Depends on expiring devel/llvm35
+devel/pure-readline||2019-09-01|Has expired: Depends on expiring devel/llvm35
+devel/pure-stllib||2019-09-01|Has expired: Depends on expiring devel/llvm35

Modified: head/databases/Makefile
==============================================================================
--- head/databases/Makefile	Sun Sep  1 15:32:08 2019	(r510696)
+++ head/databases/Makefile	Sun Sep  1 15:40:04 2019	(r510697)
@@ -747,7 +747,6 @@
     SUBDIR += puppetdb-terminus6
     SUBDIR += puppetdb5
     SUBDIR += puppetdb6
-    SUBDIR += pure-sql3
     SUBDIR += puredb
     SUBDIR += pxlib
     SUBDIR += pxtools

Modified: head/devel/Makefile
==============================================================================
--- head/devel/Makefile	Sun Sep  1 15:32:08 2019	(r510696)
+++ head/devel/Makefile	Sun Sep  1 15:40:04 2019	(r510697)
@@ -4000,9 +4000,6 @@
     SUBDIR += ptypes
     SUBDIR += publib
     SUBDIR += pure-ffi
-    SUBDIR += pure-readline
-    SUBDIR += pure-stldict
-    SUBDIR += pure-stllib
     SUBDIR += pushmi
     SUBDIR += py-Acquisition
     SUBDIR += py-AddOns

Modified: head/lang/Makefile
==============================================================================
--- head/lang/Makefile	Sun Sep  1 15:32:08 2019	(r510696)
+++ head/lang/Makefile	Sun Sep  1 15:40:04 2019	(r510697)
@@ -52,7 +52,6 @@
     SUBDIR += diveintopython
     SUBDIR += dlang-tools
     SUBDIR += dlv
-    SUBDIR += dmd1
     SUBDIR += duktape
     SUBDIR += duktape-lib
     SUBDIR += ecl
@@ -132,7 +131,6 @@
     SUBDIR += go-devel
     SUBDIR += go14
     SUBDIR += gomacro
-    SUBDIR += gprolog
     SUBDIR += gravity
     SUBDIR += groovy
     SUBDIR += gscheme

Modified: head/math/Makefile
==============================================================================
--- head/math/Makefile	Sun Sep  1 15:32:08 2019	(r510696)
+++ head/math/Makefile	Sun Sep  1 15:40:04 2019	(r510697)
@@ -672,8 +672,6 @@
     SUBDIR += prng
     SUBDIR += proofgeneral
     SUBDIR += pspp
-    SUBDIR += pure-mpfr
-    SUBDIR += pure-rational
     SUBDIR += py-CyLP
     SUBDIR += py-Diofant
     SUBDIR += py-GridDataFormats

Modified: head/net/Makefile
==============================================================================
--- head/net/Makefile	Sun Sep  1 15:32:08 2019	(r510696)
+++ head/net/Makefile	Sun Sep  1 15:40:04 2019	(r510697)
@@ -999,7 +999,6 @@
     SUBDIR += prtunnel
     SUBDIR += ptpd2
     SUBDIR += ptunnel
-    SUBDIR += pure-sockets
     SUBDIR += pvm
     SUBDIR += pwhois
     SUBDIR += pxe

Modified: head/textproc/Makefile
==============================================================================
--- head/textproc/Makefile	Sun Sep  1 15:32:08 2019	(r510696)
+++ head/textproc/Makefile	Sun Sep  1 15:40:04 2019	(r510697)
@@ -1218,8 +1218,6 @@
     SUBDIR += print-n-times
     SUBDIR += pugixml
     SUBDIR += pup
-    SUBDIR += pure-csv
-    SUBDIR += pure-xml
     SUBDIR += py-Chameleon
     SUBDIR += py-CommonMark
     SUBDIR += py-MarkupSafe

Modified: head/x11-toolkits/Makefile
==============================================================================
--- head/x11-toolkits/Makefile	Sun Sep  1 15:32:08 2019	(r510696)
+++ head/x11-toolkits/Makefile	Sun Sep  1 15:40:04 2019	(r510697)
@@ -179,7 +179,6 @@
     SUBDIR += plasma5-kdeplasma-addons
     SUBDIR += plib
     SUBDIR += pure-gtk
-    SUBDIR += pure-tk
     SUBDIR += py-AnyQt
     SUBDIR += py-Pmw
     SUBDIR += py-SquareMap


More information about the svn-ports-head mailing list