git: 939a2a02afdf - main - devel/py-whistle: Update WWW and clean up pkg-descr
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 16 May 2024 06:30:54 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=939a2a02afdf75525e895cb7ccbceae9a79b77a2 commit 939a2a02afdf75525e895cb7ccbceae9a79b77a2 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2024-05-16 06:18:16 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2024-05-16 06:22:08 +0000 devel/py-whistle: Update WWW and clean up pkg-descr --- devel/py-whistle/Makefile | 3 ++- devel/py-whistle/pkg-descr | 2 -- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/devel/py-whistle/Makefile b/devel/py-whistle/Makefile index 426cf27924c5..c12faa5869bf 100644 --- a/devel/py-whistle/Makefile +++ b/devel/py-whistle/Makefile @@ -7,7 +7,8 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= sunpoet@FreeBSD.org COMMENT= Event dispatcher -WWW= https://python-whistle.github.io/ +WWW= https://python-whistle.github.io/ \ + https://github.com/python-whistle/whistle LICENSE= APACHE20 diff --git a/devel/py-whistle/pkg-descr b/devel/py-whistle/pkg-descr index 6212260abca3..5dc1893fcf41 100644 --- a/devel/py-whistle/pkg-descr +++ b/devel/py-whistle/pkg-descr @@ -6,5 +6,3 @@ largely inspired from Symfony's EventDispatcher component. Using an event dispatcher is a great way to write loosely coupled extensible code, having each part only communicate using light events. - -See also: https://github.com/python-whistle/whistle