diff options
author | Tilman Keskinoz <arved@FreeBSD.org> | 2003-06-29 22:47:41 +0800 |
---|---|---|
committer | Tilman Keskinoz <arved@FreeBSD.org> | 2003-06-29 22:47:41 +0800 |
commit | 3ba5349872c91f90b00e8460d84b0f01e6aca0c4 (patch) | |
tree | 0df2911596f11e0bcd14620493e615200b61df2a /graphics | |
parent | 69308c13ba7b5f1ee6d1248c15931ce95620f4f3 (diff) | |
download | freebsd-ports-gnome-3ba5349872c91f90b00e8460d84b0f01e6aca0c4.tar.gz freebsd-ports-gnome-3ba5349872c91f90b00e8460d84b0f01e6aca0c4.tar.zst freebsd-ports-gnome-3ba5349872c91f90b00e8460d84b0f01e6aca0c4.zip |
Update to 0.8.10a
PR: 53494
Submitted by: KATO Tsuguru <tkato@prontomail.com>
Diffstat (limited to 'graphics')
-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 be7dbffa6364..237a797c0343 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 fa21cd3b5f04..e888cca3545e 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 52c58af2d04f..0b7fadd4dd18 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 |