git: cdcee028104e - main - sysutils/lxterminal: Fix WWW
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 19 Jan 2025 17:14:25 UTC
The branch main has been updated by fernape: URL: https://cgit.FreeBSD.org/ports/commit/?id=cdcee028104e230b171beff1d817355f0dea8e03 commit cdcee028104e230b171beff1d817355f0dea8e03 Author: Fernando Apesteguía <fernape@FreeBSD.org> AuthorDate: 2025-01-19 17:12:54 +0000 Commit: Fernando Apesteguía <fernape@FreeBSD.org> CommitDate: 2025-01-19 17:12:54 +0000 sysutils/lxterminal: Fix WWW Previous one is a 404 PR: 283859 Reported by: grahamperrin@gmail.com Approved by: portmaster@bsdforge.com (maintainer, timeout > 2 weeks) --- sysutils/lxterminal/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sysutils/lxterminal/Makefile b/sysutils/lxterminal/Makefile index 47286ab7ce54..d44c3b5e504b 100644 --- a/sysutils/lxterminal/Makefile +++ b/sysutils/lxterminal/Makefile @@ -1,12 +1,12 @@ PORTNAME= lxterminal PORTVERSION= 0.4.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= sysutils MASTER_SITES= SF/lxde/LXTerminal%20%28terminal%20emulator%29/LXTerminal%200.4.x/ MAINTAINER= portmaster@BSDforge.com COMMENT= Lightweight terminal emulator from the LXDE project -WWW= https://wiki.lxde.org/en/LXTerminal +WWW= https://github.com/lxde/lxterminal LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING