pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/www/album Fix DEPENDS line to include version pattern;



details:   https://anonhg.NetBSD.org/pkgsrc/rev/fe6fb1977aa8
branches:  trunk
changeset: 493290:fe6fb1977aa8
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Mon May 02 13:39:42 2005 +0000

description:
Fix DEPENDS line to include version pattern;
sort first section; use boolean values. Now nearly pleases pkglint.

diffstat:

 www/album/Makefile |  8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diffs (34 lines):

diff -r 4128c5decdc8 -r fe6fb1977aa8 www/album/Makefile
--- a/www/album/Makefile        Mon May 02 13:38:04 2005 +0000
+++ b/www/album/Makefile        Mon May 02 13:39:42 2005 +0000
@@ -2,9 +2,9 @@
 #
 
 DISTNAME=      album
-PKGREVISION=   1
 ALBUMREV=      3.07
 PKGNAME=       ${DISTNAME}-${ALBUMREV}
+PKGREVISION=   1
 CATEGORIES=    www
 MASTER_SITES=  http://marginalhacks.com/bin/
 
@@ -14,7 +14,7 @@
 
 DEPENDS+=      ImageMagick-[0-9]*:../../graphics/ImageMagick
 DEPENDS+=      jhead-[2-9]*:../../graphics/jhead
-DEPENDS+=      ffmpeg*:../../multimedia/ffmpeg
+DEPENDS+=      ffmpeg-[0-9]*:../../multimedia/ffmpeg
 
 WRKSRC=                ${WRKDIR}/${PKGNAME_NOREV}
 
@@ -23,8 +23,8 @@
 USE_PERL5=     # defined
 REPLACE_PERL=  ${MY_SCRIPT}
 
-NO_CONFIGURE=  # defined
-NO_BUILD=      # defined
+NO_CONFIGURE=  YES
+NO_BUILD=      YES
 
 do-install:    replace-interpreter
        ${INSTALL_SCRIPT} ${WRKSRC}/${MY_SCRIPT} ${PREFIX}/bin



Home | Main Index | Thread Index | Old Index