Ticket #53936: libical-Portfile.diff
File libical-Portfile.diff, 1.2 KB (added by pmetzger (Perry E. Metzger), 8 years ago) |
---|
-
Portfile
old new 9 9 name libical 10 10 11 11 if {${subport} eq "${name}"} { 12 github.setup libical libical 1.0.1v12 github.setup libical libical 2.0.0 v 13 13 conflicts libical-devel 14 14 } else { 15 15 # libical-devel: 16 16 github.setup libical libical 25bc500e15bafcef7324ec9b6472982b56dcdc6d 17 17 version 1.0.1.351 18 revision 1 19 replaced_by libical 18 20 conflicts libical 21 distfiles 22 pre-configure { 23 ui_error "Please do not install this port since it has been replaced by 'libical'." 24 return -code error 25 } 26 livecheck.type none 19 27 } 20 28 21 29 categories devel … … 34 42 } 35 43 36 44 if {${subport} eq "${name}"} { 37 # v 1.0.138 checksums rmd160 780f9fb08b324536af362f8812ff671e4d1082d0\39 sha256 b3898c9ca3522ba4f0454e8b7c26a85b2b1259e16d670cccf7abb035c8a6caa945 # v 2.0.0 46 checksums rmd160 1901573af1fb57be8feca3b3dd9db758c3e136ee \ 47 sha256 c9c076153867cd6ebac23febb276036597443eabd30ba4534d38950a2cbb889e 40 48 } else { 41 49 # v1.0.1-351-g25bc500 42 50 checksums rmd160 4379c5d6d31a78ecb2ceaff6e64a8900e9b30cfe \