Update to 2.22.3.

This commit is contained in:
Jeremy Messenger 2008-09-23 20:24:41 +00:00
parent 931d02676e
commit ad837e6797
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=220591
3 changed files with 13 additions and 14 deletions

View file

@ -7,8 +7,7 @@
#
PORTNAME= librsvg2
PORTVERSION= 2.22.2
PORTREVISION= 2
PORTVERSION= 2.22.3
CATEGORIES= graphics gnome
MASTER_SITES= ${MASTER_SITE_GNOME}
MASTER_SITE_SUBDIR= sources/${PORTNAME:S/2$//}/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/}

View file

@ -1,3 +1,3 @@
MD5 (gnome2/librsvg-2.22.2.tar.bz2) = aae602677ce201b1a0ed6a0c18c207f2
SHA256 (gnome2/librsvg-2.22.2.tar.bz2) = 2bfc1853ecdc545bf3767ed92c93b8796f2075f522c8eab1693c96f11d55a59e
SIZE (gnome2/librsvg-2.22.2.tar.bz2) = 464857
MD5 (gnome2/librsvg-2.22.3.tar.bz2) = c4ec4fdb2b1842e221ca39127e85682d
SHA256 (gnome2/librsvg-2.22.3.tar.bz2) = 63f7cc948b60447c76e6797a2d521cba308ed42c673bd4b2212e1f0b4cd60f0a
SIZE (gnome2/librsvg-2.22.3.tar.bz2) = 491576

View file

@ -1,20 +1,20 @@
--- moz-plugin/Makefile.in.orig Thu Jul 27 11:13:53 2006
+++ moz-plugin/Makefile.in Thu Jul 27 11:14:38 2006
@@ -241,7 +241,7 @@ sbindir = @sbindir@
sharedstatedir = @sharedstatedir@
sysconfdir = @sysconfdir@
target_alias = @target_alias@
--- moz-plugin/Makefile.in.orig 2008-09-23 15:17:45.000000000 -0500
+++ moz-plugin/Makefile.in 2008-09-23 15:19:11.000000000 -0500
@@ -227,7 +227,7 @@
top_build_prefix = @top_build_prefix@
top_builddir = @top_builddir@
top_srcdir = @top_srcdir@
-plugindir = $(libdir)/mozilla/plugins
+plugindir = $(libdir)/browser_plugins
@WITH_MOZILLA_FALSE@plugin_LTLIBRARIES =
@WITH_MOZILLA_TRUE@plugin_LTLIBRARIES = libmozsvgdec.la
INCLUDES = $(MOZILLA_CFLAGS) -DBINDIR=\"$(bindir)/\" $(GLIB_CFLAGS) $(GDK_X11_CFLAGS)
@@ -284,7 +284,7 @@ $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(
@@ -270,7 +270,7 @@
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
install-pluginLTLIBRARIES: $(plugin_LTLIBRARIES)
@$(NORMAL_INSTALL)
- test -z "$(plugindir)" || $(mkdir_p) "$(DESTDIR)$(plugindir)"
+@WITH_MOZILLA_TRUE@ test -z "$(plugindir)" || $(mkdir_p) -p "$(DESTDIR)$(plugindir)"
- test -z "$(plugindir)" || $(MKDIR_P) "$(DESTDIR)$(plugindir)"
+@WITH_MOZILLA_TRUE@ test -z "$(plugindir)" || $(MKDIR_P) -p "$(DESTDIR)$(plugindir)"
@list='$(plugin_LTLIBRARIES)'; for p in $$list; do \
if test -f $$p; then \
f=$(am__strip_dir) \