From owner-svn-ports-all@freebsd.org Thu Jan 10 21:23:16 2019 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C54CB149925E; Thu, 10 Jan 2019 21:23:16 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 5960D6FA4E; Thu, 10 Jan 2019 21:23:16 +0000 (UTC) (envelope-from sunpoet@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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id D283D9EB0; Thu, 10 Jan 2019 21:23:11 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x0ALNBCu064453; Thu, 10 Jan 2019 21:23:11 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x0ALNBDm064448; Thu, 10 Jan 2019 21:23:11 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201901102123.x0ALNBDm064448@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Thu, 10 Jan 2019 21:23:11 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r489920 - head/devel/py-pyasn1 X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/devel/py-pyasn1 X-SVN-Commit-Revision: 489920 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 5960D6FA4E X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.97 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.999,0]; NEURAL_HAM_SHORT(-0.98)[-0.975,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_HAM_LONG(-1.00)[-0.998,0] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 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: Thu, 10 Jan 2019 21:23:17 -0000 Author: sunpoet Date: Thu Jan 10 21:23:10 2019 New Revision: 489920 URL: https://svnweb.freebsd.org/changeset/ports/489920 Log: Update to 0.4.5 - While I'm here, update WWW Changes: https://github.com/etingof/pyasn1/releases PR: 234810 Submitted by: John W. O'Brien Approved by: Martin Jackson (maintainer) Modified: head/devel/py-pyasn1/Makefile head/devel/py-pyasn1/distinfo head/devel/py-pyasn1/pkg-descr Modified: head/devel/py-pyasn1/Makefile ============================================================================== --- head/devel/py-pyasn1/Makefile Thu Jan 10 21:23:05 2019 (r489919) +++ head/devel/py-pyasn1/Makefile Thu Jan 10 21:23:10 2019 (r489920) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= pyasn1 -PORTVERSION= 0.4.2 +PORTVERSION= 0.4.5 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -13,9 +13,10 @@ COMMENT= ASN.1 toolkit for Python LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE.rst -NO_ARCH= yes USES= python USE_PYTHON= autoplist distutils + +NO_ARCH= yes do-test: @cd ${WRKSRC} && ${PYTHON_CMD} ${PYDISTUTILS_SETUP} test Modified: head/devel/py-pyasn1/distinfo ============================================================================== --- head/devel/py-pyasn1/distinfo Thu Jan 10 21:23:05 2019 (r489919) +++ head/devel/py-pyasn1/distinfo Thu Jan 10 21:23:10 2019 (r489920) @@ -1,3 +1,3 @@ -TIMESTAMP = 1515564807 -SHA256 (pyasn1-0.4.2.tar.gz) = d258b0a71994f7770599835249cece1caef3c70def868c4915e6e5ca49b67d15 -SIZE (pyasn1-0.4.2.tar.gz) = 118404 +TIMESTAMP = 1547130072 +SHA256 (pyasn1-0.4.5.tar.gz) = da2420fe13a9452d8ae97a0e478adde1dee153b11ba832a95b223a2ba01c10f7 +SIZE (pyasn1-0.4.5.tar.gz) = 119741 Modified: head/devel/py-pyasn1/pkg-descr ============================================================================== --- head/devel/py-pyasn1/pkg-descr Thu Jan 10 21:23:05 2019 (r489919) +++ head/devel/py-pyasn1/pkg-descr Thu Jan 10 21:23:10 2019 (r489920) @@ -1,4 +1,4 @@ ASN.1 types and codecs (BER, CER, DER) implementation in Python programming language. -WWW: http://pyasn1.sourceforge.net +WWW: http://snmplabs.com/pyasn1/