Ticket #17894: Portfile.diff

File Portfile.diff, 1.3 KB (added by kjell.konis@…, 15 years ago)
  • Portfile

    old new  
    33PortSystem 1.0
    44
    55name             R
    6 version          2.8.0
     6version          2.8.1
    77categories       math science
    88maintainers      kjell.konis@epfl.ch
    99platforms        darwin
     
    2424                 http://cran.hu.r-project.org/src/base/R-2/ \
    2525                 http://cran.r-project.org/src/base/R-2/
    2626
    27 checksums        md5 5213c9644aec984278b669df1a63a2ce \
    28                  sha1 ad483b2cf205e25891b37c109f93f95fe012a314 \
    29                  rmd160 1e1fd7c76af150f20d403fb085cd7ac8d909eb55
     27checksums        md5     acd40621b8942a2464daa2f9cef3273d \
     28                 sha1    71e577dc061ff8720ce399471a75dea5b8fb1dab \
     29                 rmd160  1d12f8833a7b368d3cc06488172394ce4cb165ff
    3030
    3131depends_lib      port:gettext \
    3232                 port:glib2 \
     
    4242
    4343universal_variant no
    4444
    45 # autoreconfing to pick up X11 is not playing nicely, so do this instead.  hopefully upsteream will use a newer autoconf next time...
     45# autoreconfing to pick up X11 is not playing nicely, so do this instead.
     46# hopefully upsteream will use a newer autoconf next time...
    4647configure.cppflags-append -I${x11prefix}/include
    4748configure.ldflags-append -L${x11prefix}/lib
    4849