From owner-svn-ports-head@freebsd.org Fri Aug 5 16:09:29 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6EA29BB0EE6; Fri, 5 Aug 2016 16:09:29 +0000 (UTC) (envelope-from kevlo@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 mx1.freebsd.org (Postfix) with ESMTPS id 3F1F214E5; Fri, 5 Aug 2016 16:09:29 +0000 (UTC) (envelope-from kevlo@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u75G9SMq034564; Fri, 5 Aug 2016 16:09:28 GMT (envelope-from kevlo@FreeBSD.org) Received: (from kevlo@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u75G9S6J034563; Fri, 5 Aug 2016 16:09:28 GMT (envelope-from kevlo@FreeBSD.org) Message-Id: <201608051609.u75G9S6J034563@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: kevlo set sender to kevlo@FreeBSD.org using -f From: Kevin Lo Date: Fri, 5 Aug 2016 16:09:28 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r419693 - head/net/py-tweepy X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 05 Aug 2016 16:09:29 -0000 Author: kevlo Date: Fri Aug 5 16:09:28 2016 New Revision: 419693 URL: https://svnweb.freebsd.org/changeset/ports/419693 Log: Remove the exclamation mark in COMMENT (upstream has also changed the description). Approved by: koobs Modified: head/net/py-tweepy/Makefile Modified: head/net/py-tweepy/Makefile ============================================================================== --- head/net/py-tweepy/Makefile Fri Aug 5 16:08:30 2016 (r419692) +++ head/net/py-tweepy/Makefile Fri Aug 5 16:09:28 2016 (r419693) @@ -8,7 +8,7 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DISTVERSIONPREFIX= v MAINTAINER= koobs@FreeBSD.org -COMMENT= Twitter API library for Python! +COMMENT= Twitter API library for Python LICENSE= MIT