aboutsummaryrefslogtreecommitdiff
path: root/archivers/dpkg
diff options
context:
space:
mode:
authorShaun Amott <shaun@FreeBSD.org>2017-03-24 23:12:17 +0000
committerShaun Amott <shaun@FreeBSD.org>2017-03-24 23:12:17 +0000
commit6c064681fe398d6cc23b5e13b807cc08c4cfd6cb (patch)
tree87f1fc6a1b69af2f15f95796b88cbab7bee2ec2a /archivers/dpkg
parent106806722b10800a882831ba0dba26e465d1203c (diff)
downloadports-6c064681fe398d6cc23b5e13b807cc08c4cfd6cb.tar.gz
ports-6c064681fe398d6cc23b5e13b807cc08c4cfd6cb.zip
Update to 1.18.23.
Notes
Notes: svn path=/head/; revision=436860
Diffstat (limited to 'archivers/dpkg')
-rw-r--r--archivers/dpkg/Makefile2
-rw-r--r--archivers/dpkg/distinfo6
-rw-r--r--archivers/dpkg/files/patch-dselect_cxx-support.cc16
3 files changed, 4 insertions, 20 deletions
diff --git a/archivers/dpkg/Makefile b/archivers/dpkg/Makefile
index aaf9b7367b77..6b5bb6ca8cf9 100644
--- a/archivers/dpkg/Makefile
+++ b/archivers/dpkg/Makefile
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= dpkg
-PORTVERSION= 1.18.22
+PORTVERSION= 1.18.23
CATEGORIES= archivers sysutils
MASTER_SITES= DEBIAN_POOL
DISTNAME= dpkg_${PORTVERSION}
diff --git a/archivers/dpkg/distinfo b/archivers/dpkg/distinfo
index 07f8a3637e94..6f6435450ea8 100644
--- a/archivers/dpkg/distinfo
+++ b/archivers/dpkg/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1486020955
-SHA256 (dpkg_1.18.22.tar.xz) = eaf2ae88eae71f164167f75e9229af87fa9451bc58966fdec40db265b146ad69
-SIZE (dpkg_1.18.22.tar.xz) = 4520088
+TIMESTAMP = 1490395086
+SHA256 (dpkg_1.18.23.tar.xz) = cc08802a0cea2ccd0c10716bc71531ff9b9234dd454b83a59f71117a37f36923
+SIZE (dpkg_1.18.23.tar.xz) = 4516252
diff --git a/archivers/dpkg/files/patch-dselect_cxx-support.cc b/archivers/dpkg/files/patch-dselect_cxx-support.cc
deleted file mode 100644
index 1834891598ac..000000000000
--- a/archivers/dpkg/files/patch-dselect_cxx-support.cc
+++ /dev/null
@@ -1,16 +0,0 @@
---- dselect/cxx-support.cc.orig 2016-11-13 10:53:33 UTC
-+++ dselect/cxx-support.cc
-@@ -79,7 +79,7 @@ operator delete[](void *a, size_t size)
- {
- free(a);
- }
--
-+/*
- #ifdef HAVE___CXA_PURE_VIRTUAL
- extern "C" void
- abi::__cxa_pure_virtual()
-@@ -87,3 +87,4 @@ abi::__cxa_pure_virtual()
- internerr("pure virtual function called");
- }
- #endif
-+*/