Bug 169752 - update version the /databases/py-firebirdsql
Summary: update version the /databases/py-firebirdsql
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: freebsd-python (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-07-09 23:20 UTC by jjachuf
Modified: 2012-07-22 12:00 UTC (History)
0 users

See Also:


Attachments
file.diff (869 bytes, patch)
2012-07-09 23:20 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 2012-07-09 23:20:10 UTC
simple update from 0.6.6 to 0.7.0

Fix: -

Patch attached with submission follows:
How-To-Repeat: -
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2012-07-09 23:20:20 UTC
Responsible Changed
From-To: freebsd-ports-bugs->freebsd-python

freebsd-python@ wants this port PRs (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2012-07-22 11:54:20 UTC
Author: mva
Date: Sun Jul 22 10:54:09 2012
New Revision: 301316
URL: http://svn.freebsd.org/changeset/ports/301316

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

Modified:
  head/databases/py-firebirdsql/Makefile   (contents, props changed)
  head/databases/py-firebirdsql/distinfo   (contents, props changed)

Modified: head/databases/py-firebirdsql/Makefile
==============================================================================
--- head/databases/py-firebirdsql/Makefile	Sun Jul 22 10:52:00 2012	(r301315)
+++ head/databases/py-firebirdsql/Makefile	Sun Jul 22 10:54:09 2012	(r301316)
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	firebirdsql
-PORTVERSION=	0.6.6
+PORTVERSION=	0.7.0
 CATEGORIES=	databases python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}

Modified: head/databases/py-firebirdsql/distinfo
==============================================================================
--- head/databases/py-firebirdsql/distinfo	Sun Jul 22 10:52:00 2012	(r301315)
+++ head/databases/py-firebirdsql/distinfo	Sun Jul 22 10:54:09 2012	(r301316)
@@ -1,2 +1,2 @@
-SHA256 (firebirdsql-0.6.6.tar.gz) = f6ce7c002b61b1a3987a1c3dbcce533b896dbce667aed70bc6228eddcf72561a
-SIZE (firebirdsql-0.6.6.tar.gz) = 35240
+SHA256 (firebirdsql-0.7.0.tar.gz) = 427cca94f32f195559eb78ae64595efb9dd42671ab99de689f316dfa8d84f193
+SIZE (firebirdsql-0.7.0.tar.gz) = 36209
_______________________________________________
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 Marcus von Appen freebsd_committer freebsd_triage 2012-07-22 11:54:33 UTC
State Changed
From-To: open->closed

Committed. Thanks!