Bug 188494 - [PATCH] devel/py-geotypes: staging
Summary: [PATCH] devel/py-geotypes: staging
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: Wen Heping
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-04-12 08:20 UTC by Bartek Rutkowski
Modified: 2014-04-12 16:03 UTC (History)
1 user (show)

See Also:


Attachments
py-geotypes-0.7.0.patch (943 bytes, patch)
2014-04-12 08:20 UTC, Bartek Rutkowski
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Bartek Rutkowski freebsd_committer freebsd_triage 2014-04-12 08:20:00 UTC
- Staging
- Add LICENSE
- Pet portlint

http://poudriere.ithil.palantiri.org:8080/latest-per-pkg/py27-geotypes/0.7.0_1/

Port maintainer (wenheping@gmail.com) is cc'd.

Generated with FreeBSD Port Tools 1.00.2014.03.23 (mode: change, diff: SVN)
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2014-04-12 08:20:03 UTC
Responsible Changed
From-To: freebsd-ports-bugs->wen

wenheping@gmail.com => wen@ (via the GNATS Auto Assign Tool)
Comment 2 Edwin Groothuis freebsd_committer freebsd_triage 2014-04-12 08:20:04 UTC
Maintainer of devel/py-geotypes,

Please note that PR ports/188494 has just been submitted.

If it contains a patch for an upgrade, an enhancement or a bug fix
you agree on, reply to this email stating that you approve the patch
and a committer will take care of it.

The full text of the PR can be found at:
    http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/188494

-- 
Edwin Groothuis via the GNATS Auto Assign Tool
edwin@FreeBSD.org
Comment 3 Edwin Groothuis freebsd_committer freebsd_triage 2014-04-12 08:20:05 UTC
State Changed
From-To: open->feedback

Awaiting maintainers feedback (via the GNATS Auto Assign Tool)
Comment 4 dfilter service freebsd_committer freebsd_triage 2014-04-12 13:37:43 UTC
Author: wen
Date: Sat Apr 12 12:37:30 2014
New Revision: 351090
URL: http://svnweb.freebsd.org/changeset/ports/351090
QAT: https://qat.redports.org/buildarchive/r351090/

Log:
  - Stage support [1]
  - Add LICENSE [1]
  - Update MASTER_SITES and WWW
  - Pass maintainership to submitter
  
  PR:		188494 [1]
  Submitted by:	Bartek Rutkowski <ports@robakdesign.com> [1]

Modified:
  head/devel/py-geotypes/Makefile
  head/devel/py-geotypes/distinfo
  head/devel/py-geotypes/pkg-descr

Modified: head/devel/py-geotypes/Makefile
==============================================================================
--- head/devel/py-geotypes/Makefile	Sat Apr 12 11:54:46 2014	(r351089)
+++ head/devel/py-geotypes/Makefile	Sat Apr 12 12:37:30 2014	(r351090)
@@ -5,18 +5,20 @@ PORTNAME=	geotypes
 PORTVERSION=	0.7.0
 PORTREVISION=	1
 CATEGORIES=	devel python
-MASTER_SITES=	http://www.initd.org/svn/psycopg/geotypes/releases/
+MASTER_SITES=	https://github.com/hippysurfer/geotypes/archive/
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
-DISTNAME=	GeoTypes-${PORTVERSION}
+DISTNAME=	${PORTVERSION}
 
-MAINTAINER=	wenheping@gmail.com
-COMMENT=	A Python Interface to Support PostGIS
+MAINTAINER=	ports@robakdesign.com
+COMMENT=	Python Interface to Support PostGIS
 
-USE_PYTHON=	yes
+LICENSE=	LGPL21
+
+USES=			zip
+USE_PYTHON=		yes
 USE_PYDISTUTILS=	yes
 PYTHON_PKGNAMEPREFIX=	yes
 PYDISTUTILS_EGGINFO=	GeoTypes-0.7.0-py${PYTHON_VER}.egg-info
-WRKSRC=		${WRKDIR}/${DISTNAME}
+WRKSRC=			${WRKDIR}/${PORTNAME}-${PORTVERSION}
 
-NO_STAGE=	yes
 .include <bsd.port.mk>

Modified: head/devel/py-geotypes/distinfo
==============================================================================
--- head/devel/py-geotypes/distinfo	Sat Apr 12 11:54:46 2014	(r351089)
+++ head/devel/py-geotypes/distinfo	Sat Apr 12 12:37:30 2014	(r351090)
@@ -1,2 +1,2 @@
-SHA256 (GeoTypes-0.7.0.tar.gz) = ef5c985f0b36e70f43c3cfd5d0b973fe5324e863ba562d000a5efc0929dab6d9
-SIZE (GeoTypes-0.7.0.tar.gz) = 43717
+SHA256 (0.7.0.zip) = 85ebe5a761f509fdbc4e0bd8c75e2d85c23424f7c2487fea29ee61e45a083c70
+SIZE (0.7.0.zip) = 76030

Modified: head/devel/py-geotypes/pkg-descr
==============================================================================
--- head/devel/py-geotypes/pkg-descr	Sat Apr 12 11:54:46 2014	(r351089)
+++ head/devel/py-geotypes/pkg-descr	Sat Apr 12 12:37:30 2014	(r351090)
@@ -4,4 +4,4 @@ Python/PostgreSQL interface. It provides
 OpenGIS/PostGIS classes, except (x,y,m) and (x,y,z,m). It currently
 supports the EWKB, HEXEWKB, WKB, and WKT formats.
 
-WWW:   http://freshmeat.net/projects/geotypes/
+WWW: http://freecode.com/projects/geotypes
_______________________________________________
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 5 Wen Heping freebsd_committer freebsd_triage 2014-04-12 16:03:24 UTC
State Changed
From-To: feedback->closed

Committed. Thanks!