View | Details | Raw Unified | Return to bug 105641
Collapse All | Expand All

(-)/usr/home/db/f2py/Makefile (+1 lines)
Lines 8-13 Link Here
8
8
9
PORTNAME=	f2py
9
PORTNAME=	f2py
10
PORTVERSION=	2.45.241.1926
10
PORTVERSION=	2.45.241.1926
11
PORTREVISION=	1
11
CATEGORIES=	lang python
12
CATEGORIES=	lang python
12
MASTER_SITES=	http://cens.ioc.ee/projects/f2py2e/2.x/
13
MASTER_SITES=	http://cens.ioc.ee/projects/f2py2e/2.x/
13
DISTNAME=	${PORTNAME:U}-${PORTVERSION:R}_${PORTVERSION:E}
14
DISTNAME=	${PORTNAME:U}-${PORTVERSION:R}_${PORTVERSION:E}
(-)/usr/home/db/f2py/files/patch-setup.py (+11 lines)
Line 0 Link Here
1
--- setup.py.orig	Sun Jan 30 12:22:14 2005
2
+++ setup.py	Thu Nov 16 18:46:25 2006
3
@@ -40,7 +40,7 @@
4
 f2py2e.main()
5
 '''%(os.path.basename(sys.executable))
6
 
7
-f2py_exe = 'f2py'+os.path.basename(sys.executable)[6:]
8
+f2py_exe = 'f2py'
9
 if f2py_exe[-4:]=='.exe':
10
     f2py_exe = f2py_exe[:-4] + '.py'
11
 if 'bdist_wininst' in sys.argv and f2py_exe[-3:] != '.py':

Return to bug 105641