summaryrefslogtreecommitdiff
path: root/accessibility
diff options
context:
space:
mode:
authorJeremy Messenger <mezz@FreeBSD.org>2005-10-04 17:44:54 +0000
committerJeremy Messenger <mezz@FreeBSD.org>2005-10-04 17:44:54 +0000
commitde35924d4438b397cd719bf1257566f123450d68 (patch)
tree194fb43dfbd2eeb4bd9f353f45b5c0074a970773 /accessibility
parentInterLOGIC is a logic/puzzle game based on an old Amiga game Balls. (diff)
Update to 0.12.2.
Notes
Notes: svn path=/head/; revision=144190
Diffstat (limited to 'accessibility')
-rw-r--r--accessibility/gnome-mag/Makefile3
-rw-r--r--accessibility/gnome-mag/distinfo4
-rw-r--r--accessibility/gnome-mag/files/patch-magnifier_magnifier.c12
-rw-r--r--accessibility/gnome-mag/pkg-plist1
-rw-r--r--accessibility/gnomemag/Makefile3
-rw-r--r--accessibility/gnomemag/distinfo4
-rw-r--r--accessibility/gnomemag/files/patch-magnifier_magnifier.c12
-rw-r--r--accessibility/gnomemag/pkg-plist1
8 files changed, 8 insertions, 32 deletions
diff --git a/accessibility/gnome-mag/Makefile b/accessibility/gnome-mag/Makefile
index 3d6e73181d61..53aa7bfc2ffd 100644
--- a/accessibility/gnome-mag/Makefile
+++ b/accessibility/gnome-mag/Makefile
@@ -6,8 +6,7 @@
#
PORTNAME= gnomemag
-PORTVERSION= 0.12.1
-PORTREVISION= 1
+PORTVERSION= 0.12.2
CATEGORIES= accessibility gnome
MASTER_SITES= ${MASTER_SITE_GNOME}
MASTER_SITE_SUBDIR= sources/gnome-mag/0.12
diff --git a/accessibility/gnome-mag/distinfo b/accessibility/gnome-mag/distinfo
index fc566cc5cc12..a0cfbf6ccee4 100644
--- a/accessibility/gnome-mag/distinfo
+++ b/accessibility/gnome-mag/distinfo
@@ -1,2 +1,2 @@
-MD5 (gnome2/gnome-mag-0.12.1.tar.bz2) = 8987cdd1034baeae4554ea50f82715aa
-SIZE (gnome2/gnome-mag-0.12.1.tar.bz2) = 332086
+MD5 (gnome2/gnome-mag-0.12.2.tar.bz2) = 14d0915a0174861312f98106e2d7fbd2
+SIZE (gnome2/gnome-mag-0.12.2.tar.bz2) = 333911
diff --git a/accessibility/gnome-mag/files/patch-magnifier_magnifier.c b/accessibility/gnome-mag/files/patch-magnifier_magnifier.c
deleted file mode 100644
index 9b0193a872df..000000000000
--- a/accessibility/gnome-mag/files/patch-magnifier_magnifier.c
+++ /dev/null
@@ -1,12 +0,0 @@
---- magnifier/magnifier.c.orig Tue Mar 8 15:52:39 2005
-+++ magnifier/magnifier.c Tue Mar 8 15:52:53 2005
-@@ -675,8 +675,8 @@
- static void magnifier_adjust_source_size (Magnifier *magnifier)
- {
- GNOME_Magnifier_RectBounds rect_bounds;
-- magnifier_get_display_rect_bounds (magnifier, &rect_bounds, FALSE);
- gdouble vfract, hfract;
-+ magnifier_get_display_rect_bounds (magnifier, &rect_bounds, FALSE);
- hfract = (double) (magnifier->target_bounds.x2 - magnifier->target_bounds.x1) / (double) (rect_bounds.x2 - rect_bounds.x1);
- vfract = (double) (magnifier->target_bounds.y2 - magnifier->target_bounds.y1) / (double) (rect_bounds.y2 - rect_bounds.y1);
- if (vfract > hfract) /* vertical splitpane, approximately */
diff --git a/accessibility/gnome-mag/pkg-plist b/accessibility/gnome-mag/pkg-plist
index 16075af3248f..f08199c13582 100644
--- a/accessibility/gnome-mag/pkg-plist
+++ b/accessibility/gnome-mag/pkg-plist
@@ -49,6 +49,7 @@ share/locale/fa/LC_MESSAGES/gnome-mag.mo
share/locale/fi/LC_MESSAGES/gnome-mag.mo
share/locale/fr/LC_MESSAGES/gnome-mag.mo
share/locale/ga/LC_MESSAGES/gnome-mag.mo
+share/locale/gl/LC_MESSAGES/gnome-mag.mo
share/locale/gu/LC_MESSAGES/gnome-mag.mo
share/locale/he/LC_MESSAGES/gnome-mag.mo
share/locale/hi/LC_MESSAGES/gnome-mag.mo
diff --git a/accessibility/gnomemag/Makefile b/accessibility/gnomemag/Makefile
index 3d6e73181d61..53aa7bfc2ffd 100644
--- a/accessibility/gnomemag/Makefile
+++ b/accessibility/gnomemag/Makefile
@@ -6,8 +6,7 @@
#
PORTNAME= gnomemag
-PORTVERSION= 0.12.1
-PORTREVISION= 1
+PORTVERSION= 0.12.2
CATEGORIES= accessibility gnome
MASTER_SITES= ${MASTER_SITE_GNOME}
MASTER_SITE_SUBDIR= sources/gnome-mag/0.12
diff --git a/accessibility/gnomemag/distinfo b/accessibility/gnomemag/distinfo
index fc566cc5cc12..a0cfbf6ccee4 100644
--- a/accessibility/gnomemag/distinfo
+++ b/accessibility/gnomemag/distinfo
@@ -1,2 +1,2 @@
-MD5 (gnome2/gnome-mag-0.12.1.tar.bz2) = 8987cdd1034baeae4554ea50f82715aa
-SIZE (gnome2/gnome-mag-0.12.1.tar.bz2) = 332086
+MD5 (gnome2/gnome-mag-0.12.2.tar.bz2) = 14d0915a0174861312f98106e2d7fbd2
+SIZE (gnome2/gnome-mag-0.12.2.tar.bz2) = 333911
diff --git a/accessibility/gnomemag/files/patch-magnifier_magnifier.c b/accessibility/gnomemag/files/patch-magnifier_magnifier.c
deleted file mode 100644
index 9b0193a872df..000000000000
--- a/accessibility/gnomemag/files/patch-magnifier_magnifier.c
+++ /dev/null
@@ -1,12 +0,0 @@
---- magnifier/magnifier.c.orig Tue Mar 8 15:52:39 2005
-+++ magnifier/magnifier.c Tue Mar 8 15:52:53 2005
-@@ -675,8 +675,8 @@
- static void magnifier_adjust_source_size (Magnifier *magnifier)
- {
- GNOME_Magnifier_RectBounds rect_bounds;
-- magnifier_get_display_rect_bounds (magnifier, &rect_bounds, FALSE);
- gdouble vfract, hfract;
-+ magnifier_get_display_rect_bounds (magnifier, &rect_bounds, FALSE);
- hfract = (double) (magnifier->target_bounds.x2 - magnifier->target_bounds.x1) / (double) (rect_bounds.x2 - rect_bounds.x1);
- vfract = (double) (magnifier->target_bounds.y2 - magnifier->target_bounds.y1) / (double) (rect_bounds.y2 - rect_bounds.y1);
- if (vfract > hfract) /* vertical splitpane, approximately */
diff --git a/accessibility/gnomemag/pkg-plist b/accessibility/gnomemag/pkg-plist
index 16075af3248f..f08199c13582 100644
--- a/accessibility/gnomemag/pkg-plist
+++ b/accessibility/gnomemag/pkg-plist
@@ -49,6 +49,7 @@ share/locale/fa/LC_MESSAGES/gnome-mag.mo
share/locale/fi/LC_MESSAGES/gnome-mag.mo
share/locale/fr/LC_MESSAGES/gnome-mag.mo
share/locale/ga/LC_MESSAGES/gnome-mag.mo
+share/locale/gl/LC_MESSAGES/gnome-mag.mo
share/locale/gu/LC_MESSAGES/gnome-mag.mo
share/locale/he/LC_MESSAGES/gnome-mag.mo
share/locale/hi/LC_MESSAGES/gnome-mag.mo