From owner-svn-ports-all@FreeBSD.ORG Wed Jun 10 01:00:43 2015 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 6F72E958; Wed, 10 Jun 2015 01:00:43 +0000 (UTC) (envelope-from koobs@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::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 5E4E41BE6; Wed, 10 Jun 2015 01:00:43 +0000 (UTC) (envelope-from koobs@FreeBSD.org) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t5A10hh3038185; Wed, 10 Jun 2015 01:00:43 GMT (envelope-from koobs@FreeBSD.org) Received: (from koobs@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t5A10hhQ038184; Wed, 10 Jun 2015 01:00:43 GMT (envelope-from koobs@FreeBSD.org) Message-Id: <201506100100.t5A10hhQ038184@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: koobs set sender to koobs@FreeBSD.org using -f From: Kubilay Kocak Date: Wed, 10 Jun 2015 01:00:43 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r389016 - head/lang/pypy X-SVN-Group: ports-head 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.20 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: Wed, 10 Jun 2015 01:00:43 -0000 Author: koobs Date: Wed Jun 10 01:00:42 2015 New Revision: 389016 URL: https://svnweb.freebsd.org/changeset/ports/389016 Log: lang/pypy: Fix typo (PPORTREVISION) Reported by: robak Modified: head/lang/pypy/Makefile Modified: head/lang/pypy/Makefile ============================================================================== --- head/lang/pypy/Makefile Wed Jun 10 00:43:11 2015 (r389015) +++ head/lang/pypy/Makefile Wed Jun 10 01:00:42 2015 (r389016) @@ -3,7 +3,7 @@ PORTNAME= pypy DISTVERSION= 2.6.0 -PPORTREVISION= 1 +PORTREVISION= 1 CATEGORIES= lang python MASTER_SITES= https://bitbucket.org/pypy/pypy/get/ LOCAL/dbn/pypy DISTNAME= release-${DISTVERSION}