diff options
author | Adam Weinberger <adamw@FreeBSD.org> | 2004-02-25 07:50:30 +0000 |
---|---|---|
committer | Adam Weinberger <adamw@FreeBSD.org> | 2004-02-25 07:50:30 +0000 |
commit | ee8bcbc6dae129eb591a977cbcf2d2d2b8ce12e9 (patch) | |
tree | 656850bc256ad645df38e46f4949e8453d9d8afa /accessibility/gnome-mag | |
parent | fca8704da0f4c0fc6942bf88abd669aa337c3b36 (diff) | |
download | ports-ee8bcbc6dae129eb591a977cbcf2d2d2b8ce12e9.tar.gz ports-ee8bcbc6dae129eb591a977cbcf2d2d2b8ce12e9.zip |
Notes
Diffstat (limited to 'accessibility/gnome-mag')
-rw-r--r-- | accessibility/gnome-mag/Makefile | 6 | ||||
-rw-r--r-- | accessibility/gnome-mag/distinfo | 4 | ||||
-rw-r--r-- | accessibility/gnome-mag/files/patch-configure | 10 | ||||
-rw-r--r-- | accessibility/gnome-mag/files/patch-intltool-merge.in | 11 |
4 files changed, 5 insertions, 26 deletions
diff --git a/accessibility/gnome-mag/Makefile b/accessibility/gnome-mag/Makefile index 46d3aaa54207..af8bbf6c459f 100644 --- a/accessibility/gnome-mag/Makefile +++ b/accessibility/gnome-mag/Makefile @@ -6,8 +6,8 @@ # PORTNAME= gnomemag -PORTVERSION= 0.10.6 -CATEGORIES= accessibility x11 gnome +PORTVERSION= 0.10.7 +CATEGORIES= accessibility gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/gnome-mag/0.10 DISTNAME= gnome-mag-${PORTVERSION} @@ -17,7 +17,7 @@ MAINTAINER= gnome@FreeBSD.org COMMENT= GNOME screen magnifier USE_X_PREFIX= yes -USE_GNOME= gnomehack gnomeprefix atspi libbonobo +USE_GNOME= gnomehack gnomeprefix atspi libbonobo lthack intlhack USE_GMAKE= yes USE_LIBTOOL= yes INSTALLS_SHLIB= yes diff --git a/accessibility/gnome-mag/distinfo b/accessibility/gnome-mag/distinfo index efcaf7014772..d6935ccdd7ce 100644 --- a/accessibility/gnome-mag/distinfo +++ b/accessibility/gnome-mag/distinfo @@ -1,2 +1,2 @@ -MD5 (gnome2/gnome-mag-0.10.6.tar.gz) = 223004e22887fa12b53a85b4ca09af21 -SIZE (gnome2/gnome-mag-0.10.6.tar.gz) = 389770 +MD5 (gnome2/gnome-mag-0.10.7.tar.gz) = 59fd3824df231cd865b0609a145dd281 +SIZE (gnome2/gnome-mag-0.10.7.tar.gz) = 390056 diff --git a/accessibility/gnome-mag/files/patch-configure b/accessibility/gnome-mag/files/patch-configure deleted file mode 100644 index f195f07b43c6..000000000000 --- a/accessibility/gnome-mag/files/patch-configure +++ /dev/null @@ -1,10 +0,0 @@ ---- configure.orig Wed Dec 11 18:31:51 2002 -+++ configure Thu Dec 12 12:07:17 2002 -@@ -7414,6 +7414,7 @@ - - # This can be used to rebuild libtool when needed - LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh" -+$ac_aux_dir/ltconfig $LIBTOOL_DEPS - - # Always use our own libtool. - LIBTOOL='$(SHELL) $(top_builddir)/libtool' diff --git a/accessibility/gnome-mag/files/patch-intltool-merge.in b/accessibility/gnome-mag/files/patch-intltool-merge.in deleted file mode 100644 index 54c8a233119d..000000000000 --- a/accessibility/gnome-mag/files/patch-intltool-merge.in +++ /dev/null @@ -1,11 +0,0 @@ ---- intltool-merge.in.orig Wed Nov 12 15:29:28 2003 -+++ intltool-merge.in Wed Nov 12 15:31:54 2003 -@@ -858,7 +858,7 @@ - if ($MULTIPLE_OUTPUT) { - for my $lang (sort keys %po_files_by_lang) { - if ( ! -e $lang ) { -- mkdir $lang or die "Cannot create subdirectory $lang: $!\n"; -+ mkdir $lang, 0777 or die "Cannot create subdirectory $lang: $!\n"; - } - open OUTPUT, ">$lang/$OUTFILE" or die "Cannot open $lang/$OUTFILE: $!\n"; - my $tree = readXml($FILE); |