Date: Tue, 10 Jan 2017 21:13:09 +0000 (UTC) From: Antoine Brodin <antoine@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r431135 - head/www/libhpack Message-ID: <201701102113.v0ALD91e086245@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: antoine Date: Tue Jan 10 21:13:09 2017 New Revision: 431135 URL: https://svnweb.freebsd.org/changeset/ports/431135 Log: Remove duplicate lines from distinfo Reported by: pkg-fallout Modified: head/www/libhpack/Makefile head/www/libhpack/distinfo Modified: head/www/libhpack/Makefile ============================================================================== --- head/www/libhpack/Makefile Tue Jan 10 20:53:15 2017 (r431134) +++ head/www/libhpack/Makefile Tue Jan 10 21:13:09 2017 (r431135) @@ -4,10 +4,8 @@ PORTNAME= libhpack PORTVERSION= 0.0.20140710 CATEGORIES= www -MASTER_SITES= GH:libhpack \ - https://raw.github.com/http2/http2-spec/master/:ec_xml -DISTFILES= ${DISTNAME}${EXTRACT_SUFX}:libhpack \ - draft-ietf-httpbis-header-compression.xml:ec_xml +MASTER_SITES= https://raw.github.com/http2/http2-spec/master/:ec_xml +DISTFILES= draft-ietf-httpbis-header-compression.xml:ec_xml EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} MAINTAINER= sunpoet@FreeBSD.org Modified: head/www/libhpack/distinfo ============================================================================== --- head/www/libhpack/distinfo Tue Jan 10 20:53:15 2017 (r431134) +++ head/www/libhpack/distinfo Tue Jan 10 21:13:09 2017 (r431135) @@ -1,6 +1,4 @@ TIMESTAMP = 1483892979 -SHA256 (alobbs-libhpack-0.0.20140710-b0ade19_GH0.tar.gz) = a48edb42809d1d195602feb3d899b595cd600446870086217dae03b31c9bef7d -SIZE (alobbs-libhpack-0.0.20140710-b0ade19_GH0.tar.gz) = 231445 SHA256 (draft-ietf-httpbis-header-compression.xml) = 5451d3af357557b4852ec8ba45ef838ca16adb38e8b023d6a6e1173028fefac2 SIZE (draft-ietf-httpbis-header-compression.xml) = 152574 SHA256 (alobbs-libhpack-0.0.20140710-b0ade19_GH0.tar.gz) = a48edb42809d1d195602feb3d899b595cd600446870086217dae03b31c9bef7d
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201701102113.v0ALD91e086245>