Sat Nov 12 17:24:42 2011 UTC ()
Depend on libquvi-scripts, since it needs them; bump quvi dependency so it is
not older than the split. Bump PKGREVISION.


(wiz)
diff -r1.41 -r1.42 pkgsrc/net/clive/Makefile

cvs diff -r1.41 -r1.42 pkgsrc/net/clive/Makefile (switch to unified diff)

--- pkgsrc/net/clive/Makefile 2011/10/22 18:07:19 1.41
+++ pkgsrc/net/clive/Makefile 2011/11/12 17:24:42 1.42
@@ -1,40 +1,41 @@ @@ -1,40 +1,41 @@
1# $NetBSD: Makefile,v 1.41 2011/10/22 18:07:19 wiz Exp $ 1# $NetBSD: Makefile,v 1.42 2011/11/12 17:24:42 wiz Exp $
2# 2#
3 3
4DISTNAME= clive-2.3.1.1 4DISTNAME= clive-2.3.1.1
5PKGREVISION= 2 5PKGREVISION= 3
6CATEGORIES= net multimedia www 6CATEGORIES= net multimedia www
7MASTER_SITES= http://clive.googlecode.com/files/ 7MASTER_SITES= http://clive.googlecode.com/files/
8 8
9MAINTAINER= wiz@NetBSD.org 9MAINTAINER= wiz@NetBSD.org
10HOMEPAGE= http://clive.sourceforge.net/ 10HOMEPAGE= http://clive.sourceforge.net/
11COMMENT= Command line video extraction tool for user-uploaded video hosts 11COMMENT= Command line video extraction tool for user-uploaded video hosts
12LICENSE= gnu-gpl-v3 12LICENSE= gnu-gpl-v3
13 13
14DEPENDS+= quvi>=0.2.17:../../net/quvi 14DEPENDS+= quvi>=0.4.0:../../net/quvi
 15DEPENDS+= libquvi-scripts>=0.4.0:../../net/libquvi-scripts
15DEPENDS+= curl-[0-9]*:../../www/curl 16DEPENDS+= curl-[0-9]*:../../www/curl
16DEPENDS+= p5-JSON-XS>=2.3:../../converters/p5-JSON-XS 17DEPENDS+= p5-JSON-XS>=2.3:../../converters/p5-JSON-XS
17DEPENDS+= p5-Getopt-ArgvFile>=1.11:../../devel/p5-Getopt-ArgvFile 18DEPENDS+= p5-Getopt-ArgvFile>=1.11:../../devel/p5-Getopt-ArgvFile
18DEPENDS+= p5-version>=0.77:../../devel/p5-version 19DEPENDS+= p5-version>=0.77:../../devel/p5-version
19 20
20PKG_DESTDIR_SUPPORT= user-destdir 21PKG_DESTDIR_SUPPORT= user-destdir
21 22
22PERL5_PACKLIST= auto/clive/.packlist 23PERL5_PACKLIST= auto/clive/.packlist
23INSTALLATION_DIRS= share/examples/clive 24INSTALLATION_DIRS= share/examples/clive
24 25
25CONF_FILES= ${PREFIX}/share/examples/clive/cliverc ${PKG_SYSCONFDIR}/cliverc 26CONF_FILES= ${PREFIX}/share/examples/clive/cliverc ${PKG_SYSCONFDIR}/cliverc
26 27
27SUBST_CLASSES+= config 28SUBST_CLASSES+= config
28SUBST_SED.config+= -e "s,/usr/local/share/clive/cliverc,${PKG_SYSCONFDIR}/cliverc," 29SUBST_SED.config+= -e "s,/usr/local/share/clive/cliverc,${PKG_SYSCONFDIR}/cliverc,"
29SUBST_FILES.config+= bin/clive 30SUBST_FILES.config+= bin/clive
30SUBST_STAGE.config= pre-build 31SUBST_STAGE.config= pre-build
31SUBST_MESSAGE.config= Fixing path to global config file. 32SUBST_MESSAGE.config= Fixing path to global config file.
32 33
33post-build: 34post-build:
34 sed "s,/usr/,${PREFIX}/," ${WRKSRC}/examples/cliverc > ${WRKSRC}/cliverc 35 sed "s,/usr/,${PREFIX}/," ${WRKSRC}/examples/cliverc > ${WRKSRC}/cliverc
35 36
36post-install: 37post-install:
37 ${INSTALL_DATA} ${WRKSRC}/cliverc ${DESTDIR}${PREFIX}/share/examples/clive 38 ${INSTALL_DATA} ${WRKSRC}/cliverc ${DESTDIR}${PREFIX}/share/examples/clive
38 39
39.include "../../lang/perl5/module.mk" 40.include "../../lang/perl5/module.mk"
40.include "../../mk/bsd.pkg.mk" 41.include "../../mk/bsd.pkg.mk"