svn commit: r309031 - head/databases/py-firebirdsql
Ruslan Mahmatkhanov
rm at FreeBSD.org
Sun Dec 16 17:44:31 UTC 2012
Author: rm
Date: Sun Dec 16 17:44:30 2012
New Revision: 309031
URL: http://svnweb.freebsd.org/changeset/ports/309031
Log:
- update to 0.7.1
while here:
- trim Makefile header
- tab -> space change in pkg-descr:WWW
PR: 174456
Submitted by: Jose Jachuf <jjachuf at gmail.com> (maintainer)
Modified:
head/databases/py-firebirdsql/Makefile
head/databases/py-firebirdsql/distinfo
head/databases/py-firebirdsql/pkg-descr
Modified: head/databases/py-firebirdsql/Makefile
==============================================================================
--- head/databases/py-firebirdsql/Makefile Sun Dec 16 16:49:23 2012 (r309030)
+++ head/databases/py-firebirdsql/Makefile Sun Dec 16 17:44:30 2012 (r309031)
@@ -1,12 +1,8 @@
-# New ports collection makefile for: py-firebirdsql
-# Date created: 2011-04-11
-# Whom: Jose Jachuf <jjachuf at gmail.com>
-#
+# Created by: Jose Jachuf <jjachuf at gmail.com>
# $FreeBSD$
-#
PORTNAME= firebirdsql
-PORTVERSION= 0.7.0
+PORTVERSION= 0.7.1
CATEGORIES= databases python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
Modified: head/databases/py-firebirdsql/distinfo
==============================================================================
--- head/databases/py-firebirdsql/distinfo Sun Dec 16 16:49:23 2012 (r309030)
+++ head/databases/py-firebirdsql/distinfo Sun Dec 16 17:44:30 2012 (r309031)
@@ -1,2 +1,2 @@
-SHA256 (firebirdsql-0.7.0.tar.gz) = 427cca94f32f195559eb78ae64595efb9dd42671ab99de689f316dfa8d84f193
-SIZE (firebirdsql-0.7.0.tar.gz) = 36209
+SHA256 (firebirdsql-0.7.1.tar.gz) = 4c3e2bc8303a32480e406a3c393005d9e5378c8a1c9735d472a043b9ec09a2b5
+SIZE (firebirdsql-0.7.1.tar.gz) = 36297
Modified: head/databases/py-firebirdsql/pkg-descr
==============================================================================
--- head/databases/py-firebirdsql/pkg-descr Sun Dec 16 16:49:23 2012 (r309030)
+++ head/databases/py-firebirdsql/pkg-descr Sun Dec 16 17:44:30 2012 (r309031)
@@ -2,4 +2,4 @@ FirebirdSQL package is a set of Firebird
It works on Python 2.5+ (including Python 3.x).
It was tested with cpython, jython, ironpython and pypy.
-WWW: https://github.com/nakagami/pyfirebirdsql
+WWW: https://github.com/nakagami/pyfirebirdsql
More information about the svn-ports-head
mailing list