[Midnightbsd-cvs] mports [23178] trunk/devel: update

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Fri Apr 13 15:12:31 EDT 2018


Revision: 23178
          http://svnweb.midnightbsd.org/mports/?rev=23178
Author:   laffer1
Date:     2018-04-13 15:12:30 -0400 (Fri, 13 Apr 2018)
Log Message:
-----------
update

Modified Paths:
--------------
    trunk/devel/Makefile
    trunk/devel/subversion18/Makefile.common
    trunk/devel/subversion18/distinfo

Added Paths:
-----------
    trunk/devel/py-asn1crypto/
    trunk/devel/py-asn1crypto/Makefile
    trunk/devel/py-asn1crypto/distinfo
    trunk/devel/py-asn1crypto/pkg-descr

Modified: trunk/devel/Makefile
===================================================================
--- trunk/devel/Makefile	2018-04-08 20:21:20 UTC (rev 23177)
+++ trunk/devel/Makefile	2018-04-13 19:12:30 UTC (rev 23178)
@@ -438,6 +438,7 @@
 SUBDIR += pth
 SUBDIR += pth-hard
 SUBDIR += py-Jinja2
+SUBDIR += py-asn1crypto
 SUBDIR += py-astroid
 SUBDIR += py-babel
 SUBDIR += py-backports.functools_lru_cache

Added: trunk/devel/py-asn1crypto/Makefile
===================================================================
--- trunk/devel/py-asn1crypto/Makefile	                        (rev 0)
+++ trunk/devel/py-asn1crypto/Makefile	2018-04-13 19:12:30 UTC (rev 23178)
@@ -0,0 +1,18 @@
+# $MidnightBSD$
+
+PORTNAME=	asn1crypto
+PORTVERSION=	0.22.0
+CATEGORIES=	devel python
+MASTER_SITES=	CHEESESHOP
+PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
+
+MAINTAINER=	ports at MidnightBSD.org
+COMMENT=	ASN.1 library with a focus on performance and a pythonic API
+
+LICENSE=	mit
+
+NO_ARCH=	yes
+USES=		python
+USE_PYTHON=	autoplist distutils
+
+.include <bsd.port.mk>


Property changes on: trunk/devel/py-asn1crypto/Makefile
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:keywords
## -0,0 +1 ##
+MidnightBSD=%H
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Added: trunk/devel/py-asn1crypto/distinfo
===================================================================
--- trunk/devel/py-asn1crypto/distinfo	                        (rev 0)
+++ trunk/devel/py-asn1crypto/distinfo	2018-04-13 19:12:30 UTC (rev 23178)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1498488938
+SHA256 (asn1crypto-0.22.0.tar.gz) = cbbadd640d3165ab24b06ef25d1dca09a3441611ac15f6a6b452474fdf0aed1a
+SIZE (asn1crypto-0.22.0.tar.gz) = 84508


Property changes on: trunk/devel/py-asn1crypto/distinfo
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Added: trunk/devel/py-asn1crypto/pkg-descr
===================================================================
--- trunk/devel/py-asn1crypto/pkg-descr	                        (rev 0)
+++ trunk/devel/py-asn1crypto/pkg-descr	2018-04-13 19:12:30 UTC (rev 23178)
@@ -0,0 +1,3 @@
+A fast, pure Python library for parsing and serializing ASN.1 structures.
+
+WWW: https://github.com/wbond/asn1crypto


Property changes on: trunk/devel/py-asn1crypto/pkg-descr
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Modified: trunk/devel/subversion18/Makefile.common
===================================================================
--- trunk/devel/subversion18/Makefile.common	2018-04-08 20:21:20 UTC (rev 23177)
+++ trunk/devel/subversion18/Makefile.common	2018-04-13 19:12:30 UTC (rev 23178)
@@ -1,7 +1,7 @@
 # $MidnightBSD$
 
 PORTNAME?=	subversion
-PORTVERSION=	1.8.17
+PORTVERSION=	1.8.18
 PKGNAMESUFFIX=	18
 PORTREVISION?=	0
 CATEGORIES+=	devel

Modified: trunk/devel/subversion18/distinfo
===================================================================
--- trunk/devel/subversion18/distinfo	2018-04-08 20:21:20 UTC (rev 23177)
+++ trunk/devel/subversion18/distinfo	2018-04-13 19:12:30 UTC (rev 23178)
@@ -1,2 +1,3 @@
-SHA256 (subversion18/subversion-1.8.17.tar.bz2) = de119538d29a5f2c028984cb54a55a4af3e9c32fa9316331bcbe5719e474a090
-SIZE (subversion18/subversion-1.8.17.tar.bz2) = 6924354
+TIMESTAMP = 1523218946
+SHA256 (subversion18/subversion-1.8.18.tar.bz2) = e56b00ad3e927183bb6568781b85fe66dd3a7372c342af6e73b21a4473c397a6
+SIZE (subversion18/subversion-1.8.18.tar.bz2) = 6884906



More information about the Midnightbsd-cvs mailing list