ports/120216: [Maintainer-update] devel/pyrex: update to 0.9.6.4
Marcus von Appen
mva at sysfault.org
Sat Feb 2 11:50:02 UTC 2008
>Number: 120216
>Category: ports
>Synopsis: [Maintainer-update] devel/pyrex: update to 0.9.6.4
>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: Sat Feb 02 11:50:01 UTC 2008
>Closed-Date:
>Last-Modified:
>Originator: Marcus von Appen
>Release: FreeBSD 7.0-PRERELEASE i386
>Organization:
>Environment:
System: FreeBSD medusa.sysfault.org 7.0-PRERELEASE FreeBSD 7.0-PRERELEASE #1: Fri Jan 18 11:34:19 CET 2008
>Description:
- Update to 0.9.6.4
- Maintainer overtake
- Pet NOPORTDOCS and NOPORTEXAMPLES knobs
Generated with FreeBSD Port Tools 0.77
>How-To-Repeat:
>Fix:
--- pyrex-0.9.6.4.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/devel/pyrex/Makefile /usr/ports/devel/pyrex.new/Makefile
--- /usr/ports/devel/pyrex/Makefile 2007-10-21 16:00:47.000000000 +0200
+++ /usr/ports/devel/pyrex.new/Makefile 2008-02-02 12:33:06.000000000 +0100
@@ -6,14 +6,13 @@
#
PORTNAME= pyrex
-PORTVERSION= 0.9.6.2
+PORTVERSION= 0.9.6.4
CATEGORIES= devel lang python
-MASTER_SITES= http://www.cosc.canterbury.ac.nz/greg.ewing/python/Pyrex/%SUBDIR%/
-MASTER_SITE_SUBDIR= . oldtar
+MASTER_SITES= http://www.cosc.canterbury.ac.nz/greg.ewing/python/Pyrex/
PKGNAMEPREFIX= ${PYTHONPKGNAMEPREFIX}
DISTNAME= Pyrex-${PORTVERSION}
-MAINTAINER= ports at FreeBSD.org
+MAINTAINER= mva at sysfault.org
COMMENT= Programming Language for writing Python extension modules
USE_PYTHON= yes
@@ -25,11 +24,12 @@
@cd ${WRKSRC}/Demos && ${PYTHON_CMD} ${PREFIX}/bin/pyrexc primes.pyx
.if !defined(NOPORTDOCS)
- @cd ${WRKSRC}/Demos && ${MAKE} clean
-
@${MKDIR} ${DOCSDIR}/Manual
@cd ${WRKSRC}/Doc && ${INSTALL_DATA} ./[^M]* ${DOCSDIR}
@cd ${WRKSRC}/Doc/Manual && ${INSTALL_DATA} ./* ${DOCSDIR}/Manual
+.endif
+.if !defined(NOPORTEXAMPLES)
+ @cd ${WRKSRC}/Demos && ${MAKE} clean
@${MKDIR} ${EXAMPLESDIR}
@${TAR} -C ${WRKSRC}/Demos -cf - . | \
${TAR} -C ${EXAMPLESDIR} -xf -
diff -ruN --exclude=CVS /usr/ports/devel/pyrex/distinfo /usr/ports/devel/pyrex.new/distinfo
--- /usr/ports/devel/pyrex/distinfo 2007-10-21 16:00:47.000000000 +0200
+++ /usr/ports/devel/pyrex.new/distinfo 2008-02-02 12:35:05.000000000 +0100
@@ -1,3 +1,3 @@
-MD5 (Pyrex-0.9.6.2.tar.gz) = 58c1c56fd4e27decd11b4e5f53eb6511
-SHA256 (Pyrex-0.9.6.2.tar.gz) = 0d515fb66ff887d31bb16d13de4653124ba591f4928430d163698ec902d14631
-SIZE (Pyrex-0.9.6.2.tar.gz) = 224477
+MD5 (Pyrex-0.9.6.4.tar.gz) = 52bb6ec8848d9aa412c8bfd0fe9f33ea
+SHA256 (Pyrex-0.9.6.4.tar.gz) = 48151c5f6f9ee92f9122bd1ced2c45c27578de83ad01c68e88860eaa904beda2
+SIZE (Pyrex-0.9.6.4.tar.gz) = 221658
diff -ruN --exclude=CVS /usr/ports/devel/pyrex/pkg-plist /usr/ports/devel/pyrex.new/pkg-plist
--- /usr/ports/devel/pyrex/pkg-plist 2007-10-21 16:00:47.000000000 +0200
+++ /usr/ports/devel/pyrex.new/pkg-plist 2008-02-02 12:37:56.000000000 +0100
@@ -155,39 +155,38 @@
%%PORTDOCS%%%%DOCSDIR%%/Manual/basics.html
%%PORTDOCS%%%%DOCSDIR%%/Manual/extension_types.html
%%PORTDOCS%%%%DOCSDIR%%/Manual/external.html
-%%PORTDOCS%%%%DOCSDIR%%/Manual/overview_hacked.html
%%PORTDOCS%%%%DOCSDIR%%/Manual/sharing.html
%%PORTDOCS%%%%DOCSDIR%%/Manual/source_files.html
%%PORTDOCS%%%%DOCSDIR%%/Manual/special_methods.html
%%PORTDOCS%%%%DOCSDIR%%/index.html
%%PORTDOCS%%%%DOCSDIR%%/primes.c
-%%PORTDOCS%%%%EXAMPLESDIR%%/Makefile
-%%PORTDOCS%%%%EXAMPLESDIR%%/Makefile.nodistutils
-%%PORTDOCS%%%%EXAMPLESDIR%%/Setup.py
-%%PORTDOCS%%%%EXAMPLESDIR%%/callback/Makefile
-%%PORTDOCS%%%%EXAMPLESDIR%%/callback/Makefile.nodistutils
-%%PORTDOCS%%%%EXAMPLESDIR%%/callback/README.txt
-%%PORTDOCS%%%%EXAMPLESDIR%%/callback/Setup.py
-%%PORTDOCS%%%%EXAMPLESDIR%%/callback/cheese.pyx
-%%PORTDOCS%%%%EXAMPLESDIR%%/callback/cheesefinder.c
-%%PORTDOCS%%%%EXAMPLESDIR%%/callback/cheesefinder.h
-%%PORTDOCS%%%%EXAMPLESDIR%%/callback/run_cheese.py
-%%PORTDOCS%%%%EXAMPLESDIR%%/embed/Makefile
-%%PORTDOCS%%%%EXAMPLESDIR%%/embed/Makefile.msc
-%%PORTDOCS%%%%EXAMPLESDIR%%/embed/Makefile.msc.static
-%%PORTDOCS%%%%EXAMPLESDIR%%/embed/Makefile.unix
-%%PORTDOCS%%%%EXAMPLESDIR%%/embed/README
-%%PORTDOCS%%%%EXAMPLESDIR%%/embed/embedded.pyx
-%%PORTDOCS%%%%EXAMPLESDIR%%/embed/main.c
-%%PORTDOCS%%%%EXAMPLESDIR%%/numeric_demo.pyx
-%%PORTDOCS%%%%EXAMPLESDIR%%/primes.pyx
-%%PORTDOCS%%%%EXAMPLESDIR%%/pyprimes.py
-%%PORTDOCS%%%%EXAMPLESDIR%%/run_numeric_demo.py
-%%PORTDOCS%%%%EXAMPLESDIR%%/run_primes.py
-%%PORTDOCS%%%%EXAMPLESDIR%%/run_spam.py
-%%PORTDOCS%%%%EXAMPLESDIR%%/spam.pyx
-%%PORTDOCS%%@dirrm %%EXAMPLESDIR%%/embed
-%%PORTDOCS%%@dirrm %%EXAMPLESDIR%%/callback
-%%PORTDOCS%%@dirrm %%EXAMPLESDIR%%
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/Makefile
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/Makefile.nodistutils
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/Setup.py
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/callback/Makefile
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/callback/Makefile.nodistutils
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/callback/README.txt
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/callback/Setup.py
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/callback/cheese.pyx
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/callback/cheesefinder.c
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/callback/cheesefinder.h
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/callback/run_cheese.py
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/embed/Makefile
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/embed/Makefile.msc
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/embed/Makefile.msc.static
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/embed/Makefile.unix
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/embed/README
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/embed/embedded.pyx
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/embed/main.c
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/numeric_demo.pyx
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/primes.pyx
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/pyprimes.py
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/run_numeric_demo.py
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/run_primes.py
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/run_spam.py
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/spam.pyx
+%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/embed
+%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/callback
+%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%
%%PORTDOCS%%@dirrm %%DOCSDIR%%/Manual
%%PORTDOCS%%@dirrm %%DOCSDIR%%
--- pyrex-0.9.6.4.patch ends here ---
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list