diff --git a/www/py-httplib2/Makefile b/www/py-httplib2/Makefile index 41a70332ed3..6195f79aab5 100644 --- a/www/py-httplib2/Makefile +++ b/www/py-httplib2/Makefile @@ -1,11 +1,11 @@ -# $OpenBSD: Makefile,v 1.7 2011/09/16 12:00:08 espie Exp $ +# $OpenBSD: Makefile,v 1.8 2012/12/03 13:08:08 jasper Exp $ COMMENT = Python HTTP client library MODPY_EGG_VERSION = 0.6.0 DISTNAME = httplib2-${MODPY_EGG_VERSION} PKGNAME = py-${DISTNAME} -REVISION = 1 +REVISION = 2 CATEGORIES = www net diff --git a/www/py-httplib2/pkg/DESCR b/www/py-httplib2/pkg/DESCR index 3692a7a927b..1bbb2da9262 100644 --- a/www/py-httplib2/pkg/DESCR +++ b/www/py-httplib2/pkg/DESCR @@ -1,2 +1,2 @@ -A comprehensive HTTP client library that supports many features left out +Comprehensive HTTP client library that supports many features left out of other HTTP libraries.