From owner-svn-ports-head@FreeBSD.ORG Sun Jan 18 00:07:03 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id E4C15504; Sun, 18 Jan 2015 00:07:03 +0000 (UTC) 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 CFB25CCC; Sun, 18 Jan 2015 00:07:03 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t0I0732n053185; Sun, 18 Jan 2015 00:07:03 GMT (envelope-from rm@FreeBSD.org) Received: (from rm@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t0I073u9053181; Sun, 18 Jan 2015 00:07:03 GMT (envelope-from rm@FreeBSD.org) Message-Id: <201501180007.t0I073u9053181@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: rm set sender to rm@FreeBSD.org using -f From: Ruslan Makhmatkhanov Date: Sun, 18 Jan 2015 00:07:03 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r377277 - head/security/py-potr 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.18-1 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: Sun, 18 Jan 2015 00:07:04 -0000 Author: rm Date: Sun Jan 18 00:07:02 2015 New Revision: 377277 URL: https://svnweb.freebsd.org/changeset/ports/377277 QAT: https://qat.redports.org/buildarchive/r377277/ Log: security/py-potr: update to 1.0.1 Modified: head/security/py-potr/Makefile head/security/py-potr/distinfo Modified: head/security/py-potr/Makefile ============================================================================== --- head/security/py-potr/Makefile Sun Jan 18 00:00:43 2015 (r377276) +++ head/security/py-potr/Makefile Sun Jan 18 00:07:02 2015 (r377277) @@ -1,8 +1,7 @@ # $FreeBSD$ PORTNAME= potr -PORTVERSION= 1.0.0 -PORTREVISION= 1 +PORTVERSION= 1.0.1 CATEGORIES= security python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -12,10 +11,11 @@ MAINTAINER= rm@FreeBSD.org COMMENT= Pure Python Off-The-Record encryption LICENSE= LGPL3 +LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pycrypto>0:${PORTSDIR}/security/py-pycrypto -USES= python -USE_PYTHON= distutils autoplist +USES= python zip +USE_PYTHON= autoplist distutils .include Modified: head/security/py-potr/distinfo ============================================================================== --- head/security/py-potr/distinfo Sun Jan 18 00:00:43 2015 (r377276) +++ head/security/py-potr/distinfo Sun Jan 18 00:07:02 2015 (r377277) @@ -1,2 +1,2 @@ -SHA256 (python-potr-1.0.0.tar.gz) = 365a9146e234cd70b8f108e7d49d4a37a1bc3bad95cb544750c95c7f8497e4c0 -SIZE (python-potr-1.0.0.tar.gz) = 20514 +SHA256 (python-potr-1.0.1.zip) = a8a23fc1aac1e9c97b02fe462097f54f2d247f7979f0aa8ce4d66f88f6927bac +SIZE (python-potr-1.0.1.zip) = 30200