git: a8f2a25b8c20 - main - devel/py-typecode: Update 30.0.2 => 30.1.0
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 10 Feb 2026 14:36:08 UTC
The branch main has been updated by vvd:
URL: https://cgit.FreeBSD.org/ports/commit/?id=a8f2a25b8c20c34eec065c80c07a893913987eb1
commit a8f2a25b8c20c34eec065c80c07a893913987eb1
Author: Tuukka Pasanen <tuukka.pasanen@ilmi.fi>
AuthorDate: 2026-02-10 14:32:20 +0000
Commit: Vladimir Druzenko <vvd@FreeBSD.org>
CommitDate: 2026-02-10 14:32:20 +0000
devel/py-typecode: Update 30.0.2 => 30.1.0
ChangeLog:
https://github.com/aboutcode-org/typecode/blob/v30.1.0/CHANGELOG.rst
Fix warnings from portlint:
- Remove dot from COMMENT.
- Split long line >80 in pkg-descr.
PR: 293081 292261
---
devel/py-typecode/Makefile | 5 ++---
devel/py-typecode/distinfo | 6 +++---
devel/py-typecode/pkg-descr | 4 ++--
3 files changed, 7 insertions(+), 8 deletions(-)
diff --git a/devel/py-typecode/Makefile b/devel/py-typecode/Makefile
index 062e85f2dda5..e6dd24839aa7 100644
--- a/devel/py-typecode/Makefile
+++ b/devel/py-typecode/Makefile
@@ -1,12 +1,11 @@
PORTNAME= typecode
-DISTVERSION= 30.0.2
-PORTREVISION= 1
+DISTVERSION= 30.1.0
CATEGORIES= devel python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= tuukka.pasanen@ilmi.fi
-COMMENT= Comprehensive filetype and mimetype detection using libmagic and Pygments.
+COMMENT= Comprehensive filetype and mimetype detection using libmagic and Pygments
WWW= https://github.com/nexB/plugincode
LICENSE= APACHE20
diff --git a/devel/py-typecode/distinfo b/devel/py-typecode/distinfo
index 2a1415825290..0c316882a888 100644
--- a/devel/py-typecode/distinfo
+++ b/devel/py-typecode/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1747722646
-SHA256 (typecode-30.0.2.tar.gz) = 17689d20af0ae6116e797ef2c5de65f0ce809128cf0e68479b34bd6ba4bc3898
-SIZE (typecode-30.0.2.tar.gz) = 3863273
+TIMESTAMP = 1770637749
+SHA256 (typecode-30.1.0.tar.gz) = fca3617a43c307578656d70634c287c7da32aee3fdee87fbc9dcf1fbd3fb750f
+SIZE (typecode-30.1.0.tar.gz) = 948794
diff --git a/devel/py-typecode/pkg-descr b/devel/py-typecode/pkg-descr
index eb11898a6357..48898a092e05 100644
--- a/devel/py-typecode/pkg-descr
+++ b/devel/py-typecode/pkg-descr
@@ -1,3 +1,3 @@
TypeCode provides comprehensive filetype and mimetype detection using multiple
-detectors including libmagic (included as a dependency for Linux, Windows and macOS)
-and Pygments. It started as library in scancode-toolkit.
+detectors including libmagic (included as a dependency for Linux, Windows and
+macOS) and Pygments. It started as library in scancode-toolkit.