• R/O
  • HTTP
  • SSH
  • HTTPS

MacPorts: Commit

My MacPorts


Commit MetaInfo

Revisionba7f1713f79608521a8f55a1f6ab8f59eb31b94d (tree)
Time2010-03-15 06:43:45
AuthorKazuki Sakamoto <sakamoto@splh...>
CommiterKazuki Sakamoto

Log Message

macvim 20100315

Change Summary

Incremental Difference

--- a/editors/macvim/Portfile
+++ b/editors/macvim/Portfile
@@ -2,7 +2,7 @@
22 PortSystem 1.0
33
44 name macvim
5-version 20100125
5+version 20100315
66 revision 0
77 categories editors
88 platforms darwin
@@ -16,7 +16,7 @@ set gittag ${version}
1616 distname KaoriYa-${gittag}
1717 use_zip yes
1818 checksums ${distname}.zip sha1 \
19- 2f46b740f70b178f858b8b275f883c9916541a4d
19+ 0229c044385ff5cae4f5cbdcc4f44fe7dafb7a8a
2020 master_sites \
2121 "http://repo.or.cz/w/MacVim/KaoriYa.git?a=snapshot;h=${gittag};sf=zip&"
2222 worksrcdir KaoriYa/src
@@ -88,6 +88,11 @@ variant standalone description {Enable standalonize} {
8888 depends_lib-append port:vimproc port:clewn
8989 configure.env-append PATH="/usr/bin:${env(PATH)}"
9090 configure.cppflags-append -DDYNAMIC_PERL -DDYNAMIC_PYTHON -DDYNAMIC_RUBY
91+ pre-extract {
92+ if {[catch {system "port installed|grep -e \" ruby @.*(active)\" -e \" perl5 @.*(active)\" -e \" perl5.8 @.*(active)\""} result]} {} else {
93+ return -code error "perl or ruby is activated"
94+ }
95+ }
9196 post-configure {
9297 reinplace "s|^PERL_LIBS|#PERL_LIBS|" ${worksrcpath}/auto/config.mk
9398 reinplace "s|^PYTHON_LIBS|#PYTHON_LIBS|" ${worksrcpath}/auto/config.mk
Show on old repository browser