Bug 184493 - databases/py-firebirdsql: update to 0.8.0
Summary: databases/py-firebirdsql: update to 0.8.0
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: Frederic Culot
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-12-04 13:00 UTC by jjachuf
Modified: 2013-12-04 15:20 UTC (History)
0 users

See Also:


Attachments
file.diff (1.05 KB, patch)
2013-12-04 13:00 UTC, jjachuf
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description jjachuf 2013-12-04 13:00:00 UTC
simple version update

Fix: -

Patch attached with submission follows:
How-To-Repeat: -
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2013-12-04 13:00:09 UTC
Responsible Changed
From-To: freebsd-ports-bugs->freebsd-python

freebsd-python@ wants this port PRs (via the GNATS Auto Assign Tool)
Comment 2 Frederic Culot freebsd_committer freebsd_triage 2013-12-04 14:58:45 UTC
Responsible Changed
From-To: freebsd-python->culot

I'll take it.
Comment 3 dfilter service freebsd_committer freebsd_triage 2013-12-04 15:16:00 UTC
Author: culot
Date: Wed Dec  4 15:15:53 2013
New Revision: 335621
URL: http://svnweb.freebsd.org/changeset/ports/335621

Log:
  - Update to 0.8.0
  
  PR:		ports/184493
  Submitted by:	Jose Jachuf <jjachuf@gmail.com> (maintainer)

Modified:
  head/databases/py-firebirdsql/Makefile
  head/databases/py-firebirdsql/distinfo

Modified: head/databases/py-firebirdsql/Makefile
==============================================================================
--- head/databases/py-firebirdsql/Makefile	Wed Dec  4 14:46:13 2013	(r335620)
+++ head/databases/py-firebirdsql/Makefile	Wed Dec  4 15:15:53 2013	(r335621)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	firebirdsql
-PORTVERSION=	0.7.4
+PORTVERSION=	0.8.0
 CATEGORIES=	databases python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}

Modified: head/databases/py-firebirdsql/distinfo
==============================================================================
--- head/databases/py-firebirdsql/distinfo	Wed Dec  4 14:46:13 2013	(r335620)
+++ head/databases/py-firebirdsql/distinfo	Wed Dec  4 15:15:53 2013	(r335621)
@@ -1,2 +1,2 @@
-SHA256 (firebirdsql-0.7.4.tar.gz) = 096c86adda5a03660c595542a44ae21a7b0b1b154cd9d378ef49ca68c75d6ddf
-SIZE (firebirdsql-0.7.4.tar.gz) = 36239
+SHA256 (firebirdsql-0.8.0.tar.gz) = 13b84944f40afbf9c95d65341d8b96b0a417b11476053f239bfd63e24d86b905
+SIZE (firebirdsql-0.8.0.tar.gz) = 37282
_______________________________________________
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 4 Frederic Culot freebsd_committer freebsd_triage 2013-12-04 15:16:07 UTC
State Changed
From-To: open->closed

Committed. Thanks!