Bug 189992 - [PATCH] devel/py-yaml: update to 3.11
Summary: [PATCH] devel/py-yaml: update to 3.11
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: Josh Paetzel
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-05-20 12:00 UTC by Bartek Rutkowski
Modified: 2014-05-23 01:35 UTC (History)
1 user (show)

See Also:


Attachments
py-yaml-3.11.patch (1.01 KB, patch)
2014-05-20 12:00 UTC, Bartek Rutkowski
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Bartek Rutkowski freebsd_committer freebsd_triage 2014-05-20 12:00:00 UTC
- Update to 3.11
- Pet portlint

http://poudriere.ithil.palantiri.org:8080/latest-per-pkg/py27-yaml/3.11/

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

Generated with FreeBSD Port Tools 1.02 (mode: update, diff: SVN)
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2014-05-20 12:00:10 UTC
Responsible Changed
From-To: freebsd-ports-bugs->jpaetzel

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2014-05-23 01:25:53 UTC
Author: jpaetzel
Date: Fri May 23 00:25:49 2014
New Revision: 354899
URL: http://svnweb.freebsd.org/changeset/ports/354899
QAT: https://qat.redports.org/buildarchive/r354899/

Log:
  Update to 3.11
  
  PR:	ports/189992
  Submitted by:	Bartek Rutkowski

Modified:
  head/devel/py-yaml/Makefile
  head/devel/py-yaml/distinfo
  head/devel/py-yaml/pkg-descr

Modified: head/devel/py-yaml/Makefile
==============================================================================
--- head/devel/py-yaml/Makefile	Fri May 23 00:02:12 2014	(r354898)
+++ head/devel/py-yaml/Makefile	Fri May 23 00:25:49 2014	(r354899)
@@ -2,8 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	yaml
-PORTVERSION=	3.10
-PORTREVISION=	1
+PORTVERSION=	3.11
 CATEGORIES=	devel python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}

Modified: head/devel/py-yaml/distinfo
==============================================================================
--- head/devel/py-yaml/distinfo	Fri May 23 00:02:12 2014	(r354898)
+++ head/devel/py-yaml/distinfo	Fri May 23 00:25:49 2014	(r354899)
@@ -1,2 +1,2 @@
-SHA256 (PyYAML-3.10.tar.gz) = e713da45c96ca53a3a8b48140d4120374db622df16ab71759c9ceb5b8d46fe7c
-SIZE (PyYAML-3.10.tar.gz) = 241524
+SHA256 (PyYAML-3.11.tar.gz) = c36c938a872e5ff494938b33b14aaa156cb439ec67548fcab3535bb78b0846e8
+SIZE (PyYAML-3.11.tar.gz) = 248685

Modified: head/devel/py-yaml/pkg-descr
==============================================================================
--- head/devel/py-yaml/pkg-descr	Fri May 23 00:02:12 2014	(r354898)
+++ head/devel/py-yaml/pkg-descr	Fri May 23 00:25:49 2014	(r354899)
@@ -13,4 +13,4 @@ PyYAML features :
      API is provided.
    * relatively sensible error messages.
 
-WWW: http://pyyaml.org/
+WWW: http://pyyaml.org
_______________________________________________
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 Josh Paetzel freebsd_committer freebsd_triage 2014-05-23 01:35:06 UTC
State Changed
From-To: open->closed

Committed, thanks!