Changeset 80968
- Timestamp:
- 07/22/11 10:58:49 (4 years ago)
- File:
-
- 1 edited
-
trunk/dports/net/httping/Portfile (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/dports/net/httping/Portfile
r69520 r80968 5 5 6 6 name httping 7 version 1.4.1 8 revision 1 7 version 1.4.3 9 8 categories net www 10 9 maintainers nomaintainer … … 19 18 master_sites ${homepage} 20 19 21 checksums md5 bde1ff3c01343d2371d8f34fbf8a1d9a \ 22 sha1 a8fa9cb3cb808b87d2c06f711ca1de81facf2726 \ 23 rmd160 613fdd5ac9464048b9957ac62ff6391c284c2116 20 checksums sha1 00f5f341f46a8884cdbc89dbdc8f1a3de03ab7a8 \ 21 rmd160 1c458c616f896d89d5ccdb3c8acce79c1a11c0d6 24 22 25 23 depends_build port:openssl … … 29 27 use_configure no 30 28 31 build.args CC=${configure.cc} 29 variant universal {} 30 if {[variant_isset universal]} { 31 set archflags ${configure.universal_cflags} 32 } else { 33 set archflags ${configure.cc_archflags} 34 } 35 36 build.args CC="${configure.cc} ${archflags}" 32 37 33 38 destroot.args PREFIX=${prefix} 34 39 35 universal_variant no 40 livecheck.type regex 41 livecheck.regex ${name}-(\[0-9.\]+)${extract.suffix}
Note: See TracChangeset
for help on using the changeset viewer.

