svn commit: r486519 - head/www/py-bottle
Nicola Vitale
nivit at FreeBSD.org
Mon Dec 3 14:35:23 UTC 2018
Author: nivit
Date: Mon Dec 3 14:35:22 2018
New Revision: 486519
URL: https://svnweb.freebsd.org/changeset/ports/486519
Log:
- Update to 0.12.15
- Add NO_ARCH
- Pet portlint
Modified:
head/www/py-bottle/Makefile
head/www/py-bottle/distinfo
Modified: head/www/py-bottle/Makefile
==============================================================================
--- head/www/py-bottle/Makefile Mon Dec 3 13:36:05 2018 (r486518)
+++ head/www/py-bottle/Makefile Mon Dec 3 14:35:22 2018 (r486519)
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= bottle
-PORTVERSION= 0.12.14
+PORTVERSION= 0.12.15
PORTREVISION= 0
CATEGORIES= www python
MASTER_SITES= CHEESESHOP
@@ -14,6 +14,9 @@ COMMENT= Fast and simple WSGI-framework for small web-
LICENSE= MIT
USES= python
+
+NO_ARCH= yes
+
USE_PYTHON= autoplist concurrent distutils
.include <bsd.port.mk>
Modified: head/www/py-bottle/distinfo
==============================================================================
--- head/www/py-bottle/distinfo Mon Dec 3 13:36:05 2018 (r486518)
+++ head/www/py-bottle/distinfo Mon Dec 3 14:35:22 2018 (r486519)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1543680910
-SHA256 (bottle-0.12.14.tar.gz) = 484b7f6499f0039ace2efb0aaeb143b179c38f364c2c1c87213905118b2c500f
-SIZE (bottle-0.12.14.tar.gz) = 71076
+TIMESTAMP = 1543846791
+SHA256 (bottle-0.12.15.tar.gz) = b5529f8956682320b90f518041269784a37770d5fcc1ae6d70d288e9fc060fbc
+SIZE (bottle-0.12.15.tar.gz) = 72191
More information about the svn-ports-head
mailing list