Ticket #11356: patch-Portfile

File patch-Portfile, 683 bytes (added by darren.bane@…, 17 years ago)

Patch against lang/scheme48/Portfile

Line 
1--- Portfile.orig       2007-02-08 17:22:08.000000000 +0000
2+++ Portfile    2007-02-08 19:00:17.000000000 +0000
3@@ -3,7 +3,7 @@
4 PortSystem 1.0
5 
6 name                   scheme48
7-version                        1.3
8+version                        1.5
9 categories             lang scheme
10 platforms              darwin
11 maintainers            mww@opendarwin.org
12@@ -17,10 +17,11 @@
13 homepage               http://s48.org/
14 master_sites   ${homepage}/${version}/
15 extract.suffix .tgz
16-checksums              sha1 be1704893b5932fc304b8a2e2279ec753a49f15b
17+checksums              sha1 9f9b503c609b8d1dca4b6edd6afe748ed0b124dd
18 patchfiles             patch-Makefile.in
19 
20 configure.args --mandir=${prefix}/share/man
21+build.target   enough
22 
23 platform darwin 8 {
24        configure.env CC=/usr/bin/gcc-4.0 CPP=/usr/bin/cpp-4.0 CXX=/usr/bin/g++-4.0