mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-28 01:06:17 +00:00
upgrade to 0.8.7a
This commit is contained in:
parent
d8d8cb0d05
commit
dee01374c8
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=68929
@ -7,10 +7,10 @@
|
||||
#
|
||||
|
||||
PORTNAME= epix
|
||||
PORTVERSION= 0.8.6
|
||||
PORTVERSION= 0.8.7a
|
||||
CATEGORIES= graphics
|
||||
MASTER_SITES= http://mathcs.holycross.edu/~ahwang/software/
|
||||
DISTNAME= epix_src
|
||||
DISTNAME= ${PORTNAME}-${PORTVERSION}_src
|
||||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
|
||||
@ -19,6 +19,7 @@ RUN_DEPENDS= bash:${PORTSDIR}/shells/bash2 \
|
||||
latex:${PORTSDIR}/print/teTeX
|
||||
|
||||
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
|
||||
PLIST_SUB= VERSION="${PORTVERSION}"
|
||||
|
||||
MAN1= epix.1
|
||||
|
||||
|
@ -1 +1 @@
|
||||
MD5 (epix_src.tar.gz) = ae17eb131dc9ecb25c20e549ada63eff
|
||||
MD5 (epix-0.8.7a_src.tar.gz) = 88399be865d38569d2fa3788058e07ed
|
||||
|
11
graphics/epix/files/patch-newbash.sh
Normal file
11
graphics/epix/files/patch-newbash.sh
Normal file
@ -0,0 +1,11 @@
|
||||
--- newbash.sh.orig Sun Oct 27 23:53:05 2002
|
||||
+++ newbash.sh Sun Oct 27 23:53:54 2002
|
||||
@@ -1,7 +1,7 @@
|
||||
#!/bin/sh
|
||||
#
|
||||
for FILE in elaps laps make_header post-uninst.sh pre-install.sh prepix \
|
||||
- samples.sh samples/makefigs Makefile
|
||||
+ helpfiles.sh samples/makefigs Makefile
|
||||
do
|
||||
mv $FILE $FILE.orig
|
||||
sed 's+/bin/bash+/usr/local/bin/bash+g' $FILE.orig > $FILE
|
@ -1,11 +0,0 @@
|
||||
--- samples.sh.orig Thu Sep 5 13:21:15 2002
|
||||
+++ samples.sh Thu Sep 5 13:21:26 2002
|
||||
@@ -55,7 +55,7 @@
|
||||
mv $TARBALL $EPIX_ROOTDIR/$SAMPLEDIR/$TARBALL
|
||||
|
||||
cd $EPIX_ROOTDIR/$SAMPLEDIR && tar -xf $TARBALL
|
||||
- chown $USER.$USER * && chmod go+rX *
|
||||
+ chown $USER:$GROUP * && chmod go+rX *
|
||||
;;
|
||||
|
||||
--uninstall)
|
@ -3,12 +3,12 @@ bin/laps
|
||||
bin/elaps
|
||||
include/epix.h
|
||||
lib/libepix.a
|
||||
share/epix/epix-%%VERSION%%_samples.tar
|
||||
share/epix/calculus.c
|
||||
share/epix/clipplot.c
|
||||
share/epix/contour.c
|
||||
share/epix/demoivre.c
|
||||
share/epix/denom.c
|
||||
share/epix/epix_samples.tar
|
||||
share/epix/flow-plot.c
|
||||
share/epix/geomsum.c
|
||||
share/epix/golden_rect.c
|
||||
|
Loading…
Reference in New Issue
Block a user