summaryrefslogtreecommitdiff
path: root/graphics
diff options
context:
space:
mode:
authorYing-Chieh Liao <ijliao@FreeBSD.org>2002-10-27 15:56:32 +0000
committerYing-Chieh Liao <ijliao@FreeBSD.org>2002-10-27 15:56:32 +0000
commitdee01374c8e97dde1eb72455401176a056259879 (patch)
tree3a806a5eed355f5c1b765ea869bd4cbc1749c9e4 /graphics
parentUSE_REINPLACE now. (diff)
upgrade to 0.8.7a
Notes
Notes: svn path=/head/; revision=68929
Diffstat (limited to 'graphics')
-rw-r--r--graphics/epix/Makefile5
-rw-r--r--graphics/epix/distinfo2
-rw-r--r--graphics/epix/files/patch-newbash.sh11
-rw-r--r--graphics/epix/files/patch-samples.sh11
-rw-r--r--graphics/epix/pkg-plist2
5 files changed, 16 insertions, 15 deletions
diff --git a/graphics/epix/Makefile b/graphics/epix/Makefile
index 89d4e45fb616..f198ec4e62d1 100644
--- a/graphics/epix/Makefile
+++ b/graphics/epix/Makefile
@@ -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
diff --git a/graphics/epix/distinfo b/graphics/epix/distinfo
index 34ff523fa2ee..1788a6d06b62 100644
--- a/graphics/epix/distinfo
+++ b/graphics/epix/distinfo
@@ -1 +1 @@
-MD5 (epix_src.tar.gz) = ae17eb131dc9ecb25c20e549ada63eff
+MD5 (epix-0.8.7a_src.tar.gz) = 88399be865d38569d2fa3788058e07ed
diff --git a/graphics/epix/files/patch-newbash.sh b/graphics/epix/files/patch-newbash.sh
new file mode 100644
index 000000000000..9596522f20b4
--- /dev/null
+++ b/graphics/epix/files/patch-newbash.sh
@@ -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
diff --git a/graphics/epix/files/patch-samples.sh b/graphics/epix/files/patch-samples.sh
deleted file mode 100644
index d6addc3f481f..000000000000
--- a/graphics/epix/files/patch-samples.sh
+++ /dev/null
@@ -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)
diff --git a/graphics/epix/pkg-plist b/graphics/epix/pkg-plist
index 7fbfbc5e839f..05fc2701c5c9 100644
--- a/graphics/epix/pkg-plist
+++ b/graphics/epix/pkg-plist
@@ -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