Changeset 99209


Ignore:
Timestamp:
Oct 29, 2012, 9:30:16 PM (12 years ago)
Author:
ryandesign@…
Message:

libgksu12: update to 1.3.8; fix livecheck

Location:
trunk/dports/x11/libgksu12
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/dports/x11/libgksu12/Portfile

    r95402 r99209  
    44
    55name                    libgksu12
    6 version                 1.3.7
     6version                 1.3.8
    77platforms               darwin
    88categories              x11 devel
     
    1818master_sites            http://people.debian.org/~kov/gksu/old_stuff/libgksu1.2/
    1919distname                libgksu1.2-${version}
    20 checksums               md5 9ee0808e8e24254cfc9f834a55093d06
     20
     21checksums               rmd160  a1843f578c479b5281d0d0eeabd11baffd34d440 \
     22                                sha256  7da12cd310d38f25962bd69590bdfa58ae436e6f97955220b371c7573561a49e
    2123
    2224depends_lib             port:gtk2
     
    3436        configure.args-append --enable-gtk-doc
    3537}
     38
     39livecheck.type  regex
     40livecheck.url   [lindex ${master_sites} 0]
     41livecheck.regex libgksu1.2-(\[0-9.\]+)${extract.suffix}
  • trunk/dports/x11/libgksu12/files/patch-libgksu.diff

    r26566 r99209  
    2121 noinst_HEADERS = defines.h
    2222 
    23 --- libgksu/gksu-context.c.orig 2005-11-18 01:18:02.000000000 +0100
    24 +++ libgksu/gksu-context.c      2007-06-18 01:40:33.000000000 +0200
     23--- libgksu/gksu-context.c.orig 2006-04-30 16:08:30.000000000 -0500
     24+++ libgksu/gksu-context.c      2012-10-29 16:26:11.000000000 -0500
    2525@@ -23,7 +23,7 @@
    2626 #include <unistd.h>
     
    3232 #include <sys/types.h>
    3333 #include <sys/wait.h>
    34 @@ -633,7 +633,7 @@
     34@@ -650,7 +650,7 @@
    3535     {
    3636       gchar **cmd = g_malloc (sizeof(gchar*)*7);
     
    4141        {
    4242          cmd[i] = g_strdup ("-"); i++;
    43 @@ -654,7 +654,7 @@
     43@@ -671,7 +671,7 @@
    4444       if (execv (cmd[0], cmd) == -1)
    4545        {
    46           fprintf (stderr, 
     46          fprintf (stderr,
    4747-                  _("Unable to run /bin/su: %s"),
    4848+                  _("Unable to run /usr/bin/su: %s"),
     
    5050 
    5151          for (i = 0 ; cmd[i] != NULL ; i++)
    52 @@ -791,7 +791,7 @@
     52@@ -808,7 +808,7 @@
    5353     {
    5454       gchar **cmd = g_malloc (sizeof(gchar*)*7);
     
    5959        {
    6060          cmd[i] = g_strdup ("-"); i++;
    61 @@ -813,7 +813,7 @@
     61@@ -830,7 +830,7 @@
    6262       if (execv (cmd[0], cmd) == -1)
    6363        {
    64           fprintf (stderr, 
     64          fprintf (stderr,
    6565-                  _("Unable to run /bin/su: %s"),
    6666+                  _("Unable to run /usr/bin/su: %s"),
Note: See TracChangeset for help on using the changeset viewer.