From nobody@FreeBSD.org  Wed Jun  6 22:00:26 2012
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52])
	by hub.freebsd.org (Postfix) with ESMTP id F12FC106564A
	for <freebsd-gnats-submit@FreeBSD.org>; Wed,  6 Jun 2012 22:00:26 +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 DE33F8FC1D
	for <freebsd-gnats-submit@FreeBSD.org>; Wed,  6 Jun 2012 22:00:26 +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 q56M0Qdr019034
	for <freebsd-gnats-submit@FreeBSD.org>; Wed, 6 Jun 2012 22:00:26 GMT
	(envelope-from nobody@red.freebsd.org)
Received: (from nobody@localhost)
	by red.freebsd.org (8.14.4/8.14.4/Submit) id q56M0Qek019033;
	Wed, 6 Jun 2012 22:00:26 GMT
	(envelope-from nobody)
Message-Id: <201206062200.q56M0Qek019033@red.freebsd.org>
Date: Wed, 6 Jun 2012 22:00:26 GMT
From: Jason Bacon <jwbacon@tds.net>
To: freebsd-gnats-submit@FreeBSD.org
Subject: Maintainer update: math/ufc
X-Send-Pr-Version: www-3.1
X-GNATS-Notify:

>Number:         168777
>Category:       ports
>Synopsis:       Maintainer update: math/ufc
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    sylvio
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Wed Jun 06 22:10:10 UTC 2012
>Closed-Date:    Fri Jun 08 14:53:52 UTC 2012
>Last-Modified:  Fri Jun  8 15:00:23 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:
Add dependency exposed by example programs and patch default boost dir.
>How-To-Repeat:

>Fix:
Attached.

Patch attached with submission follows:

===> Generating patch
===> Viewing diff with more
diff -ruN --exclude=CVS /usr/ports/math/ufc/Makefile /home/bacon/Prog/Ports/ports/math/ufc/Makefile
--- /usr/ports/math/ufc/Makefile	2012-05-07 01:55:22.000000000 -0500
+++ /home/bacon/Prog/Ports/ports/math/ufc/Makefile	2012-05-24 23:01:04.000000000 -0500
@@ -14,6 +14,7 @@
 COMMENT=	Unified framework for finite element assembly
 
 BUILD_DEPENDS=	swig2.0:${PORTSDIR}/devel/swig20
+LIB_DEPENDS=	boost_math_c99:${PORTSDIR}/devel/boost-libs
 
 # LICENSE=	public domain
 
@@ -26,5 +27,7 @@
 post-patch:
 	${REINPLACE_CMD} -e 's|lib/pkgconfig|libdata/pkgconfig|g' \
 		${WRKSRC}/CMakeLists.txt
+	${REINPLACE_CMD} -e 's|"usr")|"usr", "local")|g' \
+		${WRKSRC}/src/utils/python/ufc_utils/build.py
 
 .include <bsd.port.mk>
===> Done


>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->sylvio 
Responsible-Changed-By: sylvio 
Responsible-Changed-When: Wed Jun 6 22:34:03 UTC 2012 
Responsible-Changed-Why:  
I'll take it. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=168777 
State-Changed-From-To: open->feedback 
State-Changed-By: sylvio 
State-Changed-When: Thu Jun 7 00:29:00 UTC 2012 
State-Changed-Why:  
Ask for maintainer fix. 

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

From: Sylvio Cesar Teixeira <sylvio@FreeBSD.org>
To: bug-followup@FreeBSD.org, jwbacon@tds.net
Cc:  
Subject: Re: ports/168777: Maintainer update: math/ufc
Date: Wed, 6 Jun 2012 21:27:09 -0300

 Please,
 
 fix problem with plist
 
 http://people.freebsd.org/~sylvio/ufc-2.0.5.log

From: Jason bacon <jwbacon@tds.net>
To: Sylvio Cesar Teixeira <sylvio@FreeBSD.org>
Cc: bug-followup@FreeBSD.org
Subject: Re: ports/168777: Maintainer update: math/ufc
Date: Wed, 06 Jun 2012 20:14:15 -0500

 This is a multi-part message in MIME format.
 --------------070005040208070809050308
 Content-Type: text/plain; charset=ISO-8859-1; format=flowed
 Content-Transfer-Encoding: 7bit
 
 On 6/6/12 7:27 PM, Sylvio Cesar Teixeira wrote:
 > Please,
 >
 > fix problem with plist
 >
 > http://people.freebsd.org/~sylvio/ufc-2.0.5.log
 Oops, try this one.  Looks like there were issues with the current 
 committed plist as well...
 
 
 --------------070005040208070809050308
 Content-Type: text/plain;
  name="ufc-diff.txt"
 Content-Transfer-Encoding: 7bit
 Content-Disposition: attachment;
  filename="ufc-diff.txt"
 
 ===> Generating patch
 ===> Viewing diff with more
 diff -ruN --exclude=CVS /usr/ports/math/ufc/Makefile /home/bacon/Prog/Ports/ports/math/ufc/Makefile
 --- /usr/ports/math/ufc/Makefile	2012-05-07 01:55:22.000000000 -0500
 +++ /home/bacon/Prog/Ports/ports/math/ufc/Makefile	2012-06-06 19:50:05.000000000 -0500
 @@ -14,6 +14,7 @@
  COMMENT=	Unified framework for finite element assembly
  
  BUILD_DEPENDS=	swig2.0:${PORTSDIR}/devel/swig20
 +LIB_DEPENDS=	boost_math_c99:${PORTSDIR}/devel/boost-libs
  
  # LICENSE=	public domain
  
 @@ -26,5 +27,7 @@
  post-patch:
  	${REINPLACE_CMD} -e 's|lib/pkgconfig|libdata/pkgconfig|g' \
  		${WRKSRC}/CMakeLists.txt
 +	${REINPLACE_CMD} -i '' -e 's|"usr")|"usr", "local")|g' \
 +		${WRKSRC}/src/utils/python/ufc_utils/build.py
  
  .include <bsd.port.mk>
 diff -ruN --exclude=CVS /usr/ports/math/ufc/pkg-plist /home/bacon/Prog/Ports/ports/math/ufc/pkg-plist
 --- /usr/ports/math/ufc/pkg-plist	2012-05-07 01:55:22.000000000 -0500
 +++ /home/bacon/Prog/Ports/ports/math/ufc/pkg-plist	2012-06-06 20:05:31.000000000 -0500
 @@ -1,5 +1,8 @@
 +include/swig/ufc.i
  include/ufc.h
 -libdata/pkgconfig/ufc-1.pc
 +%%PYTHON_SITELIBDIR%%/ufc/__init__.py
 +%%PYTHON_SITELIBDIR%%/ufc/_ufc.so
 +%%PYTHON_SITELIBDIR%%/ufc/ufc.py
  %%PYTHON_SITELIBDIR%%/ufc_utils/__init__.py
  %%PYTHON_SITELIBDIR%%/ufc_utils/build.py
  %%PYTHON_SITELIBDIR%%/ufc_utils/dofmap.py
 @@ -7,6 +10,7 @@
  %%PYTHON_SITELIBDIR%%/ufc_utils/form.py
  %%PYTHON_SITELIBDIR%%/ufc_utils/function.py
  %%PYTHON_SITELIBDIR%%/ufc_utils/integrals.py
 +libdata/pkgconfig/ufc-1.pc
  %%DATADIR%%/UFCConfig.cmake
  %%DATADIR%%/UFCConfigVersion.cmake
  @dirrm %%DATADIR%%
 ===> Done
 
 --------------070005040208070809050308--
State-Changed-From-To: feedback->closed 
State-Changed-By: sylvio 
State-Changed-When: Fri Jun 8 14:53:51 UTC 2012 
State-Changed-Why:  
Committed. Thanks! 

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

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/168777: commit references a PR
Date: Fri,  8 Jun 2012 14:53:41 +0000 (UTC)

 sylvio      2012-06-08 14:53:28 UTC
 
   FreeBSD ports repository
 
   Modified files:
     math/ufc             Makefile pkg-plist 
   Log:
   - Add dependency exposed by example programs and patch default boost dir.
   
   PR:             ports/168777
   Submitted by:   Jason Bacon <jwbacon@tds.net> (maintainer)
   
   Revision  Changes    Path
   1.2       +3 -0      ports/math/ufc/Makefile
   1.2       +5 -1      ports/math/ufc/pkg-plist
 _______________________________________________
 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:
