git: 8862250eb011 - main - devel/libtickit: Update WWW and clean up pkg-descr
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 18 Jul 2024 16:48:25 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=8862250eb011220ae7856dce42f4962f8ebb015d commit 8862250eb011220ae7856dce42f4962f8ebb015d Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2024-07-18 16:44:56 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2024-07-18 16:44:56 +0000 devel/libtickit: Update WWW and clean up pkg-descr --- devel/libtickit/Makefile | 3 ++- devel/libtickit/pkg-descr | 2 -- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/devel/libtickit/Makefile b/devel/libtickit/Makefile index 934c4b418b0e..478abaa45dba 100644 --- a/devel/libtickit/Makefile +++ b/devel/libtickit/Makefile @@ -6,7 +6,8 @@ MASTER_SITES= https://launchpad.net/libtickit/trunk/v${PORTVERSION:R}/+download/ MAINTAINER= sunpoet@FreeBSD.org COMMENT= Terminal Interface Construction Kit WWW= https://www.leonerd.org.uk/code/libtickit/ \ - https://launchpad.net/libtickit + https://launchpad.net/libtickit \ + https://github.com/leonerd/libtickit LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/devel/libtickit/pkg-descr b/devel/libtickit/pkg-descr index e822b18e5c9c..15bd72fd285e 100644 --- a/devel/libtickit/pkg-descr +++ b/devel/libtickit/pkg-descr @@ -1,5 +1,3 @@ Terminal Interface Construction Kit provides an abstracted mechanism for building interactive full-screen terminal programs. It provides a full set of output drawing functions, and handles keyboard and mouse input events. - -See also: https://github.com/leonerd/libtickit