diff options
author | ade <ade@FreeBSD.org> | 2004-08-10 19:44:02 +0000 |
---|---|---|
committer | ade <ade@FreeBSD.org> | 2004-08-10 19:44:02 +0000 |
commit | f79420ad5cd28068a123d8ed84252b1091ddbf74 (patch) | |
tree | 5844ccb999fac026ad7d3e43e87d9b0db053fd95 | |
parent | 17d33ba9b22c3da44d76540567f74039a55e8e93 (diff) | |
download | FreeBSD-ports-f79420ad5cd28068a123d8ed84252b1091ddbf74.zip FreeBSD-ports-f79420ad5cd28068a123d8ed84252b1091ddbf74.tar.gz |
Update to 2.1.1, fixing a critical issue with the previous version using
system malloc (irrespective of whether perl itself was compiled with its
own malloc or system malloc), with the obvious hilarity on freeing.
Maintainer timeout. Please wake up :)
Submitted by: ade
Approved by: maintainer-timeout (2 weeks)
-rw-r--r-- | databases/p5-Pg/Makefile | 4 | ||||
-rw-r--r-- | databases/p5-Pg/distinfo | 4 |
2 files changed, 3 insertions, 5 deletions
diff --git a/databases/p5-Pg/Makefile b/databases/p5-Pg/Makefile index 511ff19..7f0cf7d 100644 --- a/databases/p5-Pg/Makefile +++ b/databases/p5-Pg/Makefile @@ -6,13 +6,11 @@ # PORTNAME= Pg -PORTVERSION= 2.0.2 -PORTREVISION= 1 +PORTVERSION= 2.1.1 PORTEPOCH= 1 CATEGORIES= databases perl5 MASTER_SITES= ftp://gborg.postgresql.org/pub/pgperl/stable/ PKGNAMEPREFIX= p5- -DISTFILES= pgperl-${PORTVERSION}${EXTRACT_SUFX} DIST_SUBDIR= postgresql MAINTAINER= girgen@pingpong.net diff --git a/databases/p5-Pg/distinfo b/databases/p5-Pg/distinfo index b3fbafa..fe75386 100644 --- a/databases/p5-Pg/distinfo +++ b/databases/p5-Pg/distinfo @@ -1,2 +1,2 @@ -MD5 (postgresql/pgperl-2.0.2.tar.gz) = 0813c5ab151dd37ad8938634550e6c1a -SIZE (postgresql/pgperl-2.0.2.tar.gz) = 25346 +MD5 (postgresql/Pg-2.1.1.tar.gz) = c11c0abd99b8e1f50ba5dbdb922c2e61 +SIZE (postgresql/Pg-2.1.1.tar.gz) = 25125 |