pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/www/p5-Apache-Gallery Require p5-Image-Info 1.15 or la...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/a1eb9d60c66e
branches:  trunk
changeset: 467932:a1eb9d60c66e
user:      kim <kim%pkgsrc.org@localhost>
date:      Sun Feb 08 21:49:57 2004 +0000

description:
Require p5-Image-Info 1.15 or later to avoid SEGFAULTS from 1.12.
Bump PKGREVISION.

diffstat:

 www/p5-Apache-Gallery/Makefile |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (24 lines):

diff -r c0c50fe87e38 -r a1eb9d60c66e www/p5-Apache-Gallery/Makefile
--- a/www/p5-Apache-Gallery/Makefile    Sun Feb 08 21:21:10 2004 +0000
+++ b/www/p5-Apache-Gallery/Makefile    Sun Feb 08 21:49:57 2004 +0000
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.11 2004/01/03 18:49:55 reed Exp $
+# $NetBSD: Makefile,v 1.12 2004/02/08 21:49:57 kim Exp $
 #
 
 DISTNAME=      Apache-Gallery-0.7
 PKGNAME=       p5-${DISTNAME}
-PKGREVISION=   2
+PKGREVISION=   3
 SVR4_PKGNAME=  p5aga
 CATEGORIES=    www graphics
 MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=Apache/}
@@ -15,7 +15,7 @@
 DEPENDS+=      p5-CGI>=2.93:../../www/p5-CGI
 DEPENDS+=      p5-URI>=1.23:../../www/p5-URI
 DEPENDS+=      p5-Image-Imlib2-[0-9]*:../../graphics/p5-Image-Imlib2
-DEPENDS+=      p5-Image-Info-[0-9]*:../../graphics/p5-Image-Info
+DEPENDS+=      p5-Image-Info>=1.15:../../graphics/p5-Image-Info
 DEPENDS+=      p5-Image-Size-[0-9]*:../../graphics/p5-Image-Size
 DEPENDS+=      p5-CGI-FastTemplate-[0-9]*:../../www/p5-CGI-FastTemplate
 DEPENDS+=      p5-libapreq-[0-9]*:../../www/p5-libapreq



Home | Main Index | Thread Index | Old Index