1 | --- Portfile.orig 2006-08-17 16:46:29.000000000 +0100 |
---|
2 | +++ Portfile 2006-08-17 17:00:16.000000000 +0100 |
---|
3 | @@ -3,14 +3,14 @@ |
---|
4 | PortSystem 1.0 |
---|
5 | |
---|
6 | name inform |
---|
7 | -version 6.30.2 |
---|
8 | +version 6.31.1 |
---|
9 | categories devel |
---|
10 | maintainers vim@tritarget.com |
---|
11 | description A Z-Code (Infocom Text Adventures) compiler |
---|
12 | long_description Inform is a programming language and design \ |
---|
13 | system for interactive fiction, created in 1993 \ |
---|
14 | by Graham Nelson. |
---|
15 | -checksums md5 2b5c06ecdcd97975ea4fe45b1583841c |
---|
16 | +checksums md5 02e64fc13c06a888a6c0f97974e2c02c |
---|
17 | homepage http://www.inform-fiction.org/ |
---|
18 | set subdir if-archive/infocom/compilers/inform6/source/ |
---|
19 | master_sites http://mirror.ifarchive.org/${subdir} \ |
---|
20 | @@ -24,7 +24,7 @@ |
---|
21 | # do not exists after install. Also the name-version the package uses is |
---|
22 | # different then the name-version this Portfile uses so I had to make a special |
---|
23 | # variable for this. Then fix the sym link to be relative. |
---|
24 | -set exec-name inform-6.30 |
---|
25 | +set exec-name inform-6.31 |
---|
26 | |
---|
27 | destroot.args htmldir=${prefix}/share/doc/${name} |
---|
28 | |
---|