Ticket #28353: portfile.diff
File portfile.diff, 928 bytes (added by dreness (Andre LaBranche), 14 years ago) |
---|
-
Portfile
old new 2 2 3 3 PortSystem 1.0 4 4 name eggdrop 5 version 1.6. 195 version 1.6.20 6 6 categories irc 7 7 maintainers dre@mac.com 8 8 description Eggdrop is the world's most popular Internet Relay Chat (IRC) bot. 9 long_description ${description} This version includes the 'ctcpfix' patch.9 long_description ${description} 10 10 homepage http://www.eggheads.org 11 11 platforms darwin 12 12 master_sites ftp://ftp.eggheads.org/pub/eggdrop/source/1.6/ 13 checksums md5 775d77294784a2e6b0e3d4ea89eb08e2 14 distname ${name}${version}+ctcpfix 13 checksums md5 f6887c045dba11fa2755a6a9e40380a3 \ 14 sha1 7ebecd0955af36caa1846d0e7cd1f959f819f6b5 \ 15 rmd160 567668974e971a0c8ad6674a0500b32991a95f3d 16 distname ${name}${version} 15 17 worksrcdir ${name}${version} 16 18 use_bzip2 yes 17 19 post-configure { system "cd ${worksrcpath} && make config" }