From nobody@FreeBSD.org  Tue Apr 24 19:13:48 2012
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 6FE35106564A
	for <freebsd-gnats-submit@FreeBSD.org>; Tue, 24 Apr 2012 19:13:48 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22])
	by mx1.freebsd.org (Postfix) with ESMTP id 508178FC18
	for <freebsd-gnats-submit@FreeBSD.org>; Tue, 24 Apr 2012 19:13:48 +0000 (UTC)
Received: from red.freebsd.org (localhost [127.0.0.1])
	by red.freebsd.org (8.14.4/8.14.4) with ESMTP id q3OJDmAu039148
	for <freebsd-gnats-submit@FreeBSD.org>; Tue, 24 Apr 2012 19:13:48 GMT
	(envelope-from nobody@red.freebsd.org)
Received: (from nobody@localhost)
	by red.freebsd.org (8.14.4/8.14.4/Submit) id q3OJDmni039127;
	Tue, 24 Apr 2012 19:13:48 GMT
	(envelope-from nobody)
Message-Id: <201204241913.q3OJDmni039127@red.freebsd.org>
Date: Tue, 24 Apr 2012 19:13:48 GMT
From: Jason Bacon <jwbacon@tds.net>
To: freebsd-gnats-submit@FreeBSD.org
Subject: Update port: devel/py-instant
X-Send-Pr-Version: www-3.1
X-GNATS-Notify:

>Number:         167273
>Category:       ports
>Synopsis:       Update port: devel/py-instant
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    lwhsu
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Tue Apr 24 19:20:09 UTC 2012
>Closed-Date:    Mon May 14 18:02:41 UTC 2012
>Last-Modified:  Mon May 14 18:10:04 UTC 2012
>Originator:     Jason Bacon
>Release:        9.0-RELEASE
>Organization:
Acadix Consulting, LLC
>Environment:
FreeBSD sculpin.jbacon.dyndns.org 9.0-RELEASE FreeBSD 9.0-RELEASE #0: Tue Jan  3 07:46:30 UTC 2012     root@farrell.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC  amd64
>Description:
This update is needed to bring all components of FEniCS into sync.

I am also willing to adopt the port if the current maintainer agrees, since I am maintaining all of the other FEniCS components.

>How-To-Repeat:

>Fix:


Patch attached with submission follows:

===> Generating patch
===> Viewing diff with more
diff -ruN --exclude=CVS /usr/ports/devel/py-instant/Makefile /home/bacon/Prog/Ports/ports/devel/py-instant/Makefile
--- /usr/ports/devel/py-instant/Makefile	2011-02-25 01:50:38.000000000 -0600
+++ /home/bacon/Prog/Ports/ports/devel/py-instant/Makefile	2012-04-24 14:03:25.000000000 -0500
@@ -6,25 +6,31 @@
 #
 
 PORTNAME=	instant
-PORTVERSION=	0.9
-PORTREVISION=	1
+PORTVERSION=	1.0.0
 CATEGORIES=	devel python
-MASTER_SITES=	SF/py${PORTNAME}/Instant-${PORTVERSION}/${PORTVERSION}
+MASTER_SITES=	https://launchpad.net/${PORTNAME}/1.0.x/${PORTVERSION}/+download/
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
-DISTNAME=	Instant-${PORTVERSION}
 
 MAINTAINER=	lwhsu@FreeBSD.org
 COMMENT=	Python module for instant inlining of C and C++ code in Python
 
-RUN_DEPENDS=	swig1.3:${PORTSDIR}/devel/swig13
+LICENSE=	LGPL3
 
-USE_PYTHON=	2.5+
+RUN_DEPENDS=	swig2.0:${PORTSDIR}/devel/swig20
+
+USE_PYTHON=		-2.7
 USE_PYDISTUTILS=	yes
-PYDISTUTILS_PKGNAME=	Instant
-PYDISTUTILS_PKGVERSION=	0.8
+PYDISTUTILS_PKGNAME=	instant
+
+FETCH_ARGS=	-F
 
-PLIST_FILES=	%%PYTHON_SITELIBDIR%%/Instant.py \
-		%%PYTHON_SITELIBDIR%%/Instant.pyc \
-		%%PYTHON_SITELIBDIR%%/Instant.pyo
+MAN1=		instant-clean.1 \
+		instant-showcache.1
+MANCOMPRESSED=	yes
+
+post-patch:
+	@${REINPLACE_CMD} -e \
+	's|\[(join("share", "man", "man1"),|\[(join("man", "man1"),|' \
+	${WRKSRC}/setup.py
 
 .include <bsd.port.mk>
diff -ruN --exclude=CVS /usr/ports/devel/py-instant/distinfo /home/bacon/Prog/Ports/ports/devel/py-instant/distinfo
--- /usr/ports/devel/py-instant/distinfo	2011-02-25 01:50:38.000000000 -0600
+++ /home/bacon/Prog/Ports/ports/devel/py-instant/distinfo	2012-04-24 08:22:45.000000000 -0500
@@ -1,2 +1,2 @@
-SHA256 (Instant-0.9.tar.gz) = bd6d305f15c7dee34f2f14a001037bdcc25516738757d2201dd8efbf97bb5b6e
-SIZE (Instant-0.9.tar.gz) = 34131
+SHA256 (instant-1.0.0.tar.gz) = 0477ad61482bc1a3303f04031489dd4039747e2e7dbfde291747be5cf8c2bff3
+SIZE (instant-1.0.0.tar.gz) = 124652
diff -ruN --exclude=CVS /usr/ports/devel/py-instant/pkg-descr /home/bacon/Prog/Ports/ports/devel/py-instant/pkg-descr
--- /usr/ports/devel/py-instant/pkg-descr	2007-01-05 13:35:11.000000000 -0600
+++ /home/bacon/Prog/Ports/ports/devel/py-instant/pkg-descr	2012-04-14 14:42:02.000000000 -0500
@@ -5,4 +5,4 @@
 The code can be either C or C++, but like when programming C or C++, it has to
 be inside a function or a similar C/C++ construct.
 
-WWW:	http://pyinstant.sourceforge.net/
+WWW:	https://launchpad.net/instant
diff -ruN --exclude=CVS /usr/ports/devel/py-instant/pkg-plist /home/bacon/Prog/Ports/ports/devel/py-instant/pkg-plist
--- /usr/ports/devel/py-instant/pkg-plist	1969-12-31 18:00:00.000000000 -0600
+++ /home/bacon/Prog/Ports/ports/devel/py-instant/pkg-plist	2012-04-14 14:36:11.000000000 -0500
@@ -0,0 +1,35 @@
+bin/instant-clean
+bin/instant-showcache
+%%PYTHON_SITELIBDIR%%/instant/__init__.py
+%%PYTHON_SITELIBDIR%%/instant/__init__.pyc
+%%PYTHON_SITELIBDIR%%/instant/__init__.pyo
+%%PYTHON_SITELIBDIR%%/instant/build.py
+%%PYTHON_SITELIBDIR%%/instant/build.pyc
+%%PYTHON_SITELIBDIR%%/instant/build.pyo
+%%PYTHON_SITELIBDIR%%/instant/cache.py
+%%PYTHON_SITELIBDIR%%/instant/cache.pyc
+%%PYTHON_SITELIBDIR%%/instant/cache.pyo
+%%PYTHON_SITELIBDIR%%/instant/codegeneration.py
+%%PYTHON_SITELIBDIR%%/instant/codegeneration.pyc
+%%PYTHON_SITELIBDIR%%/instant/codegeneration.pyo
+%%PYTHON_SITELIBDIR%%/instant/config.py
+%%PYTHON_SITELIBDIR%%/instant/config.pyc
+%%PYTHON_SITELIBDIR%%/instant/config.pyo
+%%PYTHON_SITELIBDIR%%/instant/inlining.py
+%%PYTHON_SITELIBDIR%%/instant/inlining.pyc
+%%PYTHON_SITELIBDIR%%/instant/inlining.pyo
+%%PYTHON_SITELIBDIR%%/instant/locking.py
+%%PYTHON_SITELIBDIR%%/instant/locking.pyc
+%%PYTHON_SITELIBDIR%%/instant/locking.pyo
+%%PYTHON_SITELIBDIR%%/instant/output.py
+%%PYTHON_SITELIBDIR%%/instant/output.pyc
+%%PYTHON_SITELIBDIR%%/instant/output.pyo
+%%PYTHON_SITELIBDIR%%/instant/paths.py
+%%PYTHON_SITELIBDIR%%/instant/paths.pyc
+%%PYTHON_SITELIBDIR%%/instant/paths.pyo
+%%PYTHON_SITELIBDIR%%/instant/signatures.py
+%%PYTHON_SITELIBDIR%%/instant/signatures.pyc
+%%PYTHON_SITELIBDIR%%/instant/signatures.pyo
+%%PYTHON_SITELIBDIR%%/instant/swig/numpy.i
+@dirrm %%PYTHON_SITELIBDIR%%/instant/swig
+@dirrm %%PYTHON_SITELIBDIR%%/instant
===> Done


>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->lwhsu 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Tue Apr 24 19:20:18 UTC 2012 
Responsible-Changed-Why:  
Over to maintainer (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=167273 
State-Changed-From-To: open->closed 
State-Changed-By: lwhsu 
State-Changed-When: Mon May 14 18:02:40 UTC 2012 
State-Changed-Why:  
Committed. Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=167273 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/167273: commit references a PR
Date: Mon, 14 May 2012 18:02:44 +0000 (UTC)

 lwhsu       2012-05-14 18:02:30 UTC
 
   FreeBSD ports repository
 
   Modified files:
     devel/py-instant     Makefile distinfo pkg-descr 
   Added files:
     devel/py-instant     pkg-plist 
   Log:
   - Update to 1.0.0
   - Pass maintainership to submitter
   
   PR:             ports/167273
   Submitted by:   Jason Bacon <jwbacon@tds.net>
   
   Revision  Changes    Path
   1.7       +18 -12    ports/devel/py-instant/Makefile
   1.3       +2 -2      ports/devel/py-instant/distinfo
   1.2       +1 -1      ports/devel/py-instant/pkg-descr
   1.1       +35 -0     ports/devel/py-instant/pkg-plist (new)
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 
>Unformatted:
