Verified Commit 942f4318 authored by sunpoet's avatar sunpoet
Browse files

databases/rubygem-pg13: Remove obsoleted port

Use databases/rubygem-pg instead.
parent da87c36f
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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
+0 −1
Original line number Diff line number Diff line
@@ -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

databases/rubygem-pg13/Makefile

deleted100644 → 0
+0 −24
Original line number Diff line number Diff line
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>

databases/rubygem-pg13/distinfo

deleted100644 → 0
+0 −3
Original line number Diff line number Diff line
TIMESTAMP = 1656057842
SHA256 (rubygem/pg-1.3.5.gem) = 26d63ff027a72e50950cc0eda0ba38a878dd59d7cc2705d2334a963c58fd3e83
SIZE (rubygem/pg-1.3.5.gem) = 201216

databases/rubygem-pg13/pkg-descr

deleted100644 → 0
+0 −3
Original line number Diff line number Diff line
rubygem-pg provides the module "pg", a Ruby interface to the
PostgreSQL Relational Database Management System, which
supersedes the old "postgres" module.