git: 942f4318b92e - main - databases/rubygem-pg13: Remove obsoleted port
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 05 Jun 2023 21:08:03 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=942f4318b92ea9d6e05a4128ab16872dc40b9401 commit 942f4318b92ea9d6e05a4128ab16872dc40b9401 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2023-06-05 20:52:51 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2023-06-05 21:07:46 +0000 databases/rubygem-pg13: Remove obsoleted port Use databases/rubygem-pg instead. --- MOVED | 1 + databases/Makefile | 1 - databases/rubygem-pg13/Makefile | 24 ------------------------ databases/rubygem-pg13/distinfo | 3 --- databases/rubygem-pg13/pkg-descr | 3 --- 5 files changed, 1 insertion(+), 31 deletions(-) diff --git a/MOVED b/MOVED index 7461bc7877f2..3f4cebf36333 100644 --- a/MOVED +++ b/MOVED @@ -7630,3 +7630,4 @@ security/rubygem-omniauth-cas3-oauth2|security/rubygem-omniauth-cas3|2023-06-05| textproc/rubygem-loofah220|textproc/rubygem-loofah|2023-06-05|Remove obsoleted port. Use textproc/rubygem-loofah instead textproc/rubygem-loofah221|textproc/rubygem-loofah|2023-06-05|Remove obsoleted port. Use textproc/rubygem-loofah instead www/rubygem-rack227|www/rubygem-rack22|2023-06-05|Remove obsoleted port. Use www/rubygem-rack22 instead +databases/rubygem-pg13|databases/rubygem-pg|2023-06-05|Remove obsoleted port. Use databases/rubygem-pg instead diff --git a/databases/Makefile b/databases/Makefile index 986816713954..ae2d32c143e2 100644 --- a/databases/Makefile +++ b/databases/Makefile @@ -969,7 +969,6 @@ SUBDIR += rubygem-openid-redis-store SUBDIR += rubygem-paranoia SUBDIR += rubygem-pg - SUBDIR += rubygem-pg13 SUBDIR += rubygem-pg_array_parser SUBDIR += rubygem-pg_query SUBDIR += rubygem-pghero diff --git a/databases/rubygem-pg13/Makefile b/databases/rubygem-pg13/Makefile deleted file mode 100644 index 02660e8ad562..000000000000 --- a/databases/rubygem-pg13/Makefile +++ /dev/null @@ -1,24 +0,0 @@ -PORTNAME= pg -PORTVERSION= 1.3.5 -CATEGORIES= databases rubygems -MASTER_SITES= RG -PKGNAMESUFFIX= 13 - -MAINTAINER= ruby@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\.3\. - -.include <bsd.port.mk> diff --git a/databases/rubygem-pg13/distinfo b/databases/rubygem-pg13/distinfo deleted file mode 100644 index a0bc81e5d2ae..000000000000 --- a/databases/rubygem-pg13/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1656057842 -SHA256 (rubygem/pg-1.3.5.gem) = 26d63ff027a72e50950cc0eda0ba38a878dd59d7cc2705d2334a963c58fd3e83 -SIZE (rubygem/pg-1.3.5.gem) = 201216 diff --git a/databases/rubygem-pg13/pkg-descr b/databases/rubygem-pg13/pkg-descr deleted file mode 100644 index f942a1c46ddd..000000000000 --- a/databases/rubygem-pg13/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.