diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-01-07 01:39:24 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-01-07 01:39:24 +0800 |
commit | 0f29120104802864a0f77bd6d504fac1d4ae3270 (patch) | |
tree | 85ca8ebc4e5142a6ce601cf32db18ace6d6db2b6 | |
parent | bbd678f598111c1b01b360d9a05815fac78b1ad6 (diff) | |
download | marcuscom-ports-0f29120104802864a0f77bd6d504fac1d4ae3270.tar marcuscom-ports-0f29120104802864a0f77bd6d504fac1d4ae3270.tar.gz marcuscom-ports-0f29120104802864a0f77bd6d504fac1d4ae3270.tar.bz2 marcuscom-ports-0f29120104802864a0f77bd6d504fac1d4ae3270.tar.lz marcuscom-ports-0f29120104802864a0f77bd6d504fac1d4ae3270.tar.xz marcuscom-ports-0f29120104802864a0f77bd6d504fac1d4ae3270.tar.zst marcuscom-ports-0f29120104802864a0f77bd6d504fac1d4ae3270.zip |
Update to 2.13.1.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@5359 df743ca5-7f9a-e211-a948-0013205c9059
-rw-r--r-- | x11/gnome-terminal/Makefile | 4 | ||||
-rw-r--r-- | x11/gnome-terminal/distinfo | 6 | ||||
-rw-r--r-- | x11/gnome-terminal/files/patch-src::terminal-screen.c | 36 | ||||
-rw-r--r-- | x11/gnome-terminal/pkg-plist | 1 | ||||
-rw-r--r-- | x11/gnometerminal/Makefile | 4 | ||||
-rw-r--r-- | x11/gnometerminal/distinfo | 6 | ||||
-rw-r--r-- | x11/gnometerminal/files/patch-src::terminal-screen.c | 36 | ||||
-rw-r--r-- | x11/gnometerminal/pkg-plist | 1 |
8 files changed, 56 insertions, 38 deletions
diff --git a/x11/gnome-terminal/Makefile b/x11/gnome-terminal/Makefile index 639ecd1dc..43f70f6f7 100644 --- a/x11/gnome-terminal/Makefile +++ b/x11/gnome-terminal/Makefile @@ -3,11 +3,11 @@ # Whom: Joe Marcus Clarke <marcus@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/x11/gnometerminal/Makefile,v 1.52 2005/10/14 20:39:58 adamw Exp $ +# $MCom: ports/x11/gnometerminal/Makefile,v 1.54 2005/12/14 02:13:36 ahze Exp $ # PORTNAME= gnometerminal -PORTVERSION= 2.13.0 +PORTVERSION= 2.13.1 CATEGORIES= x11 gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/gnome-terminal/2.13 diff --git a/x11/gnome-terminal/distinfo b/x11/gnome-terminal/distinfo index 88caf95b8..62b57fde1 100644 --- a/x11/gnome-terminal/distinfo +++ b/x11/gnome-terminal/distinfo @@ -1,3 +1,3 @@ -MD5 (gnome2/gnome-terminal-2.13.0.tar.bz2) = e60adc20ff440d814a7c6bbffd2fa2c4 -SHA256 (gnome2/gnome-terminal-2.13.0.tar.bz2) = 55c18714c4907d0392ddfa89dede225280a1401c996639daab4a9d9eb5366235 -SIZE (gnome2/gnome-terminal-2.13.0.tar.bz2) = 1693033 +MD5 (gnome2/gnome-terminal-2.13.1.tar.bz2) = e38e2a85a930cf9bd5d3150297d0a83a +SHA256 (gnome2/gnome-terminal-2.13.1.tar.bz2) = 7c06a23b877a672247b24545fee2606c5f2e2f0b5f5d2dede94885ce1afb8858 +SIZE (gnome2/gnome-terminal-2.13.1.tar.bz2) = 1658431 diff --git a/x11/gnome-terminal/files/patch-src::terminal-screen.c b/x11/gnome-terminal/files/patch-src::terminal-screen.c index 0198f748c..b3755f548 100644 --- a/x11/gnome-terminal/files/patch-src::terminal-screen.c +++ b/x11/gnome-terminal/files/patch-src::terminal-screen.c @@ -1,23 +1,33 @@ ---- src/terminal-screen.c.orig Fri Jul 1 20:37:58 2005 -+++ src/terminal-screen.c Tue Jul 5 13:26:21 2005 -@@ -248,16 +248,16 @@ terminal_screen_init (TerminalScreen *sc +--- src/terminal-screen.c.orig Thu Jan 5 16:04:24 2006 ++++ src/terminal-screen.c Fri Jan 6 12:34:25 2006 +@@ -282,25 +282,20 @@ terminal_screen_init (TerminalScreen *sc #define URLPATH "/[" PATHCHARS "]*[^]'.}>) \t\r\n,\\\"]" terminal_widget_match_add (screen->priv->term, -- "\\<(" SCHEME "://(" USER "@)?)[" HOSTCHARS ".]+(:[0-9]+)?(" URLPATH ")?", FLAVOR_AS_IS); -+ "[[:<:]](" SCHEME "://(" USER "@)?)[" HOSTCHARS ".]+(:[0-9]+)?(" URLPATH ")?", FLAVOR_AS_IS); +- "\\<(" SCHEME "://(" USER "@)?)[" HOSTCHARS ".]+" +- "(:[0-9]+)?(" URLPATH ")?", FLAVOR_AS_IS); ++ "[[:<:]](" SCHEME "://(" USER "@)?)[" HOSTCHARS ".]+(:[0-9]+)?(" URLPATH ")?", FLAVOR_AS_IS); terminal_widget_match_add (screen->priv->term, -- "\\<(www|ftp)[" HOSTCHARS "]*\\.[" HOSTCHARS ".]+(:[0-9]+)?(" URLPATH ")?", FLAVOR_DEFAULT_TO_HTTP); -+ "[[:<:]]<(www|ftp)[" HOSTCHARS "]*\\.[" HOSTCHARS ".]+(:[0-9]+)?(" URLPATH ")?", FLAVOR_DEFAULT_TO_HTTP); +- "\\<(www|ftp)[" HOSTCHARS "]*\\.[" HOSTCHARS ".]+" +- "(:[0-9]+)?(" URLPATH ")?", +- FLAVOR_DEFAULT_TO_HTTP); ++ "[[:<:]]<(www|ftp)[" HOSTCHARS "]*\\.[" HOSTCHARS ".]+(:[0-9]+)?(" URLPATH ")?", FLAVOR_DEFAULT_TO_HTTP); - terminal_widget_match_add (screen->priv->term, -- "\\<(mailto:)?[a-z0-9][a-z0-9.-]*@[a-z0-9][a-z0-9-]*(\\.[a-z0-9][a-z0-9-]*)+\\>", FLAVOR_MAILTO); -+ "[[:<:]](mailto:)?[a-z0-9][a-z0-9.-]*@[a-z0-9][a-z0-9-]*(\\.[a-z0-9][a-z0-9-]*)+\\>", FLAVOR_MAILTO); - terminal_widget_match_add (screen->priv->term, -- "\\<news:[-A-Z\\^_a-z{|}~!\"#$%&'()*+,./0-9;:=?`]+@[" HOSTCHARS ".]+(:[0-9]+)?\\>", FLAVOR_AS_IS); -+ "[[:<:]]<news:[-A-Z\\^_a-z{|}~!\"#$%&'()*+,./0-9;:=?`]+@[" HOSTCHARS ".]+(:[0-9]+)?\\>", FLAVOR_AS_IS); +- "\\<mailto:[a-z0-9][a-z0-9.-]*@[a-z0-9][a-z0-9-]*" +- "(\\.[a-z0-9][a-z0-9-]*)+\\>", FLAVOR_MAILTO); ++ "[[:<:]](mailto:)?[a-z0-9][a-z0-9.-]*@[a-z0-9][a-z0-9-]*(\\.[a-z0-9][a-z0-9-]*)+\\>", FLAVOR_MAILTO); + terminal_widget_match_add (screen->priv->term, +- "\\<[a-z0-9][a-z0-9.-]*@[a-z0-9][a-z0-9-]*" ++ "[[:<:]][a-z0-9][a-z0-9.-]*@[a-z0-9][a-z0-9-]*" + "(\\.[a-z0-9][a-z0-9-]*)+\\>", FLAVOR_EMAIL); + + terminal_widget_match_add (screen->priv->term, +- "\\<news:[-A-Z\\^_a-z{|}~!\"#$%&'()*+,./0-9;:=?`]+" +- "@[" HOSTCHARS ".]+(:[0-9]+)?\\>", FLAVOR_AS_IS); ++ "[[:<:]]<news:[-A-Z\\^_a-z{|}~!\"#$%&'()*+,./0-9;:=?`]+@[" HOSTCHARS ".]+(:[0-9]+)?\\>", FLAVOR_AS_IS); terminal_screen_setup_dnd (screen); + diff --git a/x11/gnome-terminal/pkg-plist b/x11/gnome-terminal/pkg-plist index b7e7357b0..e9a079f5b 100644 --- a/x11/gnome-terminal/pkg-plist +++ b/x11/gnome-terminal/pkg-plist @@ -1,6 +1,5 @@ bin/gnome-terminal libdata/bonobo/servers/gnome-terminal.server -share/gnome/application-registry/gnome-terminal.applications share/gnome/applications/gnome-terminal.desktop share/gnome/gnome-terminal/glade/gnome-terminal.glade2 share/gnome/help/gnome-terminal/C/figures/gnome-terminal-default.png diff --git a/x11/gnometerminal/Makefile b/x11/gnometerminal/Makefile index 639ecd1dc..43f70f6f7 100644 --- a/x11/gnometerminal/Makefile +++ b/x11/gnometerminal/Makefile @@ -3,11 +3,11 @@ # Whom: Joe Marcus Clarke <marcus@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/x11/gnometerminal/Makefile,v 1.52 2005/10/14 20:39:58 adamw Exp $ +# $MCom: ports/x11/gnometerminal/Makefile,v 1.54 2005/12/14 02:13:36 ahze Exp $ # PORTNAME= gnometerminal -PORTVERSION= 2.13.0 +PORTVERSION= 2.13.1 CATEGORIES= x11 gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/gnome-terminal/2.13 diff --git a/x11/gnometerminal/distinfo b/x11/gnometerminal/distinfo index 88caf95b8..62b57fde1 100644 --- a/x11/gnometerminal/distinfo +++ b/x11/gnometerminal/distinfo @@ -1,3 +1,3 @@ -MD5 (gnome2/gnome-terminal-2.13.0.tar.bz2) = e60adc20ff440d814a7c6bbffd2fa2c4 -SHA256 (gnome2/gnome-terminal-2.13.0.tar.bz2) = 55c18714c4907d0392ddfa89dede225280a1401c996639daab4a9d9eb5366235 -SIZE (gnome2/gnome-terminal-2.13.0.tar.bz2) = 1693033 +MD5 (gnome2/gnome-terminal-2.13.1.tar.bz2) = e38e2a85a930cf9bd5d3150297d0a83a +SHA256 (gnome2/gnome-terminal-2.13.1.tar.bz2) = 7c06a23b877a672247b24545fee2606c5f2e2f0b5f5d2dede94885ce1afb8858 +SIZE (gnome2/gnome-terminal-2.13.1.tar.bz2) = 1658431 diff --git a/x11/gnometerminal/files/patch-src::terminal-screen.c b/x11/gnometerminal/files/patch-src::terminal-screen.c index 0198f748c..b3755f548 100644 --- a/x11/gnometerminal/files/patch-src::terminal-screen.c +++ b/x11/gnometerminal/files/patch-src::terminal-screen.c @@ -1,23 +1,33 @@ ---- src/terminal-screen.c.orig Fri Jul 1 20:37:58 2005 -+++ src/terminal-screen.c Tue Jul 5 13:26:21 2005 -@@ -248,16 +248,16 @@ terminal_screen_init (TerminalScreen *sc +--- src/terminal-screen.c.orig Thu Jan 5 16:04:24 2006 ++++ src/terminal-screen.c Fri Jan 6 12:34:25 2006 +@@ -282,25 +282,20 @@ terminal_screen_init (TerminalScreen *sc #define URLPATH "/[" PATHCHARS "]*[^]'.}>) \t\r\n,\\\"]" terminal_widget_match_add (screen->priv->term, -- "\\<(" SCHEME "://(" USER "@)?)[" HOSTCHARS ".]+(:[0-9]+)?(" URLPATH ")?", FLAVOR_AS_IS); -+ "[[:<:]](" SCHEME "://(" USER "@)?)[" HOSTCHARS ".]+(:[0-9]+)?(" URLPATH ")?", FLAVOR_AS_IS); +- "\\<(" SCHEME "://(" USER "@)?)[" HOSTCHARS ".]+" +- "(:[0-9]+)?(" URLPATH ")?", FLAVOR_AS_IS); ++ "[[:<:]](" SCHEME "://(" USER "@)?)[" HOSTCHARS ".]+(:[0-9]+)?(" URLPATH ")?", FLAVOR_AS_IS); terminal_widget_match_add (screen->priv->term, -- "\\<(www|ftp)[" HOSTCHARS "]*\\.[" HOSTCHARS ".]+(:[0-9]+)?(" URLPATH ")?", FLAVOR_DEFAULT_TO_HTTP); -+ "[[:<:]]<(www|ftp)[" HOSTCHARS "]*\\.[" HOSTCHARS ".]+(:[0-9]+)?(" URLPATH ")?", FLAVOR_DEFAULT_TO_HTTP); +- "\\<(www|ftp)[" HOSTCHARS "]*\\.[" HOSTCHARS ".]+" +- "(:[0-9]+)?(" URLPATH ")?", +- FLAVOR_DEFAULT_TO_HTTP); ++ "[[:<:]]<(www|ftp)[" HOSTCHARS "]*\\.[" HOSTCHARS ".]+(:[0-9]+)?(" URLPATH ")?", FLAVOR_DEFAULT_TO_HTTP); - terminal_widget_match_add (screen->priv->term, -- "\\<(mailto:)?[a-z0-9][a-z0-9.-]*@[a-z0-9][a-z0-9-]*(\\.[a-z0-9][a-z0-9-]*)+\\>", FLAVOR_MAILTO); -+ "[[:<:]](mailto:)?[a-z0-9][a-z0-9.-]*@[a-z0-9][a-z0-9-]*(\\.[a-z0-9][a-z0-9-]*)+\\>", FLAVOR_MAILTO); - terminal_widget_match_add (screen->priv->term, -- "\\<news:[-A-Z\\^_a-z{|}~!\"#$%&'()*+,./0-9;:=?`]+@[" HOSTCHARS ".]+(:[0-9]+)?\\>", FLAVOR_AS_IS); -+ "[[:<:]]<news:[-A-Z\\^_a-z{|}~!\"#$%&'()*+,./0-9;:=?`]+@[" HOSTCHARS ".]+(:[0-9]+)?\\>", FLAVOR_AS_IS); +- "\\<mailto:[a-z0-9][a-z0-9.-]*@[a-z0-9][a-z0-9-]*" +- "(\\.[a-z0-9][a-z0-9-]*)+\\>", FLAVOR_MAILTO); ++ "[[:<:]](mailto:)?[a-z0-9][a-z0-9.-]*@[a-z0-9][a-z0-9-]*(\\.[a-z0-9][a-z0-9-]*)+\\>", FLAVOR_MAILTO); + terminal_widget_match_add (screen->priv->term, +- "\\<[a-z0-9][a-z0-9.-]*@[a-z0-9][a-z0-9-]*" ++ "[[:<:]][a-z0-9][a-z0-9.-]*@[a-z0-9][a-z0-9-]*" + "(\\.[a-z0-9][a-z0-9-]*)+\\>", FLAVOR_EMAIL); + + terminal_widget_match_add (screen->priv->term, +- "\\<news:[-A-Z\\^_a-z{|}~!\"#$%&'()*+,./0-9;:=?`]+" +- "@[" HOSTCHARS ".]+(:[0-9]+)?\\>", FLAVOR_AS_IS); ++ "[[:<:]]<news:[-A-Z\\^_a-z{|}~!\"#$%&'()*+,./0-9;:=?`]+@[" HOSTCHARS ".]+(:[0-9]+)?\\>", FLAVOR_AS_IS); terminal_screen_setup_dnd (screen); + diff --git a/x11/gnometerminal/pkg-plist b/x11/gnometerminal/pkg-plist index b7e7357b0..e9a079f5b 100644 --- a/x11/gnometerminal/pkg-plist +++ b/x11/gnometerminal/pkg-plist @@ -1,6 +1,5 @@ bin/gnome-terminal libdata/bonobo/servers/gnome-terminal.server -share/gnome/application-registry/gnome-terminal.applications share/gnome/applications/gnome-terminal.desktop share/gnome/gnome-terminal/glade/gnome-terminal.glade2 share/gnome/help/gnome-terminal/C/figures/gnome-terminal-default.png |