Bug 172622 - [PATCH] www/py-bottle: update to 0.11.2
Summary: [PATCH] www/py-bottle: update to 0.11.2
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Nicola Vitale
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-10-12 01:54 UTC by koobs
Modified: 2013-01-07 09:30 UTC (History)
1 user (show)

See Also:


Attachments
py27-bottle-0.11.2.patch (1.21 KB, patch)
2012-10-12 01:54 UTC, koobs
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description koobs 2012-10-12 01:54:28 UTC
- Update to 0.11.2
- Whitespace alignment
- New Makefile header

Changes:

https://github.com/defnull/bottle/blob/master/docs/changelog.rst

====[QA]====
portlint: looks fine.
porttest: OK
redports: https://redports.org/buildarchive/20121011082741-29541/
unittest: Ran 269 tests in 4.917s - OK
============

Port maintainer (nivit@FreeBSD.org) is cc'd.

Generated with FreeBSD Port Tools 0.99_6 (mode: update, diff: ports)
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2012-10-12 01:56:51 UTC
Responsible Changed
From-To: freebsd-ports-bugs->nivit

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2013-01-07 09:27:15 UTC
Author: nivit
Date: Mon Jan  7 09:27:07 2013
New Revision: 310028
URL: http://svnweb.freebsd.org/changeset/ports/310028

Log:
  - Update to 0.11.2
  - Trim Makefile header
  
  PR:	ports/172622
  Submitted by:	Kubilay Kocak <koobs.freebsd@gmail.com>

Modified:
  head/www/py-bottle/Makefile   (contents, props changed)
  head/www/py-bottle/distinfo   (contents, props changed)

Modified: head/www/py-bottle/Makefile
==============================================================================
--- head/www/py-bottle/Makefile	Mon Jan  7 09:18:08 2013	(r310027)
+++ head/www/py-bottle/Makefile	Mon Jan  7 09:27:07 2013	(r310028)
@@ -1,12 +1,8 @@
-# New ports collection makefile for:	bottle
-# Date created:		2009-11-03
-# Whom:			Nicola Vitale <nivit@FreeBSD.org>
-#
+# Created by: Nicola Vitale <nivit@FreeBSD.org>
 # $FreeBSD$
-#
 
 PORTNAME=	bottle
-PORTVERSION=	0.10.11
+PORTVERSION=	0.11.2
 CATEGORIES=	www python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}

Modified: head/www/py-bottle/distinfo
==============================================================================
--- head/www/py-bottle/distinfo	Mon Jan  7 09:18:08 2013	(r310027)
+++ head/www/py-bottle/distinfo	Mon Jan  7 09:27:07 2013	(r310028)
@@ -1,2 +1,2 @@
-SHA256 (bottle-0.10.11.tar.gz) = 99af26f73c391ae9984192415caca0788d422ee8eec7cfa1656780b4ac3ae632
-SIZE (bottle-0.10.11.tar.gz) = 56829
+SHA256 (bottle-0.11.2.tar.gz) = e93021d447fca6116acdc737762557347e85669cc0705ddbcf7371e11c74b0b0
+SIZE (bottle-0.11.2.tar.gz) = 60341
_______________________________________________
svn-ports-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-ports-all
To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
Comment 3 Nicola Vitale freebsd_committer freebsd_triage 2013-01-07 09:27:50 UTC
State Changed
From-To: open->closed

Committed, thanks!