Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 10 Feb 2007 01:27:02 +0800 (CST)
From:      Li-Wen Hsu <lwhsu@lwhsu.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        lwhsu@lwhsu.org
Subject:   ports/108983: [MAINTAINER] devel/py-cxx: update to 5.4.0
Message-ID:  <200702091727.l19HR2JD046907@jail0.lwhsu.csie.net>
Resent-Message-ID: <200702091730.l19HU2kD003815@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         108983
>Category:       ports
>Synopsis:       [MAINTAINER] devel/py-cxx: update to 5.4.0
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Fri Feb 09 17:30:02 GMT 2007
>Closed-Date:
>Last-Modified:
>Originator:     Li-Wen Hsu
>Release:        FreeBSD 6.2-STABLE i386
>Organization:
>Environment:
System: FreeBSD jail0.lwhsu.csie.net 6.2-STABLE FreeBSD 6.2-STABLE #0: Fri Jan 26 00:04:54 CST 2007
>Description:
- Update to 5.4.0

Added file(s):
- files/patch-setup.py

Generated with FreeBSD Port Tools 0.77
>How-To-Repeat:
>Fix:

--- py24-cxx-5.4.0.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/devel/py-cxx/Makefile /home/lwhsu/ports/devel/py-cxx/Makefile
--- /usr/ports/devel/py-cxx/Makefile	Sat Dec 30 07:52:08 2006
+++ /home/lwhsu/ports/devel/py-cxx/Makefile	Sat Feb 10 00:54:48 2007
@@ -7,7 +7,7 @@
 #
 
 PORTNAME=	cxx
-PORTVERSION=	5.3.6
+PORTVERSION=	5.4.0
 CATEGORIES=	devel python
 MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
 MASTER_SITE_SUBDIR=	${PORTNAME}
@@ -19,8 +19,10 @@
 
 USE_PYTHON=	yes
 USE_PYDISTUTILS=	yes
+USE_PYTHON_PREFIX=	yes
 
 .if !defined(NOPORTDOCS)
+DOCSDIR=	${PREFIX}/share/doc/py-${PORTNAME}
 PORTDOCS=	*
 .endif
 
diff -ruN --exclude=CVS /usr/ports/devel/py-cxx/distinfo /home/lwhsu/ports/devel/py-cxx/distinfo
--- /usr/ports/devel/py-cxx/distinfo	Sat Dec 30 07:52:08 2006
+++ /home/lwhsu/ports/devel/py-cxx/distinfo	Fri Feb  9 23:30:17 2007
@@ -1,3 +1,3 @@
-MD5 (pycxx-5.3.6.tar.gz) = 6e732697aeba4a45440eff9ac63b9d1d
-SHA256 (pycxx-5.3.6.tar.gz) = f54f465ea939b87ed75a292f92a2cf05baf26fd96761aa7eac8ff8de29601f9b
-SIZE (pycxx-5.3.6.tar.gz) = 67545
+MD5 (pycxx-5.4.0.tar.gz) = b3193f60343f60a4fa82523f6307643d
+SHA256 (pycxx-5.4.0.tar.gz) = b712a1472e8ad360d25afe39b232a1c64fe3b7fe35678437fd0de656f1bf6429
+SIZE (pycxx-5.4.0.tar.gz) = 74847
diff -ruN --exclude=CVS /usr/ports/devel/py-cxx/files/patch-setup.py /home/lwhsu/ports/devel/py-cxx/files/patch-setup.py
--- /usr/ports/devel/py-cxx/files/patch-setup.py	Thu Jan  1 08:00:00 1970
+++ /home/lwhsu/ports/devel/py-cxx/files/patch-setup.py	Sat Feb 10 00:52:59 2007
@@ -0,0 +1,12 @@
+--- setup.py.orig	Fri Oct 22 03:55:55 2004
++++ setup.py	Sat Feb 10 00:52:11 2007
+@@ -3,7 +3,8 @@
+ from distutils.command.install import install
+ from distutils.core import setup
+ 
+-headers = glob (os.path.join ("CXX","*.hxx"))
++headers = glob (os.path.join ("CXX", "*.hxx")) + \
++          glob (os.path.join ("CXX", "*.h"))
+ sources = glob (os.path.join ("Src", "*.cxx")) + \
+           glob (os.path.join ("Src", "*.c"))
+ 
diff -ruN --exclude=CVS /usr/ports/devel/py-cxx/pkg-plist /home/lwhsu/ports/devel/py-cxx/pkg-plist
--- /usr/ports/devel/py-cxx/pkg-plist	Fri Sep 16 23:32:20 2005
+++ /home/lwhsu/ports/devel/py-cxx/pkg-plist	Sat Feb 10 00:55:58 2007
@@ -4,6 +4,7 @@
 include/%%PYTHON_VERSION%%/CXX/IndirectPythonInterface.hxx
 include/%%PYTHON_VERSION%%/CXX/Objects.hxx
 include/%%PYTHON_VERSION%%/CXX/Version.hxx
+include/%%PYTHON_VERSION%%/CXX/WrapPython.h
 @dirrm include/%%PYTHON_VERSION%%/CXX
 %%PYTHON_SITELIBDIR%%/CXX/__init__.py
 %%PYTHON_SITELIBDIR%%/CXX/__init__.pyc
--- py24-cxx-5.4.0.patch ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200702091727.l19HR2JD046907>