From owner-svn-ports-all@FreeBSD.ORG Mon Jul 7 13:30:35 2014 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 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 544F9935; Mon, 7 Jul 2014 13:30:35 +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 278922552; Mon, 7 Jul 2014 13:30:35 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s67DUYi9082897; Mon, 7 Jul 2014 13:30:34 GMT (envelope-from koobs@svn.freebsd.org) Received: (from koobs@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s67DUYj3082894; Mon, 7 Jul 2014 13:30:34 GMT (envelope-from koobs@svn.freebsd.org) Message-Id: <201407071330.s67DUYj3082894@svn.freebsd.org> From: Kubilay Kocak Date: Mon, 7 Jul 2014 13:30:34 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r361084 - head/devel/py-asn1 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.18 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: Mon, 07 Jul 2014 13:30:35 -0000 Author: koobs Date: Mon Jul 7 13:30:34 2014 New Revision: 361084 URL: http://svnweb.freebsd.org/changeset/ports/361084 QAT: https://qat.redports.org/buildarchive/r361084/ Log: devel/py-asn1: Update to 0.1.7 - Update to 0.1.7 - MASTER_SITES: Remove SF (CHEESESHOP is High-Available) - Remove Python3 ready comment - Add regression-test: target - pkg-descr: Update WWW: URL Changes: * http://pyasn1.sourceforge.net/changes.html QA: Ran 335 tests in 0.038s - OK Approved by: maintainer (via email) Modified: head/devel/py-asn1/Makefile head/devel/py-asn1/distinfo head/devel/py-asn1/pkg-descr Modified: head/devel/py-asn1/Makefile ============================================================================== --- head/devel/py-asn1/Makefile Mon Jul 7 13:28:39 2014 (r361083) +++ head/devel/py-asn1/Makefile Mon Jul 7 13:30:34 2014 (r361084) @@ -2,12 +2,10 @@ # $FreeBSD$ PORTNAME= asn1 -PORTVERSION= 0.1.4 -PORTREVISION= 1 +PORTVERSION= 0.1.7 PORTEPOCH= 1 CATEGORIES= devel python -MASTER_SITES= CHEESESHOP \ - SF/py${PORTNAME}/py${PORTNAME}/${PORTVERSION} +MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DISTNAME= py${PORTNAME}-${PORTVERSION} @@ -16,10 +14,11 @@ COMMENT= ASN.1 toolkit for Python LICENSE= BSD2CLAUSE -# Python3 ready USE_PYTHON= yes USE_PYDISTUTILS= yes PYDISTUTILS_AUTOPLIST= yes +regression-test: build + @cd ${WRKSRC} && ${PYTHON_CMD} ${PYSETUP} test .include Modified: head/devel/py-asn1/distinfo ============================================================================== --- head/devel/py-asn1/distinfo Mon Jul 7 13:28:39 2014 (r361083) +++ head/devel/py-asn1/distinfo Mon Jul 7 13:30:34 2014 (r361084) @@ -1,2 +1,2 @@ -SHA256 (pyasn1-0.1.4.tar.gz) = 19ff3b7f46c69ee9c20aa606de3fc152486e48aab3316f16427fda0cf9917bf5 -SIZE (pyasn1-0.1.4.tar.gz) = 74929 +SHA256 (pyasn1-0.1.7.tar.gz) = e4f81d53c533f6bd9526b047f047f7b101c24ab17339c1a7ad8f98b25c101eab +SIZE (pyasn1-0.1.7.tar.gz) = 68120 Modified: head/devel/py-asn1/pkg-descr ============================================================================== --- head/devel/py-asn1/pkg-descr Mon Jul 7 13:28:39 2014 (r361083) +++ head/devel/py-asn1/pkg-descr Mon Jul 7 13:30:34 2014 (r361084) @@ -1,4 +1,4 @@ ASN.1 types and codecs (BER, CER, DER) implementation in Python programming language. -WWW: http://sourceforge.net/projects/pyasn1/ +WWW: http://pyasn1.sourceforge.net