Bug 184598 - databases/py-firebirdsql: update to 0.8.1
Summary: databases/py-firebirdsql: update to 0.8.1
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: William Grzybowski
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-12-08 17:20 UTC by jjachuf
Modified: 2013-12-08 21:10 UTC (History)
0 users

See Also:


Attachments
file.diff (1.05 KB, patch)
2013-12-08 17: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-12-08 17:20:00 UTC
simple version update

Fix: -

Patch attached with submission follows:
How-To-Repeat: -
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2013-12-08 17:20:07 UTC
Responsible Changed
From-To: freebsd-ports-bugs->freebsd-python

freebsd-python@ wants this port PRs (via the GNATS Auto Assign Tool)
Comment 2 William Grzybowski freebsd_committer freebsd_triage 2013-12-08 21:07:33 UTC
Responsible Changed
From-To: freebsd-python->wg

I'll take it.
Comment 3 dfilter service freebsd_committer freebsd_triage 2013-12-08 21:07:39 UTC
Author: wg
Date: Sun Dec  8 21:07:33 2013
New Revision: 335941
URL: http://svnweb.freebsd.org/changeset/ports/335941

Log:
  databases/py-firebirdsql: update to 0.8.1
  
  - Update to 0.8.1 [1]
  - Allow staging
  - Use auto plist
  
  PR:		ports/184598
  Submitted by:	maintainer

Deleted:
  head/databases/py-firebirdsql/pkg-plist
Modified:
  head/databases/py-firebirdsql/Makefile
  head/databases/py-firebirdsql/distinfo

Modified: head/databases/py-firebirdsql/Makefile
==============================================================================
--- head/databases/py-firebirdsql/Makefile	Sun Dec  8 20:42:12 2013	(r335940)
+++ head/databases/py-firebirdsql/Makefile	Sun Dec  8 21:07:33 2013	(r335941)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	firebirdsql
-PORTVERSION=	0.8.0
+PORTVERSION=	0.8.1
 CATEGORIES=	databases python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -15,6 +15,6 @@ LICENSE=	BSD
 # Python3 ready
 USE_PYTHON=		yes
 USE_PYDISTUTILS=	yes
+PYDISTUTILS_AUTOPLIST=	yes
 
-NO_STAGE=	yes
 .include <bsd.port.mk>

Modified: head/databases/py-firebirdsql/distinfo
==============================================================================
--- head/databases/py-firebirdsql/distinfo	Sun Dec  8 20:42:12 2013	(r335940)
+++ head/databases/py-firebirdsql/distinfo	Sun Dec  8 21:07:33 2013	(r335941)
@@ -1,2 +1,2 @@
-SHA256 (firebirdsql-0.8.0.tar.gz) = 13b84944f40afbf9c95d65341d8b96b0a417b11476053f239bfd63e24d86b905
-SIZE (firebirdsql-0.8.0.tar.gz) = 37282
+SHA256 (firebirdsql-0.8.1.tar.gz) = 33b35b65ee111d674e77722cf69b7f5d6b3d187f7bb00fd6ea82a16df716c737
+SIZE (firebirdsql-0.8.1.tar.gz) = 37320
_______________________________________________
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 4 William Grzybowski freebsd_committer freebsd_triage 2013-12-08 21:07:42 UTC
State Changed
From-To: open->closed

Committed. Thanks!