diff options
author | Ade Lovett <ade@FreeBSD.org> | 2004-08-10 19:44:02 +0000 |
---|---|---|
committer | Ade Lovett <ade@FreeBSD.org> | 2004-08-10 19:44:02 +0000 |
commit | e58f55eca8b45146d31b52c8faa93ea0263fbc23 (patch) | |
tree | ad14b13fe68e7f6f56b9d6dc26b65d92e6cd78a8 /databases/p5-Pg/Makefile | |
parent | 764c05e57acb0657b5fd9c9c1aa19ad7051e8a8a (diff) | |
download | ports-e58f55eca8b45146d31b52c8faa93ea0263fbc23.tar.gz ports-e58f55eca8b45146d31b52c8faa93ea0263fbc23.zip |
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)
Notes
Notes:
svn path=/head/; revision=115868
Diffstat (limited to 'databases/p5-Pg/Makefile')
-rw-r--r-- | databases/p5-Pg/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/databases/p5-Pg/Makefile b/databases/p5-Pg/Makefile index 511ff19a26a7..7f0cf7da5da8 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 |