Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 18 Jul 2024 16:48:53 GMT
From:      Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 6773d2782450 - main - devel/py-filemagic: Update WWW and clean up pkg-descr
Message-ID:  <202407181648.46IGmrEo010859@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by sunpoet:

URL: https://cgit.FreeBSD.org/ports/commit/?id=6773d2782450a2871bb074805325fbfe1b3e4e9e

commit 6773d2782450a2871bb074805325fbfe1b3e4e9e
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2024-07-18 16:46:04 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2024-07-18 16:46:04 +0000

    devel/py-filemagic: Update WWW and clean up pkg-descr
---
 devel/py-filemagic/Makefile  | 3 ++-
 devel/py-filemagic/pkg-descr | 2 --
 2 files changed, 2 insertions(+), 3 deletions(-)

diff --git a/devel/py-filemagic/Makefile b/devel/py-filemagic/Makefile
index 639862b36952..2b52058db242 100644
--- a/devel/py-filemagic/Makefile
+++ b/devel/py-filemagic/Makefile
@@ -7,7 +7,8 @@ PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 
 MAINTAINER=	sunpoet@FreeBSD.org
 COMMENT=	Python API for libmagic, the library behind the Unix file command
-WWW=		https://filemagic.readthedocs.io/en/latest/
+WWW=		https://filemagic.readthedocs.io/en/latest/ \
+		https://github.com/aliles/filemagic
 
 LICENSE=	APACHE20
 LICENSE_FILE=	${WRKSRC}/LICENSE
diff --git a/devel/py-filemagic/pkg-descr b/devel/py-filemagic/pkg-descr
index d9f3f33e1fe4..2c25f52a1e0f 100644
--- a/devel/py-filemagic/pkg-descr
+++ b/devel/py-filemagic/pkg-descr
@@ -9,5 +9,3 @@ Features:
 - Provide custom magic files to customize file detection.
 - Support for both Python2 and Python3.
 - Support for both CPython and PyPy.
-
-See also: https://github.com/aliles/filemagic



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202407181648.46IGmrEo010859>