Date: Sun, 24 Jan 2021 16:30:30 +0000 (UTC) From: Mateusz Piotrowski <0mp@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r562489 - head/security/gef Message-ID: <202101241630.10OGUUIg014685@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: 0mp Date: Sun Jan 24 16:30:30 2021 New Revision: 562489 URL: https://svnweb.freebsd.org/changeset/ports/562489 Log: Update to 2021.01 Support for Python 2 has been dropped. Modified: head/security/gef/Makefile head/security/gef/distinfo Modified: head/security/gef/Makefile ============================================================================== --- head/security/gef/Makefile Sun Jan 24 16:18:06 2021 (r562488) +++ head/security/gef/Makefile Sun Jan 24 16:30:30 2021 (r562489) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= gef -DISTVERSION= 2020.06 +DISTVERSION= 2021.01 CATEGORIES= security python MAINTAINER= 0mp@FreeBSD.org @@ -12,7 +12,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= gdb>7.7:devel/gdb -USES= python:run +USES= python:run,3.6+ USE_GITHUB= yes GH_ACCOUNT= hugsy Modified: head/security/gef/distinfo ============================================================================== --- head/security/gef/distinfo Sun Jan 24 16:18:06 2021 (r562488) +++ head/security/gef/distinfo Sun Jan 24 16:30:30 2021 (r562489) @@ -1,3 +1,3 @@ -TIMESTAMP = 1593339177 -SHA256 (hugsy-gef-2020.06_GH0.tar.gz) = 334935986c681a346c1cb7944c1e4bbd52f7322f6427dfcba8a0185ff3c551c2 -SIZE (hugsy-gef-2020.06_GH0.tar.gz) = 145743 +TIMESTAMP = 1611503133 +SHA256 (hugsy-gef-2021.01_GH0.tar.gz) = 59e9c2327a66f125c625affa727feaf43aaf8bf9da0cf1025f428ec8851b1f64 +SIZE (hugsy-gef-2021.01_GH0.tar.gz) = 150718
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202101241630.10OGUUIg014685>