Bug 186076 - databases/py-Pyrseas
Summary: databases/py-Pyrseas
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: Ruslan Makhmatkhanov
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-01-24 14:30 UTC by c.kworr
Modified: 2014-02-09 11:10 UTC (History)
0 users

See Also:


Attachments
file.diff (12.89 KB, patch)
2014-01-24 14:30 UTC, c.kworr
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description c.kworr 2014-01-24 14:30:00 UTC
Update to 0.7.1, changing my email, fixing bugs.

Fix: Patch attached with submission follows:
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2014-01-24 14:30:08 UTC
Responsible Changed
From-To: freebsd-ports-bugs->freebsd-python

freebsd-python@ wants this port PRs (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2014-02-09 11:01:58 UTC
Author: rm
Date: Sun Feb  9 11:01:51 2014
New Revision: 343458
URL: http://svnweb.freebsd.org/changeset/ports/343458
QAT: https://qat.redports.org/buildarchive/r343458/

Log:
  - update to 0.7.1
  - change maintainer's email
  
  while here:
  - update LICENSE (BSD3CLAUSE)
  - do not use deprecated easy_install and remove NO_STAGE
  
  PR:		186076
  Submitted by:	Volodymyr Kostyrko <c.kworr@gmail.com>

Modified:
  head/databases/py-Pyrseas/Makefile
  head/databases/py-Pyrseas/distinfo

Modified: head/databases/py-Pyrseas/Makefile
==============================================================================
--- head/databases/py-Pyrseas/Makefile	Sun Feb  9 11:01:36 2014	(r343457)
+++ head/databases/py-Pyrseas/Makefile	Sun Feb  9 11:01:51 2014	(r343458)
@@ -1,26 +1,27 @@
 # $FreeBSD$
 
 PORTNAME=	Pyrseas
-PORTVERSION=	0.6.1
+PORTVERSION=	0.7.1
 CATEGORIES=	databases python
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 
-MAINTAINER=	c.kworr@gmail.com
+MAINTAINER=	arcade@b1t.name
 COMMENT=	Framework and utilities to upgrade and maintain a relational database
 
-LICENSE=	BSD
+LICENSE=	BSD3CLAUSE
 
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}psycopg2>0:${PORTSDIR}/databases/py-psycopg2 \
 		${PYTHON_PKGNAMEPREFIX}yaml>0:${PORTSDIR}/devel/py-yaml
 
-USE_GITHUB=	yes
-USE_PYTHON=	yes
-USE_PYDISTUTILS=	easy_install
+USE_PYTHON=		yes
+USE_PYDISTUTILS=	yes
 PYDISTUTILS_AUTOPLIST=	yes
-NO_STAGE=	yes
 
+USE_GITHUB=	eys
 GH_ACCOUNT=	jmafc
-GH_COMMIT=	9d64338
+GH_COMMIT=	9b0e3d2
 GH_TAGNAME=	v${PORTVERSION}
 
+WRKSRC=		${WRKDIR}/${PORTNAME:tl}-${PORTNAME}-${GH_COMMIT}
+
 .include <bsd.port.mk>

Modified: head/databases/py-Pyrseas/distinfo
==============================================================================
--- head/databases/py-Pyrseas/distinfo	Sun Feb  9 11:01:36 2014	(r343457)
+++ head/databases/py-Pyrseas/distinfo	Sun Feb  9 11:01:51 2014	(r343458)
@@ -1,2 +1,2 @@
-SHA256 (Pyrseas-0.6.1.tar.gz) = a04216850441aedc26a92339edccc603be9638425dea810ae324314ce32afbb6
-SIZE (Pyrseas-0.6.1.tar.gz) = 111637
+SHA256 (Pyrseas-0.7.1.tar.gz) = d461cab3fd2bbd1caa0b243fa301e7ea2845cd4bacdb92f8ac3f69ed27cf1981
+SIZE (Pyrseas-0.7.1.tar.gz) = 164485
_______________________________________________
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 3 Ruslan Makhmatkhanov freebsd_committer freebsd_triage 2014-02-09 11:02:18 UTC
Responsible Changed
From-To: freebsd-python->rm

I will take it.
Comment 4 Ruslan Makhmatkhanov freebsd_committer freebsd_triage 2014-02-09 11:02:24 UTC
State Changed
From-To: open->closed

Committed, thank you!