svn commit: r418411 - head/net/py-libcloud
Roman Bogorodskiy
novel at FreeBSD.org
Tue Jul 12 00:48:08 UTC 2016
Author: novel
Date: Tue Jul 12 00:48:07 2016
New Revision: 418411
URL: https://svnweb.freebsd.org/changeset/ports/418411
Log:
net/py-libcloud: update to 1.1.0
Also, drop deletion of *.rej files because
they no longer present is the distfile.
Modified:
head/net/py-libcloud/Makefile
head/net/py-libcloud/distinfo
Modified: head/net/py-libcloud/Makefile
==============================================================================
--- head/net/py-libcloud/Makefile Mon Jul 11 21:27:18 2016 (r418410)
+++ head/net/py-libcloud/Makefile Tue Jul 12 00:48:07 2016 (r418411)
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= libcloud
-PORTVERSION= 1.0.0
+PORTVERSION= 1.1.0
CATEGORIES= net python
MASTER_SITES= APACHE/${PORTNAME}
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -22,6 +22,5 @@ CPE_VENDOR= apache
post-extract:
@${MV} ${WRKSRC}/libcloud/test ${WRKSRC}/test # no need to install tests
- @${FIND} ${WRKSRC} -name "*.rej" -delete
.include <bsd.port.mk>
Modified: head/net/py-libcloud/distinfo
==============================================================================
--- head/net/py-libcloud/distinfo Mon Jul 11 21:27:18 2016 (r418410)
+++ head/net/py-libcloud/distinfo Tue Jul 12 00:48:07 2016 (r418411)
@@ -1,2 +1,3 @@
-SHA256 (apache-libcloud-1.0.0.tar.bz2) = 2be0bac4bc4d6c3cffd057508dd8403066e1ecbc4f4252d00118e232cc9f7631
-SIZE (apache-libcloud-1.0.0.tar.bz2) = 981409
+TIMESTAMP = 1468281978
+SHA256 (apache-libcloud-1.1.0.tar.bz2) = 94c7012bc5e821f4c89181a62d51d824ce9c5c54045f4ab4f073e5796fd1d895
+SIZE (apache-libcloud-1.1.0.tar.bz2) = 986470
More information about the svn-ports-head
mailing list