aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormarcus <marcus@FreeBSD.org>2005-04-17 10:50:29 +0800
committermarcus <marcus@FreeBSD.org>2005-04-17 10:50:29 +0800
commitceb0dd514c2f99960330f1368366416557dc14a4 (patch)
treeff636c42f37c6cd26ebc792459d463e4b594687f
parent8e104ebabe76d5f81e830bb4df8d5baa48961cca (diff)
downloadfreebsd-ports-gnome-ceb0dd514c2f99960330f1368366416557dc14a4.tar.gz
freebsd-ports-gnome-ceb0dd514c2f99960330f1368366416557dc14a4.tar.zst
freebsd-ports-gnome-ceb0dd514c2f99960330f1368366416557dc14a4.zip
Update to 0.17.2.
-rw-r--r--devel/pkg-config/Makefile3
-rw-r--r--devel/pkg-config/distinfo4
-rw-r--r--devel/pkg-config/files/patch-pkg.c20
-rw-r--r--devel/pkgconfig/Makefile3
-rw-r--r--devel/pkgconfig/distinfo4
-rw-r--r--devel/pkgconfig/files/patch-pkg.c20
6 files changed, 6 insertions, 48 deletions
diff --git a/devel/pkg-config/Makefile b/devel/pkg-config/Makefile
index 2d66dccc9565..f2074704160c 100644
--- a/devel/pkg-config/Makefile
+++ b/devel/pkg-config/Makefile
@@ -6,8 +6,7 @@
#
PORTNAME= pkgconfig
-PORTVERSION= 0.17.1
-PORTREVISION= 1
+PORTVERSION= 0.17.2
CATEGORIES= devel
MASTER_SITES= http://pkgconfig.freedesktop.org/releases/
DIST_SUBDIR= gnome2
diff --git a/devel/pkg-config/distinfo b/devel/pkg-config/distinfo
index ee10bfc43982..20b35cccca85 100644
--- a/devel/pkg-config/distinfo
+++ b/devel/pkg-config/distinfo
@@ -1,2 +1,2 @@
-MD5 (gnome2/pkgconfig-0.17.1.tar.gz) = ff6e1f2307d077630dda17b4df3c0518
-SIZE (gnome2/pkgconfig-0.17.1.tar.gz) = 964840
+MD5 (gnome2/pkgconfig-0.17.2.tar.gz) = a0829ae71b586e027183b2a1cfe0ce88
+SIZE (gnome2/pkgconfig-0.17.2.tar.gz) = 965129
diff --git a/devel/pkg-config/files/patch-pkg.c b/devel/pkg-config/files/patch-pkg.c
deleted file mode 100644
index 8e10f2143951..000000000000
--- a/devel/pkg-config/files/patch-pkg.c
+++ /dev/null
@@ -1,20 +0,0 @@
---- pkg.c.orig Wed Apr 13 16:04:58 2005
-+++ pkg.c Wed Apr 13 16:05:33 2005
-@@ -1024,7 +1024,7 @@
- tmp = pkgs;
- while (tmp != NULL)
- {
-- dups_list = g_slist_concat (dups_list, get_l_libs(tmp->data));
-+ dups_list = g_slist_concat (dups_list, g_slist_copy(get_l_libs(tmp->data)));
- tmp = tmp->next;
- }
-
-@@ -1067,7 +1067,7 @@
- tmp = pkgs;
- while (tmp != NULL)
- {
-- dups_list = g_slist_concat (dups_list, get_L_libs(tmp->data));
-+ dups_list = g_slist_concat (dups_list, g_slist_copy(get_L_libs(tmp->data)));
- tmp = tmp->next;
- }
-
diff --git a/devel/pkgconfig/Makefile b/devel/pkgconfig/Makefile
index 2d66dccc9565..f2074704160c 100644
--- a/devel/pkgconfig/Makefile
+++ b/devel/pkgconfig/Makefile
@@ -6,8 +6,7 @@
#
PORTNAME= pkgconfig
-PORTVERSION= 0.17.1
-PORTREVISION= 1
+PORTVERSION= 0.17.2
CATEGORIES= devel
MASTER_SITES= http://pkgconfig.freedesktop.org/releases/
DIST_SUBDIR= gnome2
diff --git a/devel/pkgconfig/distinfo b/devel/pkgconfig/distinfo
index ee10bfc43982..20b35cccca85 100644
--- a/devel/pkgconfig/distinfo
+++ b/devel/pkgconfig/distinfo
@@ -1,2 +1,2 @@
-MD5 (gnome2/pkgconfig-0.17.1.tar.gz) = ff6e1f2307d077630dda17b4df3c0518
-SIZE (gnome2/pkgconfig-0.17.1.tar.gz) = 964840
+MD5 (gnome2/pkgconfig-0.17.2.tar.gz) = a0829ae71b586e027183b2a1cfe0ce88
+SIZE (gnome2/pkgconfig-0.17.2.tar.gz) = 965129
diff --git a/devel/pkgconfig/files/patch-pkg.c b/devel/pkgconfig/files/patch-pkg.c
deleted file mode 100644
index 8e10f2143951..000000000000
--- a/devel/pkgconfig/files/patch-pkg.c
+++ /dev/null
@@ -1,20 +0,0 @@
---- pkg.c.orig Wed Apr 13 16:04:58 2005
-+++ pkg.c Wed Apr 13 16:05:33 2005
-@@ -1024,7 +1024,7 @@
- tmp = pkgs;
- while (tmp != NULL)
- {
-- dups_list = g_slist_concat (dups_list, get_l_libs(tmp->data));
-+ dups_list = g_slist_concat (dups_list, g_slist_copy(get_l_libs(tmp->data)));
- tmp = tmp->next;
- }
-
-@@ -1067,7 +1067,7 @@
- tmp = pkgs;
- while (tmp != NULL)
- {
-- dups_list = g_slist_concat (dups_list, get_L_libs(tmp->data));
-+ dups_list = g_slist_concat (dups_list, g_slist_copy(get_L_libs(tmp->data)));
- tmp = tmp->next;
- }
-