From owner-svn-ports-all@freebsd.org Sun May 20 19:19:35 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 7CC2EEED166; Sun, 20 May 2018 19:19:35 +0000 (UTC) (envelope-from sunpoet@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 137786CABB; Sun, 20 May 2018 19:19:35 +0000 (UTC) (envelope-from sunpoet@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 E580D1A738; Sun, 20 May 2018 19:19:34 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w4KJJY99016561; Sun, 20 May 2018 19:19:34 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w4KJJYBC016558; Sun, 20 May 2018 19:19:34 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201805201919.w4KJJYBC016558@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sun, 20 May 2018 19:19:34 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r470483 - head/devel/py-python-gitlab X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/devel/py-python-gitlab X-SVN-Commit-Revision: 470483 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.26 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, 20 May 2018 19:19:35 -0000 Author: sunpoet Date: Sun May 20 19:19:34 2018 New Revision: 470483 URL: https://svnweb.freebsd.org/changeset/ports/470483 Log: Update to 1.4.0 - While I'm here, remove duplicate do-test: Changes: https://github.com/python-gitlab/python-gitlab/blob/master/ChangeLog.rst PR: 228381 Submitted by: Derek Schrock (maintainer) Modified: head/devel/py-python-gitlab/Makefile head/devel/py-python-gitlab/distinfo Modified: head/devel/py-python-gitlab/Makefile ============================================================================== --- head/devel/py-python-gitlab/Makefile Sun May 20 19:19:28 2018 (r470482) +++ head/devel/py-python-gitlab/Makefile Sun May 20 19:19:34 2018 (r470483) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= python-gitlab -PORTVERSION= 1.3.0 +PORTVERSION= 1.4.0 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -29,8 +29,6 @@ USES= python USE_PYTHON= distutils autoplist concurrent SUB_FILES= pkg-message - -do-test: post-patch: @${REINPLACE_CMD} -e 's|/etc|${LOCALBASE}/etc|g' ${WRKSRC}/gitlab/config.py Modified: head/devel/py-python-gitlab/distinfo ============================================================================== --- head/devel/py-python-gitlab/distinfo Sun May 20 19:19:28 2018 (r470482) +++ head/devel/py-python-gitlab/distinfo Sun May 20 19:19:34 2018 (r470483) @@ -1,3 +1,3 @@ -TIMESTAMP = 1519965217 -SHA256 (python-gitlab-1.3.0.tar.gz) = 74ef4e98383043403d786d1719579b9a638666809b47d93a9fa8f0bd9f12ab84 -SIZE (python-gitlab-1.3.0.tar.gz) = 123955 +TIMESTAMP = 1526841645 +SHA256 (python-gitlab-1.4.0.tar.gz) = 34a5eb1704e68a23bafb9b122c456ff72b3e1a2d3bdcd44346bbde6a5d7af511 +SIZE (python-gitlab-1.4.0.tar.gz) = 127574