Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 30 May 2020 23:20:01 +0000 (UTC)
From:      Joe Marcus Clarke <marcus@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r537111 - in head/ports-mgmt/portlint: . src
Message-ID:  <202005302320.04UNK1kC042380@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: marcus
Date: Sat May 30 23:20:00 2020
New Revision: 537111
URL: https://svnweb.freebsd.org/changeset/ports/537111

Log:
  Properly fix typo to USE_GITLAB not USE_GITHUB.

Modified:
  head/ports-mgmt/portlint/Makefile
  head/ports-mgmt/portlint/src/portlint.pl

Modified: head/ports-mgmt/portlint/Makefile
==============================================================================
--- head/ports-mgmt/portlint/Makefile	Sat May 30 23:15:58 2020	(r537110)
+++ head/ports-mgmt/portlint/Makefile	Sat May 30 23:20:00 2020	(r537111)
@@ -3,6 +3,7 @@
 
 PORTNAME=	portlint
 PORTVERSION=	2.19.1
+PORTREVISION=	1
 CATEGORIES=	ports-mgmt
 MASTER_SITES=	# none
 DISTFILES=	# none

Modified: head/ports-mgmt/portlint/src/portlint.pl
==============================================================================
--- head/ports-mgmt/portlint/src/portlint.pl	Sat May 30 23:15:58 2020	(r537110)
+++ head/ports-mgmt/portlint/src/portlint.pl	Sat May 30 23:20:00 2020	(r537111)
@@ -3057,7 +3057,7 @@ DIST_SUBDIR EXTRACT_ONLY
 	# should be
 	#	DISTNAME=     package-1.0
 	#	EXTRACT_SUFX= .tgz
-	if ($makevar{USE_GITHUB} ne 'nodefault' && $makevar{USE_GITHUB} ne 'nodefault') {
+	if ($makevar{USE_GITHUB} ne 'nodefault' && $makevar{USE_GITLAB} ne 'nodefault') {
 		if ($distfiles =~ /^\S+$/ && $distfiles !~ /:[^\/:]+$/) {
 			$bogusdistfiles++;
 			print "OK: seen DISTFILES with single item, checking value.\n"



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202005302320.04UNK1kC042380>