Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 24 Nov 2019 13:23:56 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r518324 - head/security/py-dfwinreg
Message-ID:  <201911241323.xAODNuOw083422@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: antoine
Date: Sun Nov 24 13:23:55 2019
New Revision: 518324
URL: https://svnweb.freebsd.org/changeset/ports/518324

Log:
  - Update to 20190714
  - Drop python 2.7 support

Modified:
  head/security/py-dfwinreg/Makefile
  head/security/py-dfwinreg/distinfo

Modified: head/security/py-dfwinreg/Makefile
==============================================================================
--- head/security/py-dfwinreg/Makefile	Sun Nov 24 13:21:03 2019	(r518323)
+++ head/security/py-dfwinreg/Makefile	Sun Nov 24 13:23:55 2019	(r518324)
@@ -2,10 +2,10 @@
 # $FreeBSD$
 
 PORTNAME=	dfwinreg
-PORTVERSION=	20190517
+PORTVERSION=	20190714
 CATEGORIES=	security devel python
-#MASTER_SITES=	CHEESESHOP
-MASTER_SITES=	https://github.com/log2timeline/dfwinreg/releases/download/${PORTVERSION}/
+MASTER_SITES=	https://github.com/log2timeline/dfwinreg/releases/download/${PORTVERSION}/ \
+		LOCAL/antoine
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 
 MAINTAINER=	antoine@FreeBSD.org
@@ -19,7 +19,7 @@ RUN_DEPENDS=	libregf>=a:devel/libregf \
 		${PYTHON_PKGNAMEPREFIX}dfdatetime>=0:security/py-dfdatetime@${PY_FLAVOR}
 TEST_DEPENDS=	${PYTHON_PKGNAMEPREFIX}mock>0:devel/py-mock@${PY_FLAVOR}
 
-USES=		python
+USES=		python:3.5+
 USE_PYTHON=	distutils autoplist concurrent
 
 NO_ARCH=	yes

Modified: head/security/py-dfwinreg/distinfo
==============================================================================
--- head/security/py-dfwinreg/distinfo	Sun Nov 24 13:21:03 2019	(r518323)
+++ head/security/py-dfwinreg/distinfo	Sun Nov 24 13:23:55 2019	(r518324)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1558191190
-SHA256 (dfwinreg-20190517.tar.gz) = bf7fc91cb508bc70c457b08a32d8e67e09a1180afd1ca0573373ebd2bd0f7888
-SIZE (dfwinreg-20190517.tar.gz) = 14915188
+TIMESTAMP = 1574369010
+SHA256 (dfwinreg-20190714.tar.gz) = f2f159b549dc69bae625d52e1a3a3514e69ffbce076226163fe120140b38db1f
+SIZE (dfwinreg-20190714.tar.gz) = 14915386



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