Ticket #34589: Portfile-auto-multiple-choice.diff

File Portfile-auto-multiple-choice.diff, 1.9 KB (added by clot@…, 12 years ago)
  • Portfile

    old new  
    44PortSystem          1.0
    55
    66name                auto-multiple-choice
    7 version             0.491
    8 revision            2
     7version             1.1.0
     8revision            0
    99categories          x11 tex education
    1010platforms           darwin
    1111license             GPL-2+
     
    2121master_sites        http://download.gna.org/auto-qcm/macports/
    2222distfiles           ${name}_${version}_precomp${extract.suffix}
    2323
    24 checksums           sha1    a2b31967407c04fc3d58c32ae364ee24abe08c93 \
    25                     rmd160  98aabf7a70823f1d2bb586d82803fe3bd40850e5
     24checksums           sha1    93b7edd464844b4b216ec5852507d8cca34636ed \
     25                    rmd160  581269d573bae36a6c105118ffbe43471041d11a
    2626
    2727depends_lib         port:opencv
    28 depends_run         port:p5.12-gtk2-gladexml \
     28depends_run         port:p5.12-gtk2 \
    2929                    port:p5.12-xml-simple \
    3030                    port:p5.12-xml-writer \
    3131                    port:p5.12-archive-zip \
     
    3535                    port:GraphicsMagick \
    3636                    port:p5.12-openoffice-oodoc \
    3737                    port:p5.12-net-cups \
     38                    port:p5-file-mimeinfo \
     39                    port:p5-dbd-sqlite \
     40                    port:p5-text-csv \
     41                    port:p5-file-basedir \
     42                    port:sqlite3 \
    3843                    port:poppler \
    3944                    port:netpbm \
    4045                    port:librsvg
    4146
     47
    4248use_configure       no
    4349
    4450build.args          AMCCONF=macports \
     
    5157
    5258variant latex description "Add LaTeX support" {
    5359    depends_run-append  port:texlive-latex-extra \
    54                         port:texlive-latex-recommended
     60                        port:texlive-latex-recommended \
     61                        port:texlive-xetex
    5562
    5663    build.args-delete   LATEX_FREE=1
    5764