svn commit: r473053 - head/Mk/Uses

Steve Wills swills at FreeBSD.org
Fri Jun 22 18:23:13 UTC 2018


Author: swills
Date: Fri Jun 22 18:23:12 2018
New Revision: 473053
URL: https://svnweb.freebsd.org/changeset/ports/473053

Log:
  Adjust repository path
  
  PR:		227181
  Submitted by:	Olivier Duchateau <duchateau.olivier at gmail.com>

Modified:
  head/Mk/Uses/lxqt.mk

Modified: head/Mk/Uses/lxqt.mk
==============================================================================
--- head/Mk/Uses/lxqt.mk	Fri Jun 22 18:13:14 2018	(r473052)
+++ head/Mk/Uses/lxqt.mk	Fri Jun 22 18:23:12 2018	(r473053)
@@ -26,7 +26,7 @@ IGNORE=	Incorrect 'USES+=lxqt:${lxqt_ARGS} takes no ar
 _LXQT_PROJECT=	${DISTNAME:S/-${DISTVERSION}//:tl}
 
 MASTER_SITE_LXQT+= \
-	https://github.com/lxde/%SUBDIR%/releases/download/${PORTVERSION}/ \
+	https://github.com/lxqt/%SUBDIR%/releases/download/${PORTVERSION}/ \
 	https://downloads.lxqt.org/downloads/%SUBDIR%/${PORTVERSION}/
 MASTER_SITE_LXQT_SUBDIR=	${_LXQT_PROJECT}
 


More information about the svn-ports-head mailing list