svn commit: r327431 - head/devel/py-fortran

Antoine Brodin antoine at FreeBSD.org
Mon Sep 16 18:03:36 UTC 2013


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 at 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>


More information about the svn-ports-all mailing list