svn commit: r336505 - head/databases/py-fdb
Kubilay Kocak
koobs at FreeBSD.org
Sun Dec 15 08:37:07 UTC 2013
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 at 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
More information about the svn-ports-all
mailing list