diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2015-05-07 17:41:23 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2015-05-07 17:41:23 +0000 |
commit | 20200213093b1d897bc2d61ab23c9d3b9771f871 (patch) | |
tree | f671521662ac5711211772d139a1e200b7afdb20 /security/py-yara | |
parent | 7af063b404e205e6cf8e54a94794a1d81c29cc38 (diff) | |
download | ports-20200213093b1d897bc2d61ab23c9d3b9771f871.tar.gz ports-20200213093b1d897bc2d61ab23c9d3b9771f871.zip |
Update ports in the s* categores to not use GH_COMMIT.
With minor cleanups to make things simpler.
With hat: portmgr
Sponsored by: Absolight
Notes
Notes:
svn path=/head/; revision=385645
Diffstat (limited to 'security/py-yara')
-rw-r--r-- | security/py-yara/Makefile | 3 | ||||
-rw-r--r-- | security/py-yara/distinfo | 4 |
2 files changed, 3 insertions, 4 deletions
diff --git a/security/py-yara/Makefile b/security/py-yara/Makefile index 264912172365..1a23f04c1af9 100644 --- a/security/py-yara/Makefile +++ b/security/py-yara/Makefile @@ -2,6 +2,7 @@ PORTNAME= yara PORTVERSION= 3.3.0 +DISTVERSIONPREFIX= v CATEGORIES= security PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -10,8 +11,6 @@ COMMENT= Python bindings for yara USE_GITHUB= yes GH_ACCOUNT= plusvic -GH_TAGNAME= v3.3.0 -GH_COMMIT= 85e913e LIB_DEPENDS= libyara.so:${PORTSDIR}/security/yara diff --git a/security/py-yara/distinfo b/security/py-yara/distinfo index 91fabbda9fac..3643b3f9cd1a 100644 --- a/security/py-yara/distinfo +++ b/security/py-yara/distinfo @@ -1,2 +1,2 @@ -SHA256 (yara-3.3.0.tar.gz) = c2cd05deeedd36489f1d464e8cb86e0de261483cd2fcb5278bada7cdc0e4238f -SIZE (yara-3.3.0.tar.gz) = 7634925 +SHA256 (plusvic-yara-v3.3.0_GH0.tar.gz) = e5f4359082e35ff00ee94af9ee897bb0ab18abf49a2c4fe45968d7a848e5bd83 +SIZE (plusvic-yara-v3.3.0_GH0.tar.gz) = 7634474 |