aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2021-12-21 19:26:26 +0000
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2021-12-21 19:26:26 +0000
commitd5b92b15c1c7678fa37e96f32d133fdc47df2282 (patch)
tree63573f222c9e9800ccd5ed485d545afea76676d9
parente094a28983d89b1131b9192d0406514f245e2121 (diff)
downloadports-d5b92b15c1c7678fa37e96f32d133fdc47df2282.tar.gz
ports-d5b92b15c1c7678fa37e96f32d133fdc47df2282.zip
databases/rubygem-pg0: Remove obsoleted port
Use databases/rubygem-pg instead.
-rw-r--r--databases/rubygem-pg0/Makefile27
-rw-r--r--databases/rubygem-pg0/distinfo3
-rw-r--r--databases/rubygem-pg0/pkg-descr5
3 files changed, 0 insertions, 35 deletions
diff --git a/databases/rubygem-pg0/Makefile b/databases/rubygem-pg0/Makefile
deleted file mode 100644
index 446575652735..000000000000
--- a/databases/rubygem-pg0/Makefile
+++ /dev/null
@@ -1,27 +0,0 @@
-# Created by: Wen Heping <wenheping@gmail.com>
-
-PORTNAME= pg
-PORTVERSION= 0.21.0
-PORTREVISION= 2
-CATEGORIES= databases rubygems
-MASTER_SITES= RG
-PKGNAMESUFFIX= 0
-
-MAINTAINER= sunpoet@FreeBSD.org
-COMMENT= Ruby interface to PostgreSQL library
-
-LICENSE= BSD2CLAUSE RUBY
-LICENSE_COMB= dual
-LICENSE_FILE_BSD2CLAUSE=${WRKSRC}/BSDL
-LICENSE_FILE_RUBY= ${WRKSRC}/LICENSE
-
-USES= gem pgsql
-USE_RUBY= yes
-
-CONFIGURE_ARGS= --with-pgsql-include-dir=`${PG_CONFIG} --includedir` \
- --with-pgsql-lib-dir=`${PG_CONFIG} --libdir`
-PG_CONFIG= ${LOCALBASE}/bin/pg_config
-
-PORTSCOUT= limit:^0\.
-
-.include <bsd.port.mk>
diff --git a/databases/rubygem-pg0/distinfo b/databases/rubygem-pg0/distinfo
deleted file mode 100644
index 808cfa4ddf30..000000000000
--- a/databases/rubygem-pg0/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-TIMESTAMP = 1497359776
-SHA256 (rubygem/pg-0.21.0.gem) = 10b7cc05782236fb840c247a4ecb859f4b77001416774e1646c911c6b1567003
-SIZE (rubygem/pg-0.21.0.gem) = 214016
diff --git a/databases/rubygem-pg0/pkg-descr b/databases/rubygem-pg0/pkg-descr
deleted file mode 100644
index d0484d1b2370..000000000000
--- a/databases/rubygem-pg0/pkg-descr
+++ /dev/null
@@ -1,5 +0,0 @@
-rubygem-pg provides the module "pg", a Ruby interface to the
-PostgreSQL Relational Database Management System, which
-supersedes the old "postgres" module.
-
-WWW: https://bitbucket.org/ged/ruby-pg/wiki/Home