Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 10 Feb 2020 13:48:07 +0000 (UTC)
From:      Emanuel Haupt <ehaupt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r525705 - head/graphics/py-face_recognition
Message-ID:  <202002101348.01ADm74d033339@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: ehaupt
Date: Mon Feb 10 13:48:07 2020
New Revision: 525705
URL: https://svnweb.freebsd.org/changeset/ports/525705

Log:
  - Update to 1.2.3
  - Mark NO_ARCH

Modified:
  head/graphics/py-face_recognition/Makefile
  head/graphics/py-face_recognition/distinfo

Modified: head/graphics/py-face_recognition/Makefile
==============================================================================
--- head/graphics/py-face_recognition/Makefile	Mon Feb 10 13:23:56 2020	(r525704)
+++ head/graphics/py-face_recognition/Makefile	Mon Feb 10 13:48:07 2020	(r525705)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	face_recognition
-PORTVERSION=	1.2.2
+PORTVERSION=	1.2.3
 CATEGORIES=	graphics python devel
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -21,5 +21,7 @@ RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}click>=6.0:devel/p
 
 USES=		python
 USE_PYTHON=	autoplist concurrent distutils
+
+NO_ARCH=	yes
 
 .include <bsd.port.mk>

Modified: head/graphics/py-face_recognition/distinfo
==============================================================================
--- head/graphics/py-face_recognition/distinfo	Mon Feb 10 13:23:56 2020	(r525704)
+++ head/graphics/py-face_recognition/distinfo	Mon Feb 10 13:48:07 2020	(r525705)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1581268184
-SHA256 (face_recognition-1.2.2.tar.gz) = f70d92c8582113fed669832cd8036819b66eebf4a535b1b43b1c0cede0072fb7
-SIZE (face_recognition-1.2.2.tar.gz) = 3179622
+TIMESTAMP = 1581342176
+SHA256 (face_recognition-1.2.3.tar.gz) = a03eb709d1280bc3ca648add274ff741761b4c56f5317167252fc90cb519eda1
+SIZE (face_recognition-1.2.3.tar.gz) = 3180502



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202002101348.01ADm74d033339>