pkgsrc-Changes archive

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

CVS commit: pkgsrc/www/geckodriver



Module Name:    pkgsrc
Committed By:   tnn
Date:           Sat Nov 11 21:39:19 UTC 2017

Modified Files:
        pkgsrc/www/geckodriver: Makefile

Log Message:
geckodriver: adjust dependency

from maya@


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/www/geckodriver/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/www/geckodriver/Makefile
diff -u pkgsrc/www/geckodriver/Makefile:1.2 pkgsrc/www/geckodriver/Makefile:1.3
--- pkgsrc/www/geckodriver/Makefile:1.2 Sat Nov 11 20:25:56 2017
+++ pkgsrc/www/geckodriver/Makefile     Sat Nov 11 21:39:19 2017
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.2 2017/11/11 20:25:56 tnn Exp $
+# $NetBSD: Makefile,v 1.3 2017/11/11 21:39:19 tnn Exp $
 
 DISTNAME=      geckodriver-0.19.1
-PKGREVISION=   1
+PKGREVISION=   2
 CATEGORIES=    www
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=mozilla/}
 GITHUB_PROJECT=        geckodriver
@@ -12,7 +12,7 @@ HOMEPAGE=     https://github.com/mozilla/gec
 COMMENT=       W3C WebDriver-compatible proxy for Gecko-based browsers
 LICENSE=       mpl-1.1
 
-DEPENDS+=      rust-[0-9]*:../../lang/rust
+BUILD_DEPENDS+=        rust-[0-9]*:../../lang/rust
 
 CARGO_CRATE_DEPENDS+=          \
        advapi32-sys-0.1.2      \



Home | Main Index | Thread Index | Old Index