From 4fc72fe2d784ee38a05e893a1adcf20fdd05cc08 Mon Sep 17 00:00:00 2001 From: jasper Date: Mon, 3 Dec 2012 13:08:08 +0000 Subject: [PATCH] minor style nit --- www/py-httplib2/Makefile | 4 ++-- www/py-httplib2/pkg/DESCR | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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.