misc/184357: databases/py-fdb: update to 1.4

Jose jachuf jjachuf at gmail.com
Thu Nov 28 16:20:01 UTC 2013


>Number:         184357
>Category:       misc
>Synopsis:       databases/py-fdb: update to 1.4
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Thu Nov 28 16:20:01 UTC 2013
>Closed-Date:
>Last-Modified:
>Originator:     Jose jachuf
>Release:        9.1-RELEASE-p7
>Organization:
-
>Environment:
FreeBSD hp530.jjachuf.com 9.1-RELEASE-p7 FreeBSD 9.1-RELEASE-p7 #0: Mon Sep  9 21:23:37 UTC 2013     root at amd64-builder.daemonology.net:/usr/obj/usr/src/sys/GENERIC  i386
>Description:
Update version to 1.4
Was marked as broken on 9-i386
>How-To-Repeat:
-
>Fix:
-

Patch attached with submission follows:

diff -ruN py-fdb-old/Makefile py-fdb/Makefile
--- py-fdb-old/Makefile	2013-11-28 12:03:14.000000000 -0300
+++ py-fdb/Makefile	2013-11-28 13:07:00.000000000 -0300
@@ -2,7 +2,7 @@
 # $FreeBSD: databases/py-fdb/Makefile 328906 2013-09-30 23:44:57Z acm $
 
 PORTNAME=	fdb
-PORTVERSION=	1.1
+PORTVERSION=	1.4
 PORTREVISION=	1
 CATEGORIES=	databases python
 MASTER_SITES=	CHEESESHOP
@@ -10,9 +10,14 @@
 
 MAINTAINER=	jjachuf at gmail.com
 COMMENT=	Firebird RDBMS bindings for Python
-
 LICENSE=	BSD
 
+.include <bsd.port.options.mk>
+
+.if ${ARCH} == i386 && ${OSVERSION} >= 900000
+BROKEN=         Does not compile with FreeBSD 9-i386 
+.endif
+
 LIB_DEPENDS=	fbclient:${PORTSDIR}/databases/firebird25-client
 
 USE_PYTHON=	yes
diff -ruN py-fdb-old/distinfo py-fdb/distinfo
--- py-fdb-old/distinfo	2013-11-28 12:03:14.000000000 -0300
+++ py-fdb/distinfo	2013-11-28 13:07:00.000000000 -0300
@@ -1,2 +1,2 @@
-SHA256 (fdb-1.1.tar.gz) = 82bc531e3f09b8dd8e1e720a0fc6e685ef8eae34abc4f3ec6aa7c3da926bc503
-SIZE (fdb-1.1.tar.gz) = 485256
+SHA256 (fdb-1.4.tar.gz) = 531b4b7c1f13bf60f216e0b83c835f62c817ce0372fe8afd82f447554235d633
+SIZE (fdb-1.4.tar.gz) = 895928


>Release-Note:
>Audit-Trail:
>Unformatted:


More information about the freebsd-bugs mailing list