git: 008058f5cb47 - 2025Q1 - sysutils/lxterminal: Fix WWW
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 19 Jan 2025 17:15:30 UTC
The branch 2025Q1 has been updated by fernape: URL: https://cgit.FreeBSD.org/ports/commit/?id=008058f5cb47a0936734eeae3a3d9e9051ff2c85 commit 008058f5cb47a0936734eeae3a3d9e9051ff2c85 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:15:20 +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) (cherry picked from commit cdcee028104e230b171beff1d817355f0dea8e03) --- 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