Bug 184357 - databases/py-fdb: update to 1.4
Summary: databases/py-fdb: update to 1.4
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: Kubilay Kocak
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-11-28 16:20 UTC by jjachuf
Modified: 2013-12-15 08:44 UTC (History)
0 users

See Also:


Attachments
file.diff (1.12 KB, patch)
2013-11-28 16: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 2013-11-28 16:20:01 UTC
Update version to 1.4
Was marked as broken on 9-i386

Fix: -

Patch attached with submission follows:
How-To-Repeat: -
Comment 1 Mark Linimon freebsd_committer freebsd_triage 2013-11-28 22:01:38 UTC
Responsible Changed
From-To: freebsd-bugs->freebsd-ports-bugs

ports PR.
Comment 2 Edwin Groothuis freebsd_committer freebsd_triage 2013-11-28 22:01:56 UTC
Class Changed
From-To: sw-bug->maintainer-update

Fix category (submitter is maintainer) (via the GNATS Auto Assign Tool)
Comment 3 Edwin Groothuis freebsd_committer freebsd_triage 2013-11-28 22:01:58 UTC
Responsible Changed
From-To: freebsd-ports-bugs->freebsd-python

freebsd-python@ wants this port PRs (via the GNATS Auto Assign Tool)
Comment 4 Kubilay Kocak freebsd_committer freebsd_triage 2013-12-15 08:27:22 UTC
Responsible Changed
From-To: freebsd-python->koobs

I'll take it.
Comment 5 dfilter service freebsd_committer freebsd_triage 2013-12-15 08:37:14 UTC
Author: koobs
Date: Sun Dec 15 08:37:06 2013
New Revision: 336505
URL: http://svnweb.freebsd.org/changeset/ports/336505

Log:
  databases/py-fdb: Update to 1.4, Set BROKEN on 9+ i386
  
  - Update to 1.4
  - Set BROKEN on FreeBSD 9+ i386
  - Enable STAGE support
  - Enable AUTOPLIST support delete pkg-plist accordingly
  - Remove py3k-fix-pkg-plist.inc hack (AUTOPLIST)
  - Whitespace alignment
  
  PR:		ports/184357
  Submitted by:	Jose jachuf <jjachuf@gmail.com>

Deleted:
  head/databases/py-fdb/pkg-plist
Modified:
  head/databases/py-fdb/Makefile
  head/databases/py-fdb/distinfo   (contents, props changed)

Modified: head/databases/py-fdb/Makefile
==============================================================================
--- head/databases/py-fdb/Makefile	Sun Dec 15 02:25:07 2013	(r336504)
+++ head/databases/py-fdb/Makefile	Sun Dec 15 08:37:06 2013	(r336505)
@@ -2,8 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	fdb
-PORTVERSION=	1.1
-PORTREVISION=	1
+PORTVERSION=	1.4
 CATEGORIES=	databases python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -15,14 +14,14 @@ LICENSE=	BSD
 
 LIB_DEPENDS=	libfbclient.so:${PORTSDIR}/databases/firebird25-client
 
-USE_PYTHON=	yes
-USE_PYDISTUTILS=easy_install
+USE_PYTHON=		yes
+USE_PYDISTUTILS=	easy_install
+PYDISTUTILS_AUTOPLIST=	yes
 
-NO_STAGE=	yes
 .include <bsd.port.pre.mk>
 
-.if ${PYTHON_REL} >= 320
-.include "${FILESDIR}/py3k-fix-pkg-plist.inc"
+.if ${ARCH} == i386 && ${OSVERSION} >= 900000
+BROKEN=	Does not compile on FreeBSD 9 i386
 .endif
 
 post-patch:

Modified: head/databases/py-fdb/distinfo
==============================================================================
--- head/databases/py-fdb/distinfo	Sun Dec 15 02:25:07 2013	(r336504)
+++ head/databases/py-fdb/distinfo	Sun Dec 15 08:37:06 2013	(r336505)
@@ -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
_______________________________________________
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 6 Kubilay Kocak freebsd_committer freebsd_triage 2013-12-15 08:44:27 UTC
State Changed
From-To: open->closed

Committed, with minor changes. Thanks Jose!