diff options
author | tg <tg@FreeBSD.org> | 1998-06-24 14:18:56 +0800 |
---|---|---|
committer | tg <tg@FreeBSD.org> | 1998-06-24 14:18:56 +0800 |
commit | 3e977701c463073f2509f7c76a233d2f0a368ff1 (patch) | |
tree | 20f77e22b3f29694176c9156ef93d33c8f3962ce /math/pygist | |
parent | 35614013c46c32e7747a4c06617c8d0a00bcab82 (diff) | |
download | freebsd-ports-graphics-3e977701c463073f2509f7c76a233d2f0a368ff1.tar.gz freebsd-ports-graphics-3e977701c463073f2509f7c76a233d2f0a368ff1.tar.zst freebsd-ports-graphics-3e977701c463073f2509f7c76a233d2f0a368ff1.zip |
Upgrade to 1.5.
Diffstat (limited to 'math/pygist')
-rw-r--r-- | math/pygist/Makefile | 11 | ||||
-rw-r--r-- | math/pygist/distinfo | 2 | ||||
-rw-r--r-- | math/pygist/files/patch-ab | 11 |
3 files changed, 9 insertions, 15 deletions
diff --git a/math/pygist/Makefile b/math/pygist/Makefile index f0ec8b00cca..d9d2ab3d4dd 100644 --- a/math/pygist/Makefile +++ b/math/pygist/Makefile @@ -1,13 +1,13 @@ # New ports collection makefile for: pygist -# Version required: 1.3 +# Version required: 1.5 # Date created: 30 May 1998 # Whom: Thomas Gellekum <tg@FreeBSD.ORG> # -# $Id: Makefile,v 1.1.1.1 1998/06/02 08:09:36 tg Exp $ +# $Id: Makefile,v 1.2 1998/06/03 06:43:41 tg Exp $ # -DISTNAME= PyGist-13 -PKGNAME= pygist-1.3 +DISTNAME= LLNLPython4 +PKGNAME= pygist-1.5 CATEGORIES= math MASTER_SITES= ftp://ftp-icf.llnl.gov/pub/python/ EXTRACT_SUFX= .tgz @@ -20,7 +20,7 @@ BUILD_DEPENDS= python:${PORTSDIR}/lang/python \ RUN_DEPENDS= python:${PORTSDIR}/lang/python \ ${SITEPYDIR}/Numeric.py:${PORTSDIR}/math/numpy -WRKSRC= ${WRKDIR}/LLNLDistribution/Graphics +WRKSRC= ${WRKDIR}/LLNLPython4/Graphics CONFIGURE_ENV= PREFIX=${PREFIX} ALL_TARGET= sharedmods MAKE_FLAGS+= 'OPT=${CFLAGS}' @@ -33,7 +33,6 @@ do-configure: @(cd ${WRKSRC} && ${CONFIGURE_ENV} python makethis.py) post-install: - @${RM} ${WRKSRC}/*/Demo/*.orig ${WRKSRC}/*/Lib/*.orig ${INSTALL_DATA} ${WRKSRC}/*/Lib/* ${SITEPYDIR} @${PREFIX}/bin/python -O ${PYTHONSCRIPTDIR}/compileall.py ${SITEPYDIR} ${MKDIR} ${EXAMPLEDIR} diff --git a/math/pygist/distinfo b/math/pygist/distinfo index 9da2a495b1b..d4882c29c3c 100644 --- a/math/pygist/distinfo +++ b/math/pygist/distinfo @@ -1 +1 @@ -MD5 (PyGist-13.tgz) = 830a92e30e86e04ad7074b684f7959a4 +MD5 (LLNLPython4.tgz) = 3fc0ebf2b7a12547de236adec2840100 diff --git a/math/pygist/files/patch-ab b/math/pygist/files/patch-ab index 8d8c53bef5a..7a21428165a 100644 --- a/math/pygist/files/patch-ab +++ b/math/pygist/files/patch-ab @@ -1,11 +1,6 @@ ---- Setup.orig Fri May 8 19:40:19 1998 -+++ Setup Sat May 30 13:24:50 1998 -@@ -1,15 +1,15 @@ --*shared* -+*shared* - - #This file is designed for building a dynamic extension. - +--- Setup.orig Fri Jun 19 17:27:08 1998 ++++ Setup Tue Jun 23 20:33:36 1998 +@@ -5,11 +5,11 @@ # Gist module # Change XLIB to the directory where libX11.a is found on your system. # Change YORHOME to the directory (--prefix) where Yorick was installed. |