aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2023-06-05 18:34:09 +0000
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2023-06-05 18:46:50 +0000
commit14c4ecc77e432567f868e3f01a8d81a17bc96134 (patch)
tree6d94ffb2a0865c9241310c62073d58a1ca1de47a
parent6da6890ebb9067d152b719cdc724cf93d76998eb (diff)
downloadports-14c4ecc.tar.gz
ports-14c4ecc.zip
databases/rubygem-pg14: Remove obsoleted port
Use databases/rubygem-pg instead.
-rw-r--r--MOVED1
-rw-r--r--databases/Makefile1
-rw-r--r--databases/rubygem-pg14/Makefile24
-rw-r--r--databases/rubygem-pg14/distinfo3
-rw-r--r--databases/rubygem-pg14/pkg-descr3
5 files changed, 1 insertions, 31 deletions
diff --git a/MOVED b/MOVED
index c82d1af22f40..93a6b5cb0ed6 100644
--- a/MOVED
+++ b/MOVED
@@ -7620,3 +7620,4 @@ net-mgmt/nrpe3|net-mgmt/nrpe|2023-06-03|Has expired: Fails to build with recent
games/spacezero||2023-06-03|Has expired: broken, abandoned upstream, depends on deprecated gtk2
net/gnu-dico|net/dico|2023-06-03|Renamed to match upstream naming
editors/o|editors/orbiton|2023-06-04|Project was renamed
+databases/rubygem-pg14|databases/rubygem-pg|2023-06-05|Remove obsoleted port. Use databases/rubygem-pg instead
diff --git a/databases/Makefile b/databases/Makefile
index a21d2585c5cf..8afd3619cbfb 100644
--- a/databases/Makefile
+++ b/databases/Makefile
@@ -970,7 +970,6 @@
SUBDIR += rubygem-paranoia
SUBDIR += rubygem-pg
SUBDIR += rubygem-pg13
- SUBDIR += rubygem-pg14
SUBDIR += rubygem-pg_array_parser
SUBDIR += rubygem-pg_query
SUBDIR += rubygem-pghero
diff --git a/databases/rubygem-pg14/Makefile b/databases/rubygem-pg14/Makefile
deleted file mode 100644
index 662ded6a3c4f..000000000000
--- a/databases/rubygem-pg14/Makefile
+++ /dev/null
@@ -1,24 +0,0 @@
-PORTNAME= pg
-PORTVERSION= 1.4.6
-CATEGORIES= databases rubygems
-MASTER_SITES= RG
-PKGNAMESUFFIX= 14
-
-MAINTAINER= sunpoet@FreeBSD.org
-COMMENT= Ruby interface to PostgreSQL library
-WWW= https://github.com/ged/ruby-pg
-
-LICENSE= BSD2CLAUSE RUBY
-LICENSE_COMB= dual
-LICENSE_FILE_BSD2CLAUSE=${WRKSRC}/BSDL
-LICENSE_FILE_RUBY= ${WRKSRC}/LICENSE
-
-USES= gem pgsql
-
-CONFIGURE_ARGS= --with-pgsql-include-dir=`${PG_CONFIG} --includedir` \
- --with-pgsql-lib-dir=`${PG_CONFIG} --libdir`
-PG_CONFIG= ${LOCALBASE}/bin/pg_config
-
-PORTSCOUT= limit:^1\.4\.
-
-.include <bsd.port.mk>
diff --git a/databases/rubygem-pg14/distinfo b/databases/rubygem-pg14/distinfo
deleted file mode 100644
index be817534795b..000000000000
--- a/databases/rubygem-pg14/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-TIMESTAMP = 1679499216
-SHA256 (rubygem/pg-1.4.6.gem) = d98f3dcb4a6ae29780a2219340cb0e55dbafbb7eb4ccc2b99f892f2569a7a61e
-SIZE (rubygem/pg-1.4.6.gem) = 224256
diff --git a/databases/rubygem-pg14/pkg-descr b/databases/rubygem-pg14/pkg-descr
deleted file mode 100644
index f942a1c46ddd..000000000000
--- a/databases/rubygem-pg14/pkg-descr
+++ /dev/null
@@ -1,3 +0,0 @@
-rubygem-pg provides the module "pg", a Ruby interface to the
-PostgreSQL Relational Database Management System, which
-supersedes the old "postgres" module.