1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-20 20:09:11 +00:00

upgrade to 0.8.9

This commit is contained in:
Ying-Chieh Liao 2003-02-26 16:07:01 +00:00
parent eb135e4085
commit 5e428de037
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=76497
3 changed files with 24 additions and 23 deletions

View File

@ -7,7 +7,7 @@
#
PORTNAME= epix
PORTVERSION= 0.8.8a
PORTVERSION= 0.8.9
CATEGORIES= graphics
MASTER_SITES= http://mathcs.holycross.edu/~ahwang/software/
DISTNAME= ${PORTNAME}-${PORTVERSION}_src

View File

@ -1 +1 @@
MD5 (epix-0.8.8a_src.tar.bz2) = 93583d819b53f1b4cc0f65276e888376
MD5 (epix-0.8.9_src.tar.bz2) = eb79612c0dd57d05c4a520b47302a501

View File

@ -1,26 +1,27 @@
bin/elaps
bin/epix
bin/keywords
bin/laps
include/epix.h
lib/libepix.a
share/epix/config/bash_completions
share/epix/config/epix.el
share/epix/config/epix.spec
share/epix/config/epix.texi
share/epix/config/update_figs.sh
share/epix/notes/BUGS
share/epix/notes/CHANGELOG
share/epix/notes/INSTALL
share/epix/notes/POST-INSTALL
share/epix/notes/README
share/epix/notes/README-authors
share/epix/notes/README-changes
share/epix/notes/THANKS
share/epix/notes/TODO
share/epix/samples/epix-%%VERSION%%_samples.tar
@dirrm share/epix/samples
@dirrm share/epix/notes
@dirrm share/epix/config
@exec mkdir -p %D/share/epix/tutorial
@exec rmdir %D/share/epix/tutorial 2>/dev/null || true
@exec rmdir %D/share/epix 2>/dev/null || true
%%DATADIR%%/config/bash_completions
%%DATADIR%%/config/epix.el
%%DATADIR%%/config/epix.spec
%%DATADIR%%/config/epix.texi
%%DATADIR%%/config/update_figs.sh
%%DATADIR%%/notes/BUGS
%%DATADIR%%/notes/CHANGELOG
%%DATADIR%%/notes/INSTALL
%%DATADIR%%/notes/POST-INSTALL
%%DATADIR%%/notes/README
%%DATADIR%%/notes/README-authors
%%DATADIR%%/notes/README-changes
%%DATADIR%%/notes/THANKS
%%DATADIR%%/notes/TODO
%%DATADIR%%/samples/epix-%%VERSION%%_samples.tar
@dirrm %%DATADIR%%/samples
@dirrm %%DATADIR%%/notes
@dirrm %%DATADIR%%/config
@exec mkdir -p %D/%%DATADIR%%/tutorial
@unexec rmdir %D/%%DATADIR%%/tutorial 2>/dev/null || true
@unexec rmdir %D/%%DATADIR%% 2>/dev/null || true