From owner-svn-ports-all@freebsd.org Sun Mar 10 10:42:06 2019 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 35C94152EFF4; Sun, 10 Mar 2019 10:42:06 +0000 (UTC) (envelope-from danfe@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id CDA636FAD9; Sun, 10 Mar 2019 10:42:05 +0000 (UTC) (envelope-from danfe@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id C30D321F9A; Sun, 10 Mar 2019 10:42:05 +0000 (UTC) (envelope-from danfe@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x2AAg5Gx021359; Sun, 10 Mar 2019 10:42:05 GMT (envelope-from danfe@FreeBSD.org) Received: (from danfe@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x2AAg4F6021351; Sun, 10 Mar 2019 10:42:04 GMT (envelope-from danfe@FreeBSD.org) Message-Id: <201903101042.x2AAg4F6021351@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: danfe set sender to danfe@FreeBSD.org using -f From: Alexey Dokuchaev Date: Sun, 10 Mar 2019 10:42:04 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r495247 - in head: databases/mantis devel/py-jsonlib2 games/gogrepo lang/gnu-cobol math/speedcrunch security/libsecret www/py-django-netfields x11-toolkits/diorite X-SVN-Group: ports-head X-SVN-Commit-Author: danfe X-SVN-Commit-Paths: in head: databases/mantis devel/py-jsonlib2 games/gogrepo lang/gnu-cobol math/speedcrunch security/libsecret www/py-django-netfields x11-toolkits/diorite X-SVN-Commit-Revision: 495247 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: CDA636FAD9 X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.97 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-1.000,0]; NEURAL_HAM_SHORT(-0.97)[-0.974,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_HAM_LONG(-1.00)[-1.000,0] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 10 Mar 2019 10:42:06 -0000 Author: danfe Date: Sun Mar 10 10:42:03 2019 New Revision: 495247 URL: https://svnweb.freebsd.org/changeset/ports/495247 Log: Fix various misspellings of PORTREVISION. Modified: head/databases/mantis/Makefile head/devel/py-jsonlib2/Makefile head/games/gogrepo/Makefile head/lang/gnu-cobol/Makefile head/math/speedcrunch/Makefile head/security/libsecret/Makefile head/www/py-django-netfields/Makefile head/x11-toolkits/diorite/Makefile Modified: head/databases/mantis/Makefile ============================================================================== --- head/databases/mantis/Makefile Sun Mar 10 10:13:55 2019 (r495246) +++ head/databases/mantis/Makefile Sun Mar 10 10:42:03 2019 (r495247) @@ -3,7 +3,7 @@ PORTNAME= mantis PORTVERSION= 2.19.0 -PORTREVSION= 1 +PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= databases www MASTER_SITES= SF/mantisbt/mantis-stable/${PORTVERSION} Modified: head/devel/py-jsonlib2/Makefile ============================================================================== --- head/devel/py-jsonlib2/Makefile Sun Mar 10 10:13:55 2019 (r495246) +++ head/devel/py-jsonlib2/Makefile Sun Mar 10 10:42:03 2019 (r495247) @@ -3,7 +3,7 @@ PORTNAME= jsonlib2 PORTVERSION= 1.5.2 -PORTREVSION= 1 +PORTREVISION= 1 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Modified: head/games/gogrepo/Makefile ============================================================================== --- head/games/gogrepo/Makefile Sun Mar 10 10:13:55 2019 (r495246) +++ head/games/gogrepo/Makefile Sun Mar 10 10:42:03 2019 (r495247) @@ -3,7 +3,7 @@ PORTNAME= gogrepo PORTVERSION= 0.3a -PORT_REVISION= 2 +PORTREVISION= 2 CATEGORIES= games net MAINTAINER= se@FreeBSD.org Modified: head/lang/gnu-cobol/Makefile ============================================================================== --- head/lang/gnu-cobol/Makefile Sun Mar 10 10:13:55 2019 (r495246) +++ head/lang/gnu-cobol/Makefile Sun Mar 10 10:42:03 2019 (r495247) @@ -3,7 +3,7 @@ PORTNAME= gnu-cobol PORTVERSION= 2.2 -PORTREVIISION= 1 +PORTREVISION= 1 CATEGORIES= lang MASTER_SITES= GNU/gnucobol DISTNAME= gnucobol-${PORTVERSION} Modified: head/math/speedcrunch/Makefile ============================================================================== --- head/math/speedcrunch/Makefile Sun Mar 10 10:13:55 2019 (r495246) +++ head/math/speedcrunch/Makefile Sun Mar 10 10:42:03 2019 (r495247) @@ -3,7 +3,6 @@ PORTNAME= speedcrunch PORTVERSION= 0.12.0 -PORTRVISION= 1 DISTVERSIONSUFFIX= -${BB_COMMIT} PORTREVISION= 1 CATEGORIES= math Modified: head/security/libsecret/Makefile ============================================================================== --- head/security/libsecret/Makefile Sun Mar 10 10:13:55 2019 (r495246) +++ head/security/libsecret/Makefile Sun Mar 10 10:42:03 2019 (r495247) @@ -3,7 +3,7 @@ PORTNAME= libsecret PORTVERSION= 0.18.6 -POIRTREVISION= 1 +PORTREVISION= 1 CATEGORIES= security gnome MASTER_SITES= GNOME Modified: head/www/py-django-netfields/Makefile ============================================================================== --- head/www/py-django-netfields/Makefile Sun Mar 10 10:13:55 2019 (r495246) +++ head/www/py-django-netfields/Makefile Sun Mar 10 10:42:03 2019 (r495247) @@ -2,7 +2,7 @@ PORTNAME= django-netfields DISTVERSION= 0.8 -PORTREVSION= 1 +PORTREVISION= 1 CATEGORIES= www python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Modified: head/x11-toolkits/diorite/Makefile ============================================================================== --- head/x11-toolkits/diorite/Makefile Sun Mar 10 10:13:55 2019 (r495246) +++ head/x11-toolkits/diorite/Makefile Sun Mar 10 10:42:03 2019 (r495247) @@ -2,7 +2,7 @@ PORTNAME= diorite PORTVERSION= 0.2.1 -PORTREVSION= 1 +PORTREVISION= 1 CATEGORIES= x11-toolkits devel MAINTAINER= ports@FreeBSD.org