From owner-svn-ports-all@FreeBSD.ORG Sun Apr 27 13:18:11 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id B102FD6; Sun, 27 Apr 2014 13:18:11 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 84BDB1346; Sun, 27 Apr 2014 13:18:11 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s3RDIBFA046721; Sun, 27 Apr 2014 13:18:11 GMT (envelope-from thierry@svn.freebsd.org) Received: (from thierry@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s3RDIAbf046718; Sun, 27 Apr 2014 13:18:10 GMT (envelope-from thierry@svn.freebsd.org) Message-Id: <201404271318.s3RDIAbf046718@svn.freebsd.org> From: Thierry Thomas Date: Sun, 27 Apr 2014 13:18:10 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r352418 - in head/x11/rxvt-unicode: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 27 Apr 2014 13:18:11 -0000 Author: thierry Date: Sun Apr 27 13:18:10 2014 New Revision: 352418 URL: http://svnweb.freebsd.org/changeset/ports/352418 QAT: https://qat.redports.org/buildarchive/r352418/ Log: Upgrade to 9.20. Changelog at . Deleted: head/x11/rxvt-unicode/files/patch-src_rxvt.h Modified: head/x11/rxvt-unicode/Makefile head/x11/rxvt-unicode/distinfo head/x11/rxvt-unicode/pkg-plist Modified: head/x11/rxvt-unicode/Makefile ============================================================================== --- head/x11/rxvt-unicode/Makefile Sun Apr 27 13:13:56 2014 (r352417) +++ head/x11/rxvt-unicode/Makefile Sun Apr 27 13:18:10 2014 (r352418) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= rxvt-unicode -PORTVERSION= 9.19 -PORTREVISION= 2 +PORTVERSION= 9.20 CATEGORIES= x11 MASTER_SITES= http://dist.schmorp.de/rxvt-unicode/%SUBDIR%/ MASTER_SITE_SUBDIR= . Attic Modified: head/x11/rxvt-unicode/distinfo ============================================================================== --- head/x11/rxvt-unicode/distinfo Sun Apr 27 13:13:56 2014 (r352417) +++ head/x11/rxvt-unicode/distinfo Sun Apr 27 13:18:10 2014 (r352418) @@ -1,2 +1,2 @@ -SHA256 (rxvt-unicode-9.19.tar.bz2) = d9237cf1973af461ecbeeb708e4d00893294771558e8338b4f33418ed52d3241 -SIZE (rxvt-unicode-9.19.tar.bz2) = 914096 +SHA256 (rxvt-unicode-9.20.tar.bz2) = e73e13fe64b59fd3c8e6e20c00f149d388741f141b8155e4700d3ed40aa94b4e +SIZE (rxvt-unicode-9.20.tar.bz2) = 916598 Modified: head/x11/rxvt-unicode/pkg-plist ============================================================================== --- head/x11/rxvt-unicode/pkg-plist Sun Apr 27 13:13:56 2014 (r352417) +++ head/x11/rxvt-unicode/pkg-plist Sun Apr 27 13:18:10 2014 (r352418) @@ -23,6 +23,7 @@ bin/urxvtd %%PERL%%lib/urxvt/perl/selection-autotransform %%PERL%%lib/urxvt/perl/selection-pastebin %%PERL%%lib/urxvt/perl/selection-popup +%%PERL%%lib/urxvt/perl/selection-to-clipboard %%PERL%%lib/urxvt/perl/tabbed %%PERL%%lib/urxvt/perl/urxvt-popup %%PERL%%lib/urxvt/perl/xim-onthespot @@ -48,6 +49,7 @@ bin/urxvtd %%PERL%%man/man1/urxvt-selection-autotransform.1.gz %%PERL%%man/man1/urxvt-selection-pastebin.1.gz %%PERL%%man/man1/urxvt-selection-popup.1.gz +%%PERL%%man/man1/urxvt-selection-to-clipboard.1.gz %%PERL%%man/man1/urxvt-selection.1.gz %%PERL%%man/man1/urxvt-tabbed.1.gz %%PERL%%man/man1/urxvt-xim-onthespot.1.gz