freebsd-ports/textproc/intltool/files
Ruslan Makhmatkhanov 16b7e808fd textproc/intltool: fix warnings with perl 5.22
This patch eliminates warnings like this by escaping left brace:
"""
Unescaped left brace in regex is deprecated, passed through in regex;
marked by <-- HERE in m/^(.*)\${ <-- HERE ?([A-Z_]+)}?(.*)$/ at
/usr/local/bin/intltool-update line 1065.
Unescaped left brace in regex is deprecated, passed through in regex;
marked by <-- HERE in m/\${ <-- HERE ?AC_PACKAGE_NAME}?/ at
/usr/local/bin/intltool-update line 1193.
"""

+ 7 more warnings like this when building ports involving intltool (gitg,
gnome-builder etc)

While here replace brackets with braces in download url (porlint warning) and
bump PORTREVISION because of package change.

PR:		207270
With hat:   gnome
MFH:		2016Q1
2016-03-05 19:00:04 +00:00
..
patch-intltool-update.in textproc/intltool: fix warnings with perl 5.22 2016-03-05 19:00:04 +00:00
patch-intltoolize.in