From owner-svn-ports-all@freebsd.org Mon Jul 30 12:39:32 2018 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 460841055DA1; Mon, 30 Jul 2018 12:39:32 +0000 (UTC) (envelope-from dvl@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id F06E897ECD; Mon, 30 Jul 2018 12:39:31 +0000 (UTC) (envelope-from dvl@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 D184624636; Mon, 30 Jul 2018 12:39:31 +0000 (UTC) (envelope-from dvl@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w6UCdVev022237; Mon, 30 Jul 2018 12:39:31 GMT (envelope-from dvl@FreeBSD.org) Received: (from dvl@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w6UCdVcX022236; Mon, 30 Jul 2018 12:39:31 GMT (envelope-from dvl@FreeBSD.org) Message-Id: <201807301239.w6UCdVcX022236@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: dvl set sender to dvl@FreeBSD.org using -f From: Dan Langille Date: Mon, 30 Jul 2018 12:39:31 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r475886 - head/security/py-python-jose X-SVN-Group: ports-head X-SVN-Commit-Author: dvl X-SVN-Commit-Paths: head/security/py-python-jose X-SVN-Commit-Revision: 475886 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.27 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: Mon, 30 Jul 2018 12:39:32 -0000 Author: dvl Date: Mon Jul 30 12:39:31 2018 New Revision: 475886 URL: https://svnweb.freebsd.org/changeset/ports/475886 Log: Use tab, not spaces Reported by: koobs Modified: head/security/py-python-jose/Makefile Modified: head/security/py-python-jose/Makefile ============================================================================== --- head/security/py-python-jose/Makefile Mon Jul 30 12:37:40 2018 (r475885) +++ head/security/py-python-jose/Makefile Mon Jul 30 12:39:31 2018 (r475886) @@ -1,7 +1,7 @@ # Created by: Dan Langille # $FreeBSD$ -PORTNAME= python-jose +PORTNAME= python-jose PORTVERSION= 3.0.0 CATEGORIES= security MASTER_SITES= CHEESESHOP