diff options
author | Koop Mast <kwm@FreeBSD.org> | 2015-07-27 20:19:33 +0000 |
---|---|---|
committer | Koop Mast <kwm@FreeBSD.org> | 2015-07-27 20:19:33 +0000 |
commit | b18513c396f0da554f784695a222d8383acd7127 (patch) | |
tree | 0d276f72ec80621ae31f35239a1c27ae16c21bba /devel/mate-common | |
parent | d6c984cb28fe817c6db7ba577f9eb98928bacd1e (diff) | |
download | ports-b18513c396f0da554f784695a222d8383acd7127.tar.gz ports-b18513c396f0da554f784695a222d8383acd7127.zip |
Notes
Diffstat (limited to 'devel/mate-common')
-rw-r--r-- | devel/mate-common/Makefile | 2 | ||||
-rw-r--r-- | devel/mate-common/distinfo | 4 | ||||
-rw-r--r-- | devel/mate-common/files/patch-macros_mate-autogen | 12 |
3 files changed, 9 insertions, 9 deletions
diff --git a/devel/mate-common/Makefile b/devel/mate-common/Makefile index 2d618b1d4b79..9a8097ef66b4 100644 --- a/devel/mate-common/Makefile +++ b/devel/mate-common/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= mate-common -PORTVERSION= 1.8.0 +PORTVERSION= 1.10.0 CATEGORIES= devel mate MASTER_SITES= MATE DIST_SUBDIR= mate diff --git a/devel/mate-common/distinfo b/devel/mate-common/distinfo index 295af724e7f0..ab08dc1e75ef 100644 --- a/devel/mate-common/distinfo +++ b/devel/mate-common/distinfo @@ -1,2 +1,2 @@ -SHA256 (mate/mate-common-1.8.0.tar.xz) = 0b04310e61d0f9a7dd3ba32aadae38a6d0089b464b134bf015472fc9f47a23cc -SIZE (mate/mate-common-1.8.0.tar.xz) = 71072 +SHA256 (mate/mate-common-1.10.0.tar.xz) = a2193e5d2ae78aa3f7bdf5636fb46d8142d417be76885758bf3795bc5e73d822 +SIZE (mate/mate-common-1.10.0.tar.xz) = 72136 diff --git a/devel/mate-common/files/patch-macros_mate-autogen b/devel/mate-common/files/patch-macros_mate-autogen index 5f379b25633a..58a374b07e7c 100644 --- a/devel/mate-common/files/patch-macros_mate-autogen +++ b/devel/mate-common/files/patch-macros_mate-autogen @@ -1,25 +1,25 @@ https://bugs.gentoo.org/show_bug.cgi?id=427432 https://bugzilla.gnome.org/show_bug.cgi?id=680363 ---- macros/mate-autogen.orig 2009-05-27 23:29:07.000000000 +0200 -+++ macros/mate-autogen 2012-07-24 10:29:13.064750613 +0200 -@@ -77,6 +77,7 @@ +--- macros/mate-autogen.orig 2015-01-12 08:15:17.000000000 +0100 ++++ macros/mate-autogen 2015-01-13 07:59:16.690666241 +0100 +@@ -97,6 +97,7 @@ vc_min_version=$4 vc_source=$5 vc_status=1 + vc_option="--version" + local ${vc_variable}_VERSION vc_checkprog=`eval echo "\\$$vc_variable"` - if [ -n "$vc_checkprog" ]; then -@@ -89,11 +90,19 @@ +@@ -110,11 +111,19 @@ else vc_comparator=">=" fi ++ + # The most reliable way to check pkg-config version is to query the actual + # virtual + # pkg-config package entry's modversion. This works in all known + # implementations. -+ + if test "x$vc_package" = "xpkg-config"; then + vc_option="--modversion pkg-config" + fi |