Index: head/devel/py-vine/Makefile =================================================================== --- head/devel/py-vine/Makefile (revision 457826) +++ head/devel/py-vine/Makefile (revision 457827) @@ -1,17 +1,18 @@ # $FreeBSD$ PORTNAME= vine PORTVERSION= 1.1.4 +PORTREVISION= 1 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= olgeni@FreeBSD.org COMMENT= Promise library for Python LICENSE= BSD3CLAUSE USES= python USE_PYTHON= distutils autoplist .include Index: head/devel/py-vine/pkg-descr =================================================================== --- head/devel/py-vine/pkg-descr (revision 457826) +++ head/devel/py-vine/pkg-descr (revision 457827) @@ -1,3 +1,6 @@ Promise library for Python. +This library is used internally by the AMQP framework provided by the +Celery project. + WWW: https://github.com/celery/vine/