svn commit: r376028 - head/x11/rxvt-unicode

Thierry Thomas thierry at FreeBSD.org
Thu Jan 1 20:11:37 UTC 2015


Author: thierry
Date: Thu Jan  1 20:11:35 2015
New Revision: 376028
URL: https://svnweb.freebsd.org/changeset/ports/376028
QAT: https://qat.redports.org/buildarchive/r376028/

Log:
  Upgrade to 9.21.
  
  Changelog at <http://dist.schmorp.de/rxvt-unicode/Changes>.

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	Thu Jan  1 19:56:44 2015	(r376027)
+++ head/x11/rxvt-unicode/Makefile	Thu Jan  1 20:11:35 2015	(r376028)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	rxvt-unicode
-PORTVERSION=	9.20
+PORTVERSION=	9.21
 CATEGORIES=	x11
 MASTER_SITES=	http://dist.schmorp.de/rxvt-unicode/%SUBDIR%/
 MASTER_SITE_SUBDIR=	. Attic
@@ -206,8 +206,6 @@ post-build:
 .endif
 
 post-install:
-	${CHMOD} 4711 ${STAGEDIR}${PREFIX}/bin/urxvt	\
-		${STAGEDIR}${PREFIX}/bin/urxvtd
 	${INSTALL_DATA} ${WRKSRC}/doc/etc/rxvt-unicode.terminfo	\
 		${STAGEDIR}${PREFIX}/share/misc/
 .if ${PORT_OPTIONS:MDOCS}

Modified: head/x11/rxvt-unicode/distinfo
==============================================================================
--- head/x11/rxvt-unicode/distinfo	Thu Jan  1 19:56:44 2015	(r376027)
+++ head/x11/rxvt-unicode/distinfo	Thu Jan  1 20:11:35 2015	(r376028)
@@ -1,2 +1,2 @@
-SHA256 (rxvt-unicode-9.20.tar.bz2) = e73e13fe64b59fd3c8e6e20c00f149d388741f141b8155e4700d3ed40aa94b4e
-SIZE (rxvt-unicode-9.20.tar.bz2) = 916598
+SHA256 (rxvt-unicode-9.21.tar.bz2) = 75270ed72bc5895a64a1d7392bf45a622204192371c3965bd3dd978dc088956b
+SIZE (rxvt-unicode-9.21.tar.bz2) = 925293

Modified: head/x11/rxvt-unicode/pkg-plist
==============================================================================
--- head/x11/rxvt-unicode/pkg-plist	Thu Jan  1 19:56:44 2015	(r376027)
+++ head/x11/rxvt-unicode/pkg-plist	Thu Jan  1 20:11:35 2015	(r376028)
@@ -1,18 +1,17 @@
-bin/urxvt
+@(,,4711) bin/urxvt
 bin/urxvtc
 bin/urxvtcd
-bin/urxvtd
+@(,,4711) bin/urxvtd
 %%PERL%%lib/urxvt/perl/background
 %%PERL%%lib/urxvt/perl/bell-command
 %%PERL%%lib/urxvt/perl/block-graphics-to-ascii
 %%PERL%%lib/urxvt/perl/clipboard-osc
 %%PERL%%lib/urxvt/perl/confirm-paste
 %%PERL%%lib/urxvt/perl/digital-clock
+%%PERL%%lib/urxvt/perl/eval
 %%PERL%%lib/urxvt/perl/example-refresh-hooks
 %%PERL%%lib/urxvt/perl/keysym-list
 %%PERL%%lib/urxvt/perl/kuake
-%%PERL%%lib/urxvt/perl/macosx-clipboard
-%%PERL%%lib/urxvt/perl/macosx-clipboard-native
 %%PERL%%lib/urxvt/perl/matcher
 %%PERL%%lib/urxvt/perl/option-popup
 %%PERL%%lib/urxvt/perl/overlay-osc
@@ -34,12 +33,11 @@ bin/urxvtd
 %%PERL%%man/man1/urxvt-clipboard-osc.1.gz
 %%PERL%%man/man1/urxvt-confirm-paste.1.gz
 %%PERL%%man/man1/urxvt-digital-clock.1.gz
+%%PERL%%man/man1/urxvt-eval.1.gz
 %%PERL%%man/man1/urxvt-example-refresh-hooks.1.gz
 %%PERL%%man/man1/urxvt-extensions.1.gz
 %%PERL%%man/man1/urxvt-keysym-list.1.gz
 %%PERL%%man/man1/urxvt-kuake.1.gz
-%%PERL%%man/man1/urxvt-macosx-clipboard-native.1.gz
-%%PERL%%man/man1/urxvt-macosx-clipboard.1.gz
 %%PERL%%man/man1/urxvt-matcher.1.gz
 %%PERL%%man/man1/urxvt-option-popup.1.gz
 %%PERL%%man/man1/urxvt-overlay-osc.1.gz
@@ -60,7 +58,5 @@ man/man1/urxvtd.1.gz
 %%PERL%%man/man3/urxvtperl.3.gz
 man/man7/urxvt.7.gz
 share/misc/rxvt-unicode.terminfo
-%%PERL%%@dirrm lib/urxvt/perl
-%%PERL%%@dirrm lib/urxvt
 @comment No unexec tic available
 @exec tic %D/share/misc/rxvt-unicode.terminfo


More information about the svn-ports-all mailing list