mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-28 05:29:48 +00:00
Remove expired port:
2015-07-22 databases/p5-DBD-Pg32: Use databases/p5-DBD-Pg instead, compatability probles are fixed
This commit is contained in:
parent
a57213f3df
commit
8df5671f1e
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=392665
1
MOVED
1
MOVED
@ -7719,3 +7719,4 @@ security/rubygem-net-ssh27||2015-07-20|Has expired: not used by other ports anym
|
||||
graphics/kuickshow-kde4||2015-07-21|Has expired: Broken for more than 6 months
|
||||
graphics/sng||2015-07-21|Has expired: Broken for more than 6 months
|
||||
japanese/netype||2015-07-21|Has expired: Broken for more than 6 months
|
||||
databases/p5-DBD-Pg32|databases/p5-DBD-Pg|2015-07-22|Has expired: Use databases/p5-DBD-Pg instead, compatability probles are fixed
|
||||
|
@ -305,7 +305,6 @@
|
||||
SUBDIR += p5-DBD-ODBC
|
||||
SUBDIR += p5-DBD-Oracle
|
||||
SUBDIR += p5-DBD-Pg
|
||||
SUBDIR += p5-DBD-Pg32
|
||||
SUBDIR += p5-DBD-PgLite
|
||||
SUBDIR += p5-DBD-PgPP
|
||||
SUBDIR += p5-DBD-SQLite
|
||||
|
@ -1,29 +0,0 @@
|
||||
# Created by: James FitzGibbon <jfitz@FreeBSD.org>
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= DBD-Pg
|
||||
PORTVERSION= 3.2.1
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= databases perl5
|
||||
MASTER_SITES= CPAN
|
||||
PKGNAMEPREFIX= p5-
|
||||
PKGNAMESUFFIX= 32
|
||||
|
||||
MAINTAINER= matthew@FreeBSD.org
|
||||
COMMENT= Provides access to PostgreSQL databases through the DBI
|
||||
|
||||
DEPRECATED= Use databases/p5-DBD-Pg instead, compatability probles are fixed
|
||||
EXPIRATION_DATE= 2015-07-22
|
||||
|
||||
LICENSE= ART10 GPLv1
|
||||
LICENSE_COMB= dual
|
||||
|
||||
BUILD_DEPENDS= p5-DBI>=1.614:${PORTSDIR}/databases/p5-DBI
|
||||
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
||||
|
||||
CONFLICTS_INSTALL= p5-DBD-Pg-[0123].*
|
||||
|
||||
USES= pgsql perl5
|
||||
USE_PERL5= configure
|
||||
|
||||
.include <bsd.port.mk>
|
@ -1,2 +0,0 @@
|
||||
SHA256 (DBD-Pg-3.2.1.tar.gz) = f4540395064936e2cff86cfb60935f313d21eae11e967aeae0fc99426350b33f
|
||||
SIZE (DBD-Pg-3.2.1.tar.gz) = 249178
|
@ -1,19 +0,0 @@
|
||||
--- Makefile.PL.orig 2010-11-22 08:55:41.000000000 +0800
|
||||
+++ Makefile.PL 2010-11-22 08:57:50.000000000 +0800
|
||||
@@ -196,7 +196,7 @@
|
||||
(
|
||||
NAME => 'DBD::Pg',
|
||||
VERSION_FROM => 'Pg.pm',
|
||||
- INC => "-I$POSTGRES_INCLUDE -I$dbi_arch_dir",
|
||||
+ INC => "-I$POSTGRES_INCLUDE -I$dbi_arch_dir $comp_opts",
|
||||
OBJECT => "Pg\$(OBJ_EXT) dbdimp\$(OBJ_EXT) quote\$(OBJ_EXT) types\$(OBJ_EXT)",
|
||||
LIBS => ["-L$POSTGRES_LIB -lpq -lm"],
|
||||
AUTHOR => 'Greg Sabino Mullane',
|
||||
@@ -207,7 +207,6 @@
|
||||
'Test::More' => '0.61',
|
||||
'version' => '0',
|
||||
},
|
||||
- CCFLAGS => $comp_opts,
|
||||
PERL_MALLOC_OK => 1,
|
||||
NEEDS_LINKING => 1,
|
||||
NO_META => 1,
|
@ -1,6 +0,0 @@
|
||||
DBD::Pg is an extension to Perl which allows access to
|
||||
PostgreSQL databases. It is built on top of the standard
|
||||
DBI extension and implements some of the methods that DBI
|
||||
defines.
|
||||
|
||||
WWW: http://search.cpan.org/dist/DBD-Pg/
|
@ -1,5 +0,0 @@
|
||||
%%PERL5_MAN3%%/Bundle::DBD::Pg.3.gz
|
||||
%%PERL5_MAN3%%/DBD::Pg.3.gz
|
||||
%%SITE_ARCH%%/Bundle/DBD/Pg.pm
|
||||
%%SITE_ARCH%%/DBD/Pg.pm
|
||||
%%SITE_ARCH%%/auto/DBD/Pg/Pg.so
|
Loading…
Reference in New Issue
Block a user