Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 13 May 2020 00:14:50 +0000 (UTC)
From:      Hiroki Tagato <tagattie@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r535074 - head/mail/py-alot
Message-ID:  <202005130014.04D0Eo2V042758@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: tagattie
Date: Wed May 13 00:14:49 2020
New Revision: 535074
URL: https://svnweb.freebsd.org/changeset/ports/535074

Log:
  Update to 0.9
  
  PR:		246352
  Submitted by:	Dhananjay Balan <mail@dbalan.in> (maintainer)
  Approved by:	ehaupt (mentor)
  Changelog:	https://github.com/pazz/alot/releases/tag/0.9

Modified:
  head/mail/py-alot/Makefile
  head/mail/py-alot/distinfo

Modified: head/mail/py-alot/Makefile
==============================================================================
--- head/mail/py-alot/Makefile	Tue May 12 23:01:52 2020	(r535073)
+++ head/mail/py-alot/Makefile	Wed May 13 00:14:49 2020	(r535074)
@@ -1,9 +1,8 @@
 # $FreeBSD$
 
 PORTNAME=	alot
-DISTVERSION=	0.8.1
+DISTVERSION=	0.9
 CATEGORIES=	mail python
-MASTER_SITES=	GITHUB
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 
 MAINTAINER=	mail@dbalan.in
@@ -16,7 +15,7 @@ RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}notmuch>=0.27:mail
 		${PYTHON_PKGNAMEPREFIX}gpgme>0:security/py-gpgme@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}configobj>4.7.0:devel/py-configobj@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}python-magic>0:devel/py-python-magic@${PY_FLAVOR} \
-		${PYTHON_PKGNAMEPREFIX}twisted>10.2.0:devel/py-twisted@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}twisted>=18.4.0:devel/py-twisted@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}urwidtrees>1.0:devel/py-urwidtrees@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}service_identity>0:security/py-service_identity@${PY_FLAVOR}
 

Modified: head/mail/py-alot/distinfo
==============================================================================
--- head/mail/py-alot/distinfo	Tue May 12 23:01:52 2020	(r535073)
+++ head/mail/py-alot/distinfo	Wed May 13 00:14:49 2020	(r535074)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1569153134
-SHA256 (pazz-alot-0.8.1_GH0.tar.gz) = 823e2fae014c1036609068c6109042b676113a382eacbd04eb3dfa461ef53953
-SIZE (pazz-alot-0.8.1_GH0.tar.gz) = 220342
+TIMESTAMP = 1588941560
+SHA256 (pazz-alot-0.9_GH0.tar.gz) = 64bfa2f550d775940348c93532bf5cbdde57b9fcec4bcf2447a72510d2add6cf
+SIZE (pazz-alot-0.9_GH0.tar.gz) = 224932



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202005130014.04D0Eo2V042758>