Index: head/archivers/dpkg/Makefile =================================================================== --- head/archivers/dpkg/Makefile (revision 389250) +++ head/archivers/dpkg/Makefile (revision 389251) @@ -1,50 +1,45 @@ # Created by: Hye-Shik Chang # $FreeBSD$ PORTNAME= dpkg -PORTVERSION= 1.18.0 -PORTREVISION= 1 +PORTVERSION= 1.18.1 CATEGORIES= archivers sysutils MASTER_SITES= DEBIAN_POOL DISTNAME= dpkg_${PORTVERSION} MAINTAINER= pawel@FreeBSD.org COMMENT= Debian package maintenance system LICENSE= GPLv2 BUILD_DEPENDS= po4a:${PORTSDIR}/textproc/po4a RUN_DEPENDS= gtar:${PORTSDIR}/archivers/gtar \ gpatch:${PORTSDIR}/devel/patch GNU_CONFIGURE= yes USES= cpe gmake iconv libtool perl5 pkgconfig tar:xz CPE_VENDOR= debian WRKSRC= ${WRKDIR}/dpkg-${PORTVERSION} DPKGDIR?= /var/db/dpkg PLIST_SUB+= DPKGDIR=${DPKGDIR} SUB_FILES= pkg-install pkg-deinstall SUB_LIST+= DPKGDIR=${DPKGDIR} CONFIGURE_ARGS+=--with-admindir=${DPKGDIR} --libdir=${PREFIX}/libexec \ - --program-transform-name="" --with-libintl-prefix=${LOCALBASE} \ + --with-libintl-prefix=${LOCALBASE} \ --with-logdir=/var/log CONFIGURE_ENV+= PERL_LIBDIR="${PREFIX}/${SITE_PERL_REL}" OPTIONS_DEFINE= NLS OPTIONS_SUB= yes NLS_CONFIGURE_ENABLE= nls NLS_USES= gettext - -post-patch: - @${REINPLACE_CMD} '/^LDFLAGS/ s|$$| -lmd|' \ - ${WRKSRC}/lib/dpkg/Makefile.in post-install: (cd ${STAGEDIR}${DPKGDIR} && ${MKDIR} available diversions \ statoverride status) .include Index: head/archivers/dpkg/distinfo =================================================================== --- head/archivers/dpkg/distinfo (revision 389250) +++ head/archivers/dpkg/distinfo (revision 389251) @@ -1,2 +1,2 @@ -SHA256 (dpkg_1.18.0.tar.xz) = 7b156fbeed5bbfb8aa546a18badb46e471b65fa00777ccd8d7e3bbce002f225a -SIZE (dpkg_1.18.0.tar.xz) = 4330304 +SHA256 (dpkg_1.18.1.tar.xz) = cb26a97ca21c970cbe63a762125fe21f7437663badf6ce686589fe62650399da +SIZE (dpkg_1.18.1.tar.xz) = 4340240 Index: head/archivers/dpkg/files/patch-lib_compat_gettext.h =================================================================== --- head/archivers/dpkg/files/patch-lib_compat_gettext.h (revision 389250) +++ head/archivers/dpkg/files/patch-lib_compat_gettext.h (revision 389251) @@ -1,10 +1,10 @@ ---- lib/compat/gettext.h.orig 2015-05-07 18:40:12 UTC +--- lib/compat/gettext.h.orig 2015-05-03 14:52:33 UTC +++ lib/compat/gettext.h @@ -53,7 +53,6 @@ , which chokes if dcgettext is defined as a macro. So include it now, to make later inclusions of a NOP. */ #if defined(__cplusplus) && defined(__GNUG__) && (__GNUC__ >= 3) -# include # if (__GLIBC__ >= 2 && !defined __UCLIBC__) || _GLIBCXX_HAVE_LIBINTL_H # include # endif Index: head/archivers/dpkg/files/patch-scripts_Dpkg_Compression.pm =================================================================== --- head/archivers/dpkg/files/patch-scripts_Dpkg_Compression.pm (nonexistent) +++ head/archivers/dpkg/files/patch-scripts_Dpkg_Compression.pm (revision 389251) @@ -0,0 +1,11 @@ +--- scripts/Dpkg/Compression.pm.orig 2015-06-11 20:28:56 UTC ++++ scripts/Dpkg/Compression.pm +@@ -55,7 +55,7 @@ interact with the set of supported compr + my $COMP = { + gzip => { + file_ext => 'gz', +- comp_prog => [ 'gzip', '--no-name', '--rsyncable' ], ++ comp_prog => [ 'gzip', '--no-name' ], + decomp_prog => [ 'gunzip' ], + default_level => 9, + }, Property changes on: head/archivers/dpkg/files/patch-scripts_Dpkg_Compression.pm ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property