mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
- Update to 2.2.6
This commit is contained in:
parent
5155c1f383
commit
23b9999bb2
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=132899
@ -6,8 +6,7 @@
|
||||
#
|
||||
|
||||
PORTNAME= gimp
|
||||
PORTVERSION= 2.2.4
|
||||
PORTREVISION= 5
|
||||
PORTVERSION= 2.2.6
|
||||
PORTEPOCH= 1
|
||||
CATEGORIES= graphics gnome
|
||||
MASTER_SITES= ftp://ftp.gimp.org/pub/%SUBDIR%/ \
|
||||
|
@ -1,2 +1,2 @@
|
||||
MD5 (gimp-2.2.4.tar.bz2) = 99e2b9391e87f8930bc22e791c8342d8
|
||||
SIZE (gimp-2.2.4.tar.bz2) = 13986435
|
||||
MD5 (gimp-2.2.6.tar.bz2) = cf7de255739bf5abc2e90d7882eda6c9
|
||||
SIZE (gimp-2.2.6.tar.bz2) = 13990261
|
||||
|
@ -1,13 +0,0 @@
|
||||
--- plug-ins/common/url.c.orig Thu Jun 26 15:45:03 2003
|
||||
+++ plug-ins/common/url.c Sat Jun 28 18:17:59 2003
|
||||
@@ -187,8 +187,8 @@
|
||||
putenv ("LANG=C");
|
||||
#endif
|
||||
|
||||
- execlp ("wget", "wget", "-T", TIMEOUT, filename, "-O", tmpname, NULL);
|
||||
- g_message ("exec() failed: wget: %s", g_strerror (errno));
|
||||
+ execlp ("fetch", "fetch", "-T", TIMEOUT, filename, "-p", "-o", tmpname, NULL);
|
||||
+ g_message ("exec() failed: fetch: %s", g_strerror (errno));
|
||||
g_free (tmpname);
|
||||
_exit (127);
|
||||
}
|
13
graphics/gimp-app/files/patch-plug-ins_common_url.c
Normal file
13
graphics/gimp-app/files/patch-plug-ins_common_url.c
Normal file
@ -0,0 +1,13 @@
|
||||
--- plug-ins/common/url.c.orig Mon Mar 14 05:00:40 2005
|
||||
+++ plug-ins/common/url.c Sun Apr 10 11:45:50 2005
|
||||
@@ -186,8 +186,8 @@
|
||||
putenv ("LANG=C");
|
||||
#endif
|
||||
|
||||
- execlp ("wget", "wget", "-e", "server-response=off", "-T", TIMEOUT,
|
||||
- filename, "-O", tmpname, NULL);
|
||||
+ execlp ("fetch", "fetch", "-T", TIMEOUT, filename, "-p", "-o",
|
||||
+ tmpname, NULL);
|
||||
g_message ("exec() failed: wget: %s", g_strerror (errno));
|
||||
g_free (tmpname);
|
||||
_exit (127);
|
File diff suppressed because it is too large
Load Diff
@ -6,8 +6,7 @@
|
||||
#
|
||||
|
||||
PORTNAME= gimp
|
||||
PORTVERSION= 2.2.4
|
||||
PORTREVISION= 5
|
||||
PORTVERSION= 2.2.6
|
||||
PORTEPOCH= 1
|
||||
CATEGORIES= graphics gnome
|
||||
MASTER_SITES= ftp://ftp.gimp.org/pub/%SUBDIR%/ \
|
||||
|
@ -1,2 +1,2 @@
|
||||
MD5 (gimp-2.2.4.tar.bz2) = 99e2b9391e87f8930bc22e791c8342d8
|
||||
SIZE (gimp-2.2.4.tar.bz2) = 13986435
|
||||
MD5 (gimp-2.2.6.tar.bz2) = cf7de255739bf5abc2e90d7882eda6c9
|
||||
SIZE (gimp-2.2.6.tar.bz2) = 13990261
|
||||
|
@ -1,13 +0,0 @@
|
||||
--- plug-ins/common/url.c.orig Thu Jun 26 15:45:03 2003
|
||||
+++ plug-ins/common/url.c Sat Jun 28 18:17:59 2003
|
||||
@@ -187,8 +187,8 @@
|
||||
putenv ("LANG=C");
|
||||
#endif
|
||||
|
||||
- execlp ("wget", "wget", "-T", TIMEOUT, filename, "-O", tmpname, NULL);
|
||||
- g_message ("exec() failed: wget: %s", g_strerror (errno));
|
||||
+ execlp ("fetch", "fetch", "-T", TIMEOUT, filename, "-p", "-o", tmpname, NULL);
|
||||
+ g_message ("exec() failed: fetch: %s", g_strerror (errno));
|
||||
g_free (tmpname);
|
||||
_exit (127);
|
||||
}
|
13
graphics/gimp/files/patch-plug-ins_common_url.c
Normal file
13
graphics/gimp/files/patch-plug-ins_common_url.c
Normal file
@ -0,0 +1,13 @@
|
||||
--- plug-ins/common/url.c.orig Mon Mar 14 05:00:40 2005
|
||||
+++ plug-ins/common/url.c Sun Apr 10 11:45:50 2005
|
||||
@@ -186,8 +186,8 @@
|
||||
putenv ("LANG=C");
|
||||
#endif
|
||||
|
||||
- execlp ("wget", "wget", "-e", "server-response=off", "-T", TIMEOUT,
|
||||
- filename, "-O", tmpname, NULL);
|
||||
+ execlp ("fetch", "fetch", "-T", TIMEOUT, filename, "-p", "-o",
|
||||
+ tmpname, NULL);
|
||||
g_message ("exec() failed: wget: %s", g_strerror (errno));
|
||||
g_free (tmpname);
|
||||
_exit (127);
|
File diff suppressed because it is too large
Load Diff
@ -6,8 +6,7 @@
|
||||
#
|
||||
|
||||
PORTNAME= gimp
|
||||
PORTVERSION= 2.2.4
|
||||
PORTREVISION= 5
|
||||
PORTVERSION= 2.2.6
|
||||
PORTEPOCH= 1
|
||||
CATEGORIES= graphics gnome
|
||||
MASTER_SITES= ftp://ftp.gimp.org/pub/%SUBDIR%/ \
|
||||
|
@ -1,2 +1,2 @@
|
||||
MD5 (gimp-2.2.4.tar.bz2) = 99e2b9391e87f8930bc22e791c8342d8
|
||||
SIZE (gimp-2.2.4.tar.bz2) = 13986435
|
||||
MD5 (gimp-2.2.6.tar.bz2) = cf7de255739bf5abc2e90d7882eda6c9
|
||||
SIZE (gimp-2.2.6.tar.bz2) = 13990261
|
||||
|
@ -1,13 +0,0 @@
|
||||
--- plug-ins/common/url.c.orig Thu Jun 26 15:45:03 2003
|
||||
+++ plug-ins/common/url.c Sat Jun 28 18:17:59 2003
|
||||
@@ -187,8 +187,8 @@
|
||||
putenv ("LANG=C");
|
||||
#endif
|
||||
|
||||
- execlp ("wget", "wget", "-T", TIMEOUT, filename, "-O", tmpname, NULL);
|
||||
- g_message ("exec() failed: wget: %s", g_strerror (errno));
|
||||
+ execlp ("fetch", "fetch", "-T", TIMEOUT, filename, "-p", "-o", tmpname, NULL);
|
||||
+ g_message ("exec() failed: fetch: %s", g_strerror (errno));
|
||||
g_free (tmpname);
|
||||
_exit (127);
|
||||
}
|
13
graphics/gimpshop/files/patch-plug-ins_common_url.c
Normal file
13
graphics/gimpshop/files/patch-plug-ins_common_url.c
Normal file
@ -0,0 +1,13 @@
|
||||
--- plug-ins/common/url.c.orig Mon Mar 14 05:00:40 2005
|
||||
+++ plug-ins/common/url.c Sun Apr 10 11:45:50 2005
|
||||
@@ -186,8 +186,8 @@
|
||||
putenv ("LANG=C");
|
||||
#endif
|
||||
|
||||
- execlp ("wget", "wget", "-e", "server-response=off", "-T", TIMEOUT,
|
||||
- filename, "-O", tmpname, NULL);
|
||||
+ execlp ("fetch", "fetch", "-T", TIMEOUT, filename, "-p", "-o",
|
||||
+ tmpname, NULL);
|
||||
g_message ("exec() failed: wget: %s", g_strerror (errno));
|
||||
g_free (tmpname);
|
||||
_exit (127);
|
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user