From owner-svn-ports-head@freebsd.org Thu Jun 30 08:39:34 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 248A4B87819; Thu, 30 Jun 2016 08:39:34 +0000 (UTC) (envelope-from wen@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 D13422F0C; Thu, 30 Jun 2016 08:39:33 +0000 (UTC) (envelope-from wen@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u5U8dXJt049872; Thu, 30 Jun 2016 08:39:33 GMT (envelope-from wen@FreeBSD.org) Received: (from wen@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u5U8dWvu049869; Thu, 30 Jun 2016 08:39:32 GMT (envelope-from wen@FreeBSD.org) Message-Id: <201606300839.u5U8dWvu049869@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: wen set sender to wen@FreeBSD.org using -f From: Wen Heping Date: Thu, 30 Jun 2016 08:39:32 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r417815 - in head/security/py-pycryptopp: . files 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: Thu, 30 Jun 2016 08:39:34 -0000 Author: wen Date: Thu Jun 30 08:39:32 2016 New Revision: 417815 URL: https://svnweb.freebsd.org/changeset/ports/417815 Log: - Update to 0.7.1 PR: 210514 Submitted by: yuri@rawbw.com Deleted: head/security/py-pycryptopp/files/ Modified: head/security/py-pycryptopp/Makefile head/security/py-pycryptopp/distinfo head/security/py-pycryptopp/pkg-descr Modified: head/security/py-pycryptopp/Makefile ============================================================================== --- head/security/py-pycryptopp/Makefile Thu Jun 30 08:09:29 2016 (r417814) +++ head/security/py-pycryptopp/Makefile Thu Jun 30 08:39:32 2016 (r417815) @@ -2,11 +2,11 @@ # $FreeBSD$ PORTNAME= pycryptopp -PORTVERSION= 0.5.29 -PORTREVISION= 3 +PORTVERSION= 0.7.1 CATEGORIES= security python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} +DISTNAME= ${PORTNAME}-${PORTVERSION}.869544967005693312591928092448767568728501330214 MAINTAINER= wen@FreeBSD.org COMMENT= Python Wrappers for the Crypto++ Library Modified: head/security/py-pycryptopp/distinfo ============================================================================== --- head/security/py-pycryptopp/distinfo Thu Jun 30 08:09:29 2016 (r417814) +++ head/security/py-pycryptopp/distinfo Thu Jun 30 08:39:32 2016 (r417815) @@ -1,2 +1,3 @@ -SHA256 (pycryptopp-0.5.29.tar.gz) = d504775b73d30fb05a3237f83c4e9e1ff3312cbba90a4a23e6cbb7d32219502b -SIZE (pycryptopp-0.5.29.tar.gz) = 1114525 +TIMESTAMP = 1466757672 +SHA256 (pycryptopp-0.7.1.869544967005693312591928092448767568728501330214.tar.gz) = 08ad57a1a39b7ed23c173692281da0b8d49d98ad3dcc09f8cca6d901e142699f +SIZE (pycryptopp-0.7.1.869544967005693312591928092448767568728501330214.tar.gz) = 1992756 Modified: head/security/py-pycryptopp/pkg-descr ============================================================================== --- head/security/py-pycryptopp/pkg-descr Thu Jun 30 08:09:29 2016 (r417814) +++ head/security/py-pycryptopp/pkg-descr Thu Jun 30 08:39:32 2016 (r417815) @@ -1,4 +1,4 @@ pycryptopp is a set of Python wrappers for a few of the best crypto algorithms from the Crypto++ library. -WWW: http://allmydata.org/trac/pycryptopp +WWW: https://tahoe-lafs.org/trac/pycryptopp