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 |
5 | 5 | PortGroup compiler_blacklist_versions 1.0 |
6 | 6 | |
7 | 7 | name rxvt-unicode |
8 | | version 9.21 |
| 8 | version 9.22 |
9 | 9 | categories x11 |
10 | 10 | license GPL-2+ |
11 | 11 | maintainers gmail.com:emanuele.giaquinta openmaintainer |
… |
… |
master_sites http://dist.schmorp.de/rxvt-unicode/ \ |
24 | 24 | http://dist.schmorp.de/rxvt-unicode/Attic/ |
25 | 25 | use_bzip2 yes |
26 | 26 | |
27 | | checksums rmd160 333d281455b7641a59d424e253832035e95b572d \ |
28 | | sha256 75270ed72bc5895a64a1d7392bf45a622204192371c3965bd3dd978dc088956b |
| 27 | checksums rmd160 83e315f513500c2bf1f31cd4fd3854b508bc8d22 \ |
| 28 | sha256 e94628e9bcfa0adb1115d83649f898d6edb4baced44f5d5b769c2eeb8b95addd |
29 | 29 | depends_build \ |
30 | 30 | port:pkgconfig |
31 | 31 | |
32 | 32 | # urxvt also depends on xorg-libX11, xrender and fontconfig but all these ports are in the dependency tree of Xft2 |
33 | 33 | depends_lib \ |
34 | 34 | port:Xft2 \ |
| 35 | port:startup-notification \ |
| 36 | port:xorg-libXmu \ |
35 | 37 | port:ncurses \ |
36 | 38 | path:bin/perl:perl5 |
37 | 39 | |
… |
… |
if {[string match *clang* ${configure.cxx}]} { |
49 | 51 | |
50 | 52 | configure.args --enable-everything \ |
51 | 53 | --enable-256-color \ |
52 | | --with-codesets=all \ |
| 54 | --with-term=rxvt-unicode-256color \ |
53 | 55 | --disable-utmp \ |
54 | 56 | --disable-pixbuf \ |
55 | 57 | --mandir=${prefix}/share/man |
… |
… |
variant pixbuf description {gdk-pixbuf support} { |
63 | 65 | |
64 | 66 | variant lite description {lightweight build options} { |
65 | 67 | depends_lib-delete port:Xft2 \ |
| 68 | port:startup-notification \ |
66 | 69 | path:bin/perl:perl5 |
67 | 70 | depends_lib-append port:xorg-libX11 |
68 | 71 | configure.args-delete --enable-everything |