mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-13 07:34:50 +00:00
- Update to 2.14.4
PR: 97128 Submitted by: Tim Welch
This commit is contained in:
parent
93b53b9e5c
commit
369d8ef21e
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=162075
@ -7,7 +7,7 @@
|
||||
#
|
||||
|
||||
PORTNAME= librsvg2
|
||||
PORTVERSION= 2.14.3
|
||||
PORTVERSION= 2.14.4
|
||||
CATEGORIES= graphics gnome
|
||||
MASTER_SITES= ${MASTER_SITE_GNOME}
|
||||
MASTER_SITE_SUBDIR= sources/${PORTNAME:S/2$//}/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/}
|
||||
|
@ -1,3 +1,3 @@
|
||||
MD5 (gnome2/librsvg-2.14.3.tar.bz2) = f926aa102ccc3ce99ddf257fcce8ebf4
|
||||
SHA256 (gnome2/librsvg-2.14.3.tar.bz2) = 1fe9d73067f6be070ca5fc0bc3b06e6439947b8037acbb9a2116bf94b3acd2e7
|
||||
SIZE (gnome2/librsvg-2.14.3.tar.bz2) = 415420
|
||||
MD5 (gnome2/librsvg-2.14.4.tar.bz2) = 945617bb094975d7353a3852302297c1
|
||||
SHA256 (gnome2/librsvg-2.14.4.tar.bz2) = 877f016487042eedc78c472bddd008fe70e17837374ede50726445eb8f5872d5
|
||||
SIZE (gnome2/librsvg-2.14.4.tar.bz2) = 415862
|
||||
|
@ -14,7 +14,7 @@
|
||||
install-pluginLTLIBRARIES: $(plugin_LTLIBRARIES)
|
||||
@$(NORMAL_INSTALL)
|
||||
- test -z "$(plugindir)" || $(mkdir_p) "$(DESTDIR)$(plugindir)"
|
||||
+@WITH_MOZILLA_TRUE@ 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) \
|
||||
|
Loading…
Reference in New Issue
Block a user