svn commit: r319888 - in head: . Mk databases databases/postgresql83-client databases/postgresql83-contrib databases/postgresql83-docs databases/postgresql83-plperl databases/postgresql83-pltcl dat...

Chris Rees crees at FreeBSD.org
Tue Jun 4 18:07:02 UTC 2013


Author: crees
Date: Tue Jun  4 18:07:01 2013
New Revision: 319888
URL: http://svnweb.freebsd.org/changeset/ports/319888

Log:
  Remove postgresql83-*; it expired at the beginning of March.
  
  While here, fix flo's typo...

Deleted:
  head/databases/postgresql83-client/
  head/databases/postgresql83-contrib/
  head/databases/postgresql83-docs/
  head/databases/postgresql83-plperl/
  head/databases/postgresql83-pltcl/
  head/databases/postgresql83-server/
Modified:
  head/MOVED
  head/Mk/bsd.database.mk
  head/databases/Makefile

Modified: head/MOVED
==============================================================================
--- head/MOVED	Tue Jun  4 18:02:18 2013	(r319887)
+++ head/MOVED	Tue Jun  4 18:07:01 2013	(r319888)
@@ -4363,4 +4363,11 @@ databases/php-sqlite3||2013-06-03|Has ex
 databases/mysql50-server||2013-06-04|Unsupported upstream since 2012-01-09
 databases/mysql50-client||2013-06-04|Unsupported upstream since 2012-01-09
 databases/mysql50-scripts||2013-06-04|Unsupported upstream since 2012-01-09
-databases/p5-DBD-mysql50||2013-06-04|Depends on databases/mysql41-server, which was removed
+databases/p5-DBD-mysql50||2013-06-04|Depends on databases/mysql50-server, which was removed
+databases/postgresql83-client||2013-06-04|Has expired: Update to supported version
+databases/postgresql83-contrib||2013-06-04|Has expired: Update to supported version
+databases/postgresql83-docs||2013-06-04|Has expired: Update to supported version
+databases/postgresql83-plperl||2013-06-04|Has expired: Update to supported version
+databases/postgresql83-plpython||2013-06-04|Has expired: Update to supported version
+databases/postgresql83-pltcl||2013-06-04|Has expired: Update to supported version
+databases/postgresql83-server||2013-06-04|Has expired: Update to supported version

Modified: head/Mk/bsd.database.mk
==============================================================================
--- head/Mk/bsd.database.mk	Tue Jun  4 18:02:18 2013	(r319887)
+++ head/Mk/bsd.database.mk	Tue Jun  4 18:07:01 2013	(r319888)
@@ -189,7 +189,7 @@ IGNORE=		cannot install: unknown MySQL v
 .endif # USE_MYSQL
 
 .if defined(USE_PGSQL)
-VALID_PGSQL_VER=	83 84 90 91 92 93
+VALID_PGSQL_VER=	84 90 91 92 93
 DEFAULT_PGSQL_VER?=	90
 PGSQL83_LIBVER=		5
 PGSQL84_LIBVER=		5

Modified: head/databases/Makefile
==============================================================================
--- head/databases/Makefile	Tue Jun  4 18:02:18 2013	(r319887)
+++ head/databases/Makefile	Tue Jun  4 18:07:01 2013	(r319888)
@@ -645,13 +645,6 @@
     SUBDIR += postgresql-plruby
     SUBDIR += postgresql-relay
     SUBDIR += postgresql-repmgr
-    SUBDIR += postgresql83-client
-    SUBDIR += postgresql83-contrib
-    SUBDIR += postgresql83-docs
-    SUBDIR += postgresql83-plperl
-    SUBDIR += postgresql83-plpython
-    SUBDIR += postgresql83-pltcl
-    SUBDIR += postgresql83-server
     SUBDIR += postgresql84-client
     SUBDIR += postgresql84-contrib
     SUBDIR += postgresql84-docs


More information about the svn-ports-all mailing list