summaryrefslogtreecommitdiff
path: root/www/nvu
diff options
context:
space:
mode:
authorjoerg <joerg>2015-06-25 07:39:26 +0000
committerjoerg <joerg>2015-06-25 07:39:26 +0000
commiteb072dfb87c340d3990d0aa1190c29c98474572a (patch)
tree58d6c73ba0d876406d3c1065a84def05dd919efa /www/nvu
parentdc519f2185b91a3543adc96760284947870b6c52 (diff)
downloadpkgsrc-eb072dfb87c340d3990d0aa1190c29c98474572a.tar.gz
Fix Perl 5.22 compat issue.
Diffstat (limited to 'www/nvu')
-rw-r--r--www/nvu/distinfo7
-rw-r--r--www/nvu/patches/patch-config_milestone.pl13
2 files changed, 15 insertions, 5 deletions
diff --git a/www/nvu/distinfo b/www/nvu/distinfo
index 5b98ebaf62a..0e189003376 100644
--- a/www/nvu/distinfo
+++ b/www/nvu/distinfo
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.8 2013/10/20 17:47:49 joerg Exp $
+$NetBSD: distinfo,v 1.9 2015/06/25 07:39:26 joerg Exp $
SHA1 (nvu-1.0-sources.tar.bz2) = 438b1633cb820bbede503ef2da90f46d4e96bee8
RMD160 (nvu-1.0-sources.tar.bz2) = 6d6fdb747d79e8602a4757e8eff8bbb21db6df8c
@@ -11,11 +11,8 @@ SHA1 (patch-al) = 5fe0093d2fa0691e9db035ce224265b438eedd3a
SHA1 (patch-an) = 090e62c11b8d1f4d6779f5b1e1221efb43f9460e
SHA1 (patch-ao) = eb220c4c30838216e709179cf953b9cbb9696421
SHA1 (patch-ap) = 35a193158e43d57a1c31270214140afbb3cebb56
-SHA1 (patch-composer_base_dialogs_EdImageProps.js) = da39a3ee5e6b4b0d3255bfef95601890afd80709
-SHA1 (patch-composer_base_dialogs_EdLinkProps.js) = da39a3ee5e6b4b0d3255bfef95601890afd80709
+SHA1 (patch-config_milestone.pl) = eecf61e6f2e40a7156d910d956a2d9611de1dc31
SHA1 (patch-configure) = e3192e486d2b85827485a4211953ca3229db7d11
-SHA1 (patch-configure.in) = da39a3ee5e6b4b0d3255bfef95601890afd80709
-SHA1 (patch-editor_libeditor_html_nsHTMLEditRules.cpp) = da39a3ee5e6b4b0d3255bfef95601890afd80709
SHA1 (patch-layout_xul_base_src_nsStackFrame.h) = 56eda32dd08e90661b5244f64bd078ba55bee61c
SHA1 (patch-netwerk_protocol_http_src_nshttpconnectionmgr_cpp) = 5b14d68932a3dd2be9e57f130e825150de8cc8dd
SHA1 (patch-nsprpub_config_Makefile.in) = daf6423b53385c32e658fa5d93e33a0c5f31ca91
diff --git a/www/nvu/patches/patch-config_milestone.pl b/www/nvu/patches/patch-config_milestone.pl
new file mode 100644
index 00000000000..690f4c20be6
--- /dev/null
+++ b/www/nvu/patches/patch-config_milestone.pl
@@ -0,0 +1,13 @@
+$NetBSD: patch-config_milestone.pl,v 1.1 2015/06/25 07:39:26 joerg Exp $
+
+--- config/milestone.pl.orig 2015-06-24 20:47:42.000000000 +0000
++++ config/milestone.pl
+@@ -85,7 +85,7 @@ $MILESTONE_FILE = "$TOPSRCDIR/config/mi
+ #
+ my $milestone = Moz::Milestone::getOfficialMilestone($MILESTONE_FILE);
+
+-if (defined(@TEMPLATE_FILE)) {
++if (@TEMPLATE_FILE) {
+ my $TFILE;
+
+ foreach $TFILE (@TEMPLATE_FILE) {