From fe742a85adbb2ec5a0825fe0a2b8834beaf64116 Mon Sep 17 00:00:00 2001 From: mm Date: Mon, 22 Oct 2018 23:47:21 +0000 Subject: net-im/jabberd: - add OpenSSL 1.1 patches from upstream - use autoreconf - make portlint happier --- net-im/jabberd/files/patch-tools__jabberd.in | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'net-im/jabberd/files/patch-tools__jabberd.in') diff --git a/net-im/jabberd/files/patch-tools__jabberd.in b/net-im/jabberd/files/patch-tools__jabberd.in index 2f0cb314d646..bb542fde0bf0 100644 --- a/net-im/jabberd/files/patch-tools__jabberd.in +++ b/net-im/jabberd/files/patch-tools__jabberd.in @@ -1,16 +1,17 @@ --- tools/jabberd.in.orig 2016-02-09 09:45:54 UTC +++ tools/jabberd.in -@@ -1,9 +1,4 @@ +@@ -1,10 +1,5 @@ -#!/bin/sh -#-*-Perl-*- -- ++#!/usr/local/bin/perl + -exec perl -w -x $0 "$@" - -#!perl -+#!/usr/local/bin/perl - +- ############################################################################## # + # jabberd - perl wrapper script to manage launching and controlling the various @@ -28,8 +23,7 @@ my $Bin = "@bindir@"; my $LibExec = "@libexecdir@"; my $VERSION = "@VERSION@"; -- cgit