Package-Manager: Portage-2.3.100, Repoman-2.3.22
Signed-off-by: Jeroen Roovers <jer@gentoo.org>
"
PATCHES=(
"${FILESDIR}"/${PN}-3.3.1-flags.patch
+ "${FILESDIR}"/${PN}-3.5-perl-syntax.patch
"${WORKDIR}"/debian/patches/debian-changes
)
S=${WORKDIR}/${P/_*}
# perl daily cron script
dosbin scripts/expire-caller.pl
- exeinto /etc/cron.daily
- newexe "${FILESDIR}"/cron.daily ${PN}
+ insinto /etc/cron.daily
+ doins "${FILESDIR}"/cron.daily ${PN}
# default configuration
insinto /etc/${PN}
tcpd? ( sys-apps/tcp-wrappers )
"
PATCHES=(
+ "${FILESDIR}"/${PN}-3.5-perl-syntax.patch
"${FILESDIR}"/${PN}-9999999-flags.patch
)
S=${WORKDIR}/${P/_*}
# perl daily cron script
dosbin scripts/expire-caller.pl
- exeinto /etc/cron.daily
- newexe "${FILESDIR}"/cron.daily ${PN}
+ insinto /etc/cron.daily
+ doins "${FILESDIR}"/cron.daily ${PN}
# default configuration
insinto /etc/${PN}
--- /dev/null
+--- a/scripts/expire-caller.pl
++++ b/scripts/expire-caller.pl
+@@ -1,7 +1,7 @@
+ #!/usr/bin/perl
+ #
+
+-print STDERR "WARNING: this script is considered deprecated. It may still work but could print incorrect results!\n"
++print STDERR "WARNING: this script is considered deprecated. It may still work but could print incorrect results!\n";
+
+ use strict;
+ use Socket;