Changeset 80776
- Timestamp:
- 07/16/11 22:52:18 (4 years ago)
- File:
-
- 1 edited
-
trunk/dports/www/serf/Portfile (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/dports/www/serf/Portfile
r79753 r80776 5 5 name serf 6 6 version 0.7.2 7 revision 1 7 8 categories www 8 9 maintainers blair 10 replaced_by serf0 9 11 description C-based HTTP client library 10 12 … … 17 19 18 20 homepage http://code.google.com/p/serf/ 19 master_sites http://serf.googlecode.com/files/ 20 use_bzip2 yes 21 use_parallel_build yes 22 checksums md5 66ed12163b14b704888e628ee38e9581 \ 23 sha1 132fbb13d50c4f849231eee79dcada8cde3ecad2 \ 24 rmd160 6b586ced49b7195e80595d3d1eb29af08d1afc32 21 platforms darwin 22 distfiles 25 23 26 platforms darwin 27 28 depends_lib port:apr port:apr-util port:openssl 29 30 configure.args --with-apr=${prefix}/bin/apr-1-config \ 31 --with-apr-util=${prefix}/bin/apu-1-config 32 33 configure.ccache no 34 35 test.run yes 36 test.target check 37 38 post-destroot { 39 set sharedir ${destroot}${prefix}/share 40 set docdir ${sharedir}/doc/${name} 41 42 xinstall -m 755 -d ${docdir} 43 44 foreach f {CHANGES LICENSE NOTICE README} { 45 file copy ${worksrcpath}/${f} ${docdir} 46 } 24 pre-configure { 25 ui_error "Please use serf0 or serf1 instead." 26 return -code error "obsolete port" 47 27 } 48 28 49 livecheck.type regex 50 livecheck.regex $name-(\\d+(?:\\.\\d+)*) 29 livecheck.type none
Note: See TracChangeset
for help on using the changeset viewer.

