Ticket #51903: 0002-Bump-version.patch

File 0002-Bump-version.patch, 2.1 KB (added by exg (Emanuele Giaquinta), 8 years ago)
  • Portfile

    From 65080f4405125aa838fc5c1e9571be17fbe1865a Mon Sep 17 00:00:00 2001
    From: Emanuele Giaquinta <emanuele.giaquinta@gmail.com>
    Date: Mon, 25 Jul 2016 19:49:54 +0300
    Subject: [PATCH 2/2] Bump version.
    
    ---
     Portfile | 11 +++++++----
     1 file changed, 7 insertions(+), 4 deletions(-)
    
    diff --git a/Portfile b/Portfile
    index d63bd06..7530254 100644
    a b PortSystem 1.0 
    55PortGroup       compiler_blacklist_versions 1.0
    66
    77name            rxvt-unicode
    8 version         9.21
     8version         9.22
    99categories      x11
    1010license         GPL-2+
    1111maintainers     gmail.com:emanuele.giaquinta openmaintainer
    master_sites http://dist.schmorp.de/rxvt-unicode/ \ 
    2424                http://dist.schmorp.de/rxvt-unicode/Attic/
    2525use_bzip2       yes
    2626
    27 checksums       rmd160  333d281455b7641a59d424e253832035e95b572d \
    28                 sha256  75270ed72bc5895a64a1d7392bf45a622204192371c3965bd3dd978dc088956b
     27checksums       rmd160  83e315f513500c2bf1f31cd4fd3854b508bc8d22 \
     28                sha256  e94628e9bcfa0adb1115d83649f898d6edb4baced44f5d5b769c2eeb8b95addd
    2929depends_build \
    3030        port:pkgconfig
    3131
    3232# urxvt also depends on xorg-libX11, xrender and fontconfig but all these ports are in the dependency tree of Xft2
    3333depends_lib \
    3434        port:Xft2 \
     35        port:startup-notification \
     36        port:xorg-libXmu \
    3537        port:ncurses \
    3638        path:bin/perl:perl5
    3739
    if {[string match *clang* ${configure.cxx}]} { 
    4951
    5052configure.args  --enable-everything \
    5153                --enable-256-color \
    52                 --with-codesets=all \
     54                --with-term=rxvt-unicode-256color \
    5355                --disable-utmp \
    5456                --disable-pixbuf \
    5557                --mandir=${prefix}/share/man
    variant pixbuf description {gdk-pixbuf support} { 
    6365
    6466variant lite description {lightweight build options} {
    6567    depends_lib-delete      port:Xft2 \
     68                            port:startup-notification \
    6669                            path:bin/perl:perl5
    6770    depends_lib-append      port:xorg-libX11
    6871    configure.args-delete   --enable-everything