[152144] trunk/dports/sysutils/dpkg
devans at macports.org
devans at macports.org
Mon Aug 29 21:01:58 PDT 2016
Revision: 152144
https://trac.macports.org/changeset/152144
Author: devans at macports.org
Date: 2016-08-29 21:01:58 -0700 (Mon, 29 Aug 2016)
Log Message:
-----------
dpkg: maintainer update to 1.18.10 and use perl 5.24, remove outdated configuration options (#52112).
Modified Paths:
--------------
trunk/dports/sysutils/dpkg/Portfile
trunk/dports/sysutils/dpkg/files/patch-scripts_Dpkg_Source_Archive.pm.diff
Modified: trunk/dports/sysutils/dpkg/Portfile
===================================================================
--- trunk/dports/sysutils/dpkg/Portfile 2016-08-30 03:45:56 UTC (rev 152143)
+++ trunk/dports/sysutils/dpkg/Portfile 2016-08-30 04:01:58 UTC (rev 152144)
@@ -5,7 +5,7 @@
PortGroup perl5 1.0
name dpkg
-version 1.18.3
+version 1.18.10
platforms darwin
categories sysutils archivers
license GPL-2+
@@ -21,10 +21,10 @@
use_xz yes
extract.asroot yes
-checksums rmd160 baffcdf3bb72ad535d6aacbcee88202488e4612a \
- sha256 a40ffe38d7f36d858a752189a306433cfc52c7d15d7b98f61d9f9dd49e0e4807
+checksums rmd160 807a8d4bc3ec547dff82b9495618220208870196 \
+ sha256 025524da41ba18b183ff11e388eb8686f7cc58ee835ed7d48bd159c46a8b6dc5
-perl5.branches 5.22
+perl5.branches 5.24
depends_build-append \
port:pkgconfig \
@@ -55,8 +55,6 @@
--with-admindir=${prefix}/var/db/${name} \
--with-logdir=${prefix}/var/log \
--mandir=${prefix}/share/man \
- --with-zlib \
- --with-bz2 \
--with-liblzma \
--disable-linker-optimisations \
--disable-silent-rules \
Modified: trunk/dports/sysutils/dpkg/files/patch-scripts_Dpkg_Source_Archive.pm.diff
===================================================================
--- trunk/dports/sysutils/dpkg/files/patch-scripts_Dpkg_Source_Archive.pm.diff 2016-08-30 03:45:56 UTC (rev 152143)
+++ trunk/dports/sysutils/dpkg/files/patch-scripts_Dpkg_Source_Archive.pm.diff 2016-08-30 04:01:58 UTC (rev 152144)
@@ -1,15 +1,15 @@
---- scripts/Dpkg/Source/Archive.pm.orig 2015-11-19 21:10:57.000000000 -0800
-+++ scripts/Dpkg/Source/Archive.pm 2015-11-19 21:18:41.000000000 -0800
-@@ -48,7 +48,7 @@
- $spawn_opts{from_pipe} = \*$self->{tar_input};
+--- scripts/Dpkg/Source/Archive.pm.orig 2016-07-24 14:05:05.000000000 -0700
++++ scripts/Dpkg/Source/Archive.pm 2016-08-11 21:33:28.000000000 -0700
+@@ -50,7 +50,7 @@
+ my $mtime = $opts{source_date} // $ENV{SOURCE_DATE_EPOCH} // time;
# Call tar creation process
$spawn_opts{delete_env} = [ 'TAR_OPTIONS' ];
-- $spawn_opts{exec} = [ 'tar', '-cf', '-', '--format=gnu', '--null',
-+ $spawn_opts{exec} = [ 'gnutar', '-cf', '-', '--format=gnu', '--null',
+- $spawn_opts{exec} = [ 'tar', '-cf', '-', '--format=gnu',
++ $spawn_opts{exec} = [ 'gnutar', '-cf', '-', '--format=gnu',
+ '--mtime', "\@$mtime", '--clamp-mtime', '--null',
'--numeric-owner', '--owner=0', '--group=0',
@{$opts{options}}, '-T', '-' ];
- *$self->{pid} = spawn(%spawn_opts);
-@@ -90,7 +90,7 @@
+@@ -93,7 +93,7 @@
my $self = shift;
close(*$self->{tar_input}) or syserr(g_('close on tar input'));
@@ -18,7 +18,7 @@
delete *$self->{pid};
delete *$self->{tar_input};
delete *$self->{cwd};
-@@ -126,7 +126,7 @@
+@@ -129,7 +129,7 @@
# Call tar extraction process
$spawn_opts{delete_env} = [ 'TAR_OPTIONS' ];
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20160829/bfb243dc/attachment-0001.html>
More information about the macports-changes
mailing list