Index: head/devel/py-backcall/Makefile =================================================================== --- head/devel/py-backcall/Makefile (revision 539276) +++ head/devel/py-backcall/Makefile (revision 539277) @@ -1,19 +1,19 @@ # Created by: Babak Farrokhi # $FreeBSD$ PORTNAME= backcall -PORTVERSION= 0.1.0 +PORTVERSION= 0.2.0 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= farrokhi@FreeBSD.org COMMENT= Backwards compatible callback APIs LICENSE= BSD3CLAUSE NO_ARCH= yes USES= python USE_PYTHON= autoplist concurrent distutils .include Index: head/devel/py-backcall/distinfo =================================================================== --- head/devel/py-backcall/distinfo (revision 539276) +++ head/devel/py-backcall/distinfo (revision 539277) @@ -1,3 +1,3 @@ -TIMESTAMP = 1532958667 -SHA256 (backcall-0.1.0.tar.gz) = 38ecd85be2c1e78f77fd91700c76e14667dc21e2713b63876c0eb901196e01e4 -SIZE (backcall-0.1.0.tar.gz) = 9690 +TIMESTAMP = 1592252782 +SHA256 (backcall-0.2.0.tar.gz) = 5cbdbf27be5e7cfadb448baf0aa95508f91f2bbc6c6437cd9cd06e2a4c215e1e +SIZE (backcall-0.2.0.tar.gz) = 18041 Index: head/devel/py-backcall/pkg-descr =================================================================== --- head/devel/py-backcall/pkg-descr (revision 539276) +++ head/devel/py-backcall/pkg-descr (revision 539277) @@ -1,9 +1,9 @@ -If your code lets other people supply callback functions, it's important to -specify the function signature you expect, and check that functions support -that. Adding extra parameters later would break other peoples code unless +If your code lets other people supply callback functions, it's important to +specify the function signature you expect, and check that functions support +that. Adding extra parameters later would break other peoples code unless you're careful. -backcall provides a way of specifying the callback signature using a prototype +backcall provides a way of specifying the callback signature using a prototype function WWW: https://github.com/takluyver/backcall