svn commit: r537111 - in head/ports-mgmt/portlint: . src
Joe Marcus Clarke
marcus at FreeBSD.org
Sat May 30 23:20:01 UTC 2020
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"
More information about the svn-ports-all
mailing list