Update to 0.20.2.

This commit is contained in:
Joe Marcus Clarke 2009-05-06 05:25:19 +00:00
parent 0450f1b1a5
commit 7f33bb1f93
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=233293
3 changed files with 9 additions and 9 deletions

View File

@ -7,7 +7,7 @@
# #
PORTNAME= vte PORTNAME= vte
PORTVERSION= 0.20.1 PORTVERSION= 0.20.2
PORTREVISION?= 0 PORTREVISION?= 0
CATEGORIES= x11-toolkits gnome CATEGORIES= x11-toolkits gnome
MASTER_SITES= GNOME MASTER_SITES= GNOME

View File

@ -1,3 +1,3 @@
MD5 (gnome2/vte-0.20.1.tar.bz2) = c0fe9038978eaeb70abf16cd7f791752 MD5 (gnome2/vte-0.20.2.tar.bz2) = d38484da2974bb049de8831e294aa7d1
SHA256 (gnome2/vte-0.20.1.tar.bz2) = 64a4a05d3072c6c13b47b9d25a58edd7b174c1452540acd6a4dfadcd584ee0ac SHA256 (gnome2/vte-0.20.2.tar.bz2) = 6939ee6c13d84159937e7bfc08819962fecd87385ca86213274654c53cb1ceea
SIZE (gnome2/vte-0.20.1.tar.bz2) = 1090308 SIZE (gnome2/vte-0.20.2.tar.bz2) = 1325005

View File

@ -1,6 +1,6 @@
--- gnome-pty-helper/Makefile.in.orig 2007-07-29 17:20:13.000000000 -0400 --- gnome-pty-helper/Makefile.in.orig 2009-05-06 01:20:54.000000000 -0400
+++ gnome-pty-helper/Makefile.in 2007-07-29 17:25:47.000000000 -0400 +++ gnome-pty-helper/Makefile.in 2009-05-06 01:21:30.000000000 -0400
@@ -584,8 +585,8 @@ uninstall-am: uninstall-libexecPROGRAMS @@ -590,8 +590,8 @@ uninstall-am: uninstall-libexecPROGRAMS
install-exec-hook: install-exec-hook:
@ -8,6 +8,6 @@
- chmod g+s $(DESTDIR)$(libexecdir)/gnome-pty-helper || true - chmod g+s $(DESTDIR)$(libexecdir)/gnome-pty-helper || true
+ chown root:wheel $(DESTDIR)$(libexecdir)/gnome-pty-helper || true + chown root:wheel $(DESTDIR)$(libexecdir)/gnome-pty-helper || true
+ chmod u+s $(DESTDIR)$(libexecdir)/gnome-pty-helper || true + chmod u+s $(DESTDIR)$(libexecdir)/gnome-pty-helper || true
-include $(top_srcdir)/git.mk
# Tell versions [3.59,3.63) of GNU make to not export all variables. # Tell versions [3.59,3.63) of GNU make to not export all variables.
# Otherwise a system limit (for SysV at least) may be exceeded.
.NOEXPORT: