pkgsrc-WIP-changes archive

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

fgallery: facedetect now has a version number, use it here



Module Name:	pkgsrc-wip
Committed By:	ast <ast%NetBSD.org@localhost>
Pushed By:	ast
Date:		Thu Sep 28 15:56:28 2017 +0200
Changeset:	26627449f8fcd777cd5568d1a985558dd380a4f6

Modified Files:
	fgallery/Makefile

Log Message:
fgallery: facedetect now has a version number, use it here

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=26627449f8fcd777cd5568d1a985558dd380a4f6

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

diffstat:
 fgallery/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diffs:
diff --git a/fgallery/Makefile b/fgallery/Makefile
index 1bd71c71ac..ac357e0e35 100644
--- a/fgallery/Makefile
+++ b/fgallery/Makefile
@@ -18,7 +18,7 @@ NO_BUILD=       yes
 USE_TOOLS+=     perl
 REPLACE_PERL=   ${PKGBASE}
 
-DEPENDS+=       facedetect>=1.0:../../wip/facedetect
+DEPENDS+=       facedetect>=0.1:../../wip/facedetect
 DEPENDS+=       ImageMagick>=6.9:../../graphics/ImageMagick
 DEPENDS+=       jpegoptim>=1.4:../../graphics/jpegoptim
 DEPENDS+=       pngcrush>=1.7:../../graphics/pngcrush


Home | Main Index | Thread Index | Old Index