Ticket #8631: patch-Portfile

File patch-Portfile, 956 bytes (added by aschenke@…, 18 years ago)

twain-sane 1.7 Portfile patch

Line 
1--- graphics/twain-sane/Portfile        2005-07-18 14:06:24.000000000 -0400
2+++ graphics/twain-sane/Portfile        2006-04-27 12:21:43.000000000 -0400
3@@ -2,7 +2,7 @@
4 
5 PortSystem 1.0
6 name            twain-sane
7-version         1.2
8+version         1.7
9 categories      graphics
10 maintainers     pguyot@kallisys.net
11 description     TWAIN datasource for SANE
12@@ -23,7 +23,7 @@
13 distname               TWAIN-SANE-Interface-${version}
14 master_sites    http://www.ellert.se/PKGS/${distname}/src/
15 
16-checksums       md5 722ac70d81c77c277652722173a7a033
17+checksums       md5 d27b1fe80baa72b15ed5d6752afa48a0
18 
19 depends_lib     lib:libiconv:libiconv \
20                                lib:libintl:gettext \
21@@ -38,7 +38,7 @@
22        system "./Info.sh > Info.plist"
23 }
24 
25-set xcode_args "-project SANE.ds.xcode -buildstyle Deployment \
26+set xcode_args "-project SANE.ds.xcodeproj -configuration Deployment \
27        LIBRARY_SEARCH_PATHS=${prefix}/lib \
28        HEADER_SEARCH_PATHS=${prefix}/include \
29        INSTALL_MODE_FLAG=go-w,a+rX \