Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 16 Sep 2013 18:03:36 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r327431 - head/devel/py-fortran
Message-ID:  <201309161803.r8GI3aZh020635@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: antoine
Date: Mon Sep 16 18:03:35 2013
New Revision: 327431
URL: http://svnweb.freebsd.org/changeset/ports/327431

Log:
  Fix use of PYNUMERIC dependency line (noticed by poudriere incremental bulk
  always rebuilding this port)
  While here, trim Makefile header and remove useless WRKSRC

Modified:
  head/devel/py-fortran/Makefile

Modified: head/devel/py-fortran/Makefile
==============================================================================
--- head/devel/py-fortran/Makefile	Mon Sep 16 17:52:09 2013	(r327430)
+++ head/devel/py-fortran/Makefile	Mon Sep 16 18:03:35 2013	(r327431)
@@ -1,10 +1,5 @@
-# ex:ts=8
-# Ports collection makefile for:	py-fortran
-# Date created:			Jul 24, 2002
-# Whom:				ijliao
-#
+# Created by: ijliao
 # $FreeBSD$
-#
 
 PORTNAME=	fortran
 PORTVERSION=	8.5.3
@@ -16,11 +11,10 @@ DISTNAME=	Pyfort-${PORTVERSION}
 MAINTAINER=	wenheping@gmail.com
 COMMENT=	Creating extensions to the Python language with Fortran routines
 
-RUN_DEPENDS=	${PYNUMERIC}:${PORTSDIR}/math/py-numeric
+RUN_DEPENDS=	${PYNUMERIC}
 
 USE_PYTHON=	yes
 USE_PYDISTUTILS=	yes
 PYDISTUTILS_PKGNAME=	Pyfort
-WRKSRC=		${WRKDIR}/${DISTNAME}
 
 .include <bsd.port.mk>



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