diff options
author | Guangyuan Yang <ygy@FreeBSD.org> | 2021-10-12 16:12:01 -0400 |
---|---|---|
committer | Guangyuan Yang <ygy@FreeBSD.org> | 2021-10-12 16:12:01 -0400 |
commit | 4794560cf87717184c7b0658388edfdbb26e00e4 (patch) | |
tree | b7a9c959065ab468b879917ad4a30cb8ff68e94c /sysutils/py-diffoscope/Makefile | |
parent | 5f7d4363b9197c13bf03f0994e466cfb116e0c4f (diff) | |
download | freebsd-ports-4794560cf87717184c7b0658388edfdbb26e00e4.zip |
sysutils/py-diffoscope: Update to 187
Changelog: https://diffoscope.org/news/diffoscope-187-released/
PR: 259022
Approved by: koobs (maintainer)
Diffstat (limited to 'sysutils/py-diffoscope/Makefile')
-rw-r--r-- | sysutils/py-diffoscope/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysutils/py-diffoscope/Makefile b/sysutils/py-diffoscope/Makefile index 47268d36dd25..76a5f482f9c1 100644 --- a/sysutils/py-diffoscope/Makefile +++ b/sysutils/py-diffoscope/Makefile @@ -1,7 +1,7 @@ # Created by: Kubilay Kocak <koobs@FreeBSD.org> PORTNAME= diffoscope -PORTVERSION= 186 +PORTVERSION= 187 CATEGORIES= sysutils python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} |