diff options
author | arved <arved@FreeBSD.org> | 2003-06-29 14:47:41 +0000 |
---|---|---|
committer | arved <arved@FreeBSD.org> | 2003-06-29 14:47:41 +0000 |
commit | c85f2979f51472fa907d74ebf4f40a7d878008cb (patch) | |
tree | 4f6d031dfda1b27ec0199fe866a264cd8b58a165 /graphics/epix | |
parent | f913f1c4dfe38aea087d7e734923a25c4103cae4 (diff) | |
download | FreeBSD-ports-c85f2979f51472fa907d74ebf4f40a7d878008cb.zip FreeBSD-ports-c85f2979f51472fa907d74ebf4f40a7d878008cb.tar.gz |
Update to 0.8.10a
PR: 53494
Submitted by: KATO Tsuguru <tkato@prontomail.com>
Diffstat (limited to 'graphics/epix')
-rw-r--r-- | graphics/epix/Makefile | 6 | ||||
-rw-r--r-- | graphics/epix/distinfo | 2 | ||||
-rw-r--r-- | graphics/epix/files/patch-newbash.sh | 8 |
3 files changed, 8 insertions, 8 deletions
diff --git a/graphics/epix/Makefile b/graphics/epix/Makefile index be7dbff..237a797 100644 --- a/graphics/epix/Makefile +++ b/graphics/epix/Makefile @@ -7,7 +7,7 @@ # PORTNAME= epix -PORTVERSION= 0.8.9 +PORTVERSION= 0.8.10a CATEGORIES= graphics MASTER_SITES= http://mathcs.holycross.edu/~ahwang/software/ DISTNAME= ${PORTNAME}-${PORTVERSION}_src @@ -19,14 +19,14 @@ BUILD_DEPENDS= bash:${PORTSDIR}/shells/bash2 RUN_DEPENDS= bash:${PORTSDIR}/shells/bash2 \ latex:${PORTSDIR}/print/teTeX -WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} +WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION:S/a//} USE_BZIP2= yes USE_REINPLACE= yes MAKE_ARGS= CXX="${CXX}" CFLAGS="${CXXFLAGS} -c" \ INSTALL_PROGRAM="${INSTALL_DATA}" \ INSTALL_BIN="${INSTALL_SCRIPT}" -PLIST_SUB= VERSION="${PORTVERSION}" +PLIST_SUB= VERSION="${PORTVERSION:S/a//}" MAN1= epix.1 diff --git a/graphics/epix/distinfo b/graphics/epix/distinfo index fa21cd3..e888cca 100644 --- a/graphics/epix/distinfo +++ b/graphics/epix/distinfo @@ -1 +1 @@ -MD5 (epix-0.8.9_src.tar.bz2) = eb79612c0dd57d05c4a520b47302a501 +MD5 (epix-0.8.10a_src.tar.bz2) = 9d470d60782758fa12f7050ee0c3707e diff --git a/graphics/epix/files/patch-newbash.sh b/graphics/epix/files/patch-newbash.sh index 52c58af..0b7fadd 100644 --- a/graphics/epix/files/patch-newbash.sh +++ b/graphics/epix/files/patch-newbash.sh @@ -1,11 +1,11 @@ ---- newbash.sh.orig Tue Sep 3 01:50:01 2002 -+++ newbash.sh Sat Jan 11 15:16:11 2003 +--- newbash.sh.orig Sat Apr 26 09:34:50 2003 ++++ newbash.sh Thu Jun 19 13:08:48 2003 @@ -1,10 +1,10 @@ #!/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 +- samples/sample.sh samples/makefigs Makefile ++ helpfiles.sh samples/sample.sh samples/makefigs Makefile do mv $FILE $FILE.orig - sed 's+/bin/bash+/usr/local/bin/bash+g' $FILE.orig > $FILE |