svn commit: r307379 - head/www/py-slumber
Ruslan Mahmatkhanov
rm at FreeBSD.org
Tue Nov 13 15:11:38 UTC 2012
Author: rm
Date: Tue Nov 13 15:11:37 2012
New Revision: 307379
URL: http://svnweb.freebsd.org/changeset/ports/307379
Log:
- update to 0.5.1
- trim Makefile header
- whitespace alignment
while here:
- remove indefinite article from COMMENT
- remove redundant LICENSE_FILE
- tab -> space change in pkg-descr:WWW
PR: 173528
Submitted by: Kubilay Kocak <koobs.freebsd at gmail dot com> (maintainer)
Feature safe: yes
Modified:
head/www/py-slumber/Makefile
head/www/py-slumber/distinfo
head/www/py-slumber/pkg-descr
Modified: head/www/py-slumber/Makefile
==============================================================================
--- head/www/py-slumber/Makefile Tue Nov 13 14:49:13 2012 (r307378)
+++ head/www/py-slumber/Makefile Tue Nov 13 15:11:37 2012 (r307379)
@@ -1,25 +1,20 @@
-# New ports collection makefile for: py-slumber
-# Date created: 2012-06-02
-# Whom: koobs <koobs.freebsd at gmail.com>
-#
+# Creates by: Kubilay Kocak <koobs.freebsd at gmail.com>
# $FreeBSD$
-#
PORTNAME= slumber
-PORTVERSION= 0.4.2
+PORTVERSION= 0.5.1
CATEGORIES= www python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= koobs.freebsd at gmail.com
-COMMENT= A Python library that makes consuming a REST API easier
+COMMENT= Python library that makes consuming a REST API easier
LICENSE= BSD
-LICENSE_FILE= ${WRKSRC}/LICENSE.txt
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}requests>0:${PORTSDIR}/www/py-requests
-USE_PYTHON= yes
-USE_PYDISTUTILS=yes
+USE_PYTHON= yes
+USE_PYDISTUTILS= yes
.include <bsd.port.mk>
Modified: head/www/py-slumber/distinfo
==============================================================================
--- head/www/py-slumber/distinfo Tue Nov 13 14:49:13 2012 (r307378)
+++ head/www/py-slumber/distinfo Tue Nov 13 15:11:37 2012 (r307379)
@@ -1,2 +1,2 @@
-SHA256 (slumber-0.4.2.tar.gz) = d96d0317f61a80ae471b6555c1c14a6c2925bc596f9361872a3004c0928e3e99
-SIZE (slumber-0.4.2.tar.gz) = 9237
+SHA256 (slumber-0.5.1.tar.gz) = da3ede8ea882b7db6f60094329884fd18700b7111c2527d14f5c75601616fe83
+SIZE (slumber-0.5.1.tar.gz) = 9078
Modified: head/www/py-slumber/pkg-descr
==============================================================================
--- head/www/py-slumber/pkg-descr Tue Nov 13 14:49:13 2012 (r307378)
+++ head/www/py-slumber/pkg-descr Tue Nov 13 15:11:37 2012 (r307379)
@@ -3,4 +3,4 @@ orientated interface to ReSTful APIs. It
excellent requests_ library and abstracts away the handling of urls,
serialization, and processing requests.
-WWW: http://slumber.in/
+WWW: http://slumber.in/
More information about the svn-ports-all
mailing list