diff options
author | Dan Langille <dvl@FreeBSD.org> | 2023-05-02 12:42:44 +0000 |
---|---|---|
committer | Dan Langille <dvl@FreeBSD.org> | 2023-05-04 22:15:13 +0000 |
commit | 0d91c40d393e0ca7bdfbb1e6423711095b2d890e (patch) | |
tree | 0dd72be1042d7cab00787d6f914cecf73e525397 | |
parent | 9a5c058ddaf5904030403b55cac21a0323827f35 (diff) | |
download | freebsd-ports-0d91c40d393e0ca7bdfbb1e6423711095b2d890e.zip |
devel/py-versioningit: Correct distinfo
When I was building this port, I had trouble reaching pypi,
so I grabbed the tarball from github. They are not the same.
-rw-r--r-- | devel/py-versioningit/Makefile | 1 | ||||
-rw-r--r-- | devel/py-versioningit/distinfo | 6 |
2 files changed, 4 insertions, 3 deletions
diff --git a/devel/py-versioningit/Makefile b/devel/py-versioningit/Makefile index 1ead6d5af1c6..ac3265bfe1b8 100644 --- a/devel/py-versioningit/Makefile +++ b/devel/py-versioningit/Makefile @@ -1,5 +1,6 @@ PORTNAME= versioningit PORTVERSION= 2.2.0 +PORTREVISION= 1 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/devel/py-versioningit/distinfo b/devel/py-versioningit/distinfo index 9a6a9deb4479..8ba863aad3fb 100644 --- a/devel/py-versioningit/distinfo +++ b/devel/py-versioningit/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1682769356 -SHA256 (versioningit-2.2.0.tar.gz) = 1e7d80cdeee2dbcebaf61d25205c9faac268a1926ff43fc5c7236f45639c3782 -SIZE (versioningit-2.2.0.tar.gz) = 594921 +TIMESTAMP = 1683029595 +SHA256 (versioningit-2.2.0.tar.gz) = eb18e7ba7268a880bf1ccfe92e534e96ab34e0397f28dcbcb3fc0da4f6a5b6bd +SIZE (versioningit-2.2.0.tar.gz) = 742936 |