pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/www/album Use relational pattern instead of [2-9]*. Bu...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/8f64caa43091
branches:  trunk
changeset: 528969:8f64caa43091
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Mon May 21 10:03:59 2007 +0000

description:
Use relational pattern instead of [2-9]*. Bump revision.

diffstat:

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

diffs (25 lines):

diff -r 72d9108d2ada -r 8f64caa43091 www/album/Makefile
--- a/www/album/Makefile        Mon May 21 10:02:31 2007 +0000
+++ b/www/album/Makefile        Mon May 21 10:03:59 2007 +0000
@@ -1,10 +1,10 @@
-# $NetBSD: Makefile,v 1.11 2006/09/03 00:56:30 wiz Exp $
+# $NetBSD: Makefile,v 1.12 2007/05/21 10:03:59 joerg Exp $
 #
 
 DISTNAME=      album
 ALBUMREV=      3.07
 PKGNAME=       ${DISTNAME}-${ALBUMREV}
-PKGREVISION=   4
+PKGREVISION=   5
 CATEGORIES=    www
 MASTER_SITES=  http://marginalhacks.com/bin/
 
@@ -13,7 +13,7 @@
 COMMENT=       Generate HTML albums of images
 
 DEPENDS+=      ImageMagick-[0-9]*:../../graphics/ImageMagick
-DEPENDS+=      jhead-[2-9]*:../../graphics/jhead
+DEPENDS+=      jhead>=2.0:../../graphics/jhead
 DEPENDS+=      ffmpeg-[0-9]*:../../multimedia/ffmpeg
 
 WRKSRC=                ${WRKDIR}/${PKGNAME_NOREV}



Home | Main Index | Thread Index | Old Index