From owner-svn-ports-head@FreeBSD.ORG Fri Mar 14 15:20:30 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 649B4A0B; Fri, 14 Mar 2014 15:20:30 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 51E6183A; Fri, 14 Mar 2014 15:20:30 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s2EFKUFd046467; Fri, 14 Mar 2014 15:20:30 GMT (envelope-from sunpoet@svn.freebsd.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s2EFKUub046466; Fri, 14 Mar 2014 15:20:30 GMT (envelope-from sunpoet@svn.freebsd.org) Message-Id: <201403141520.s2EFKUub046466@svn.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Fri, 14 Mar 2014 15:20:30 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r348252 - head/www/spdylay X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 14 Mar 2014 15:20:30 -0000 Author: sunpoet Date: Fri Mar 14 15:20:29 2014 New Revision: 348252 URL: http://svnweb.freebsd.org/changeset/ports/348252 QAT: https://qat.redports.org/buildarchive/r348252/ Log: - Add my LOCAL to MASTER_SITES - Use USES=tar:xz Modified: head/www/spdylay/Makefile Modified: head/www/spdylay/Makefile ============================================================================== --- head/www/spdylay/Makefile Fri Mar 14 15:20:21 2014 (r348251) +++ head/www/spdylay/Makefile Fri Mar 14 15:20:29 2014 (r348252) @@ -4,7 +4,8 @@ PORTNAME= spdylay PORTVERSION= 1.2.3 CATEGORIES= www net -MASTER_SITES= https://github.com/tatsuhiro-t/${PORTNAME}/releases/download/v${PORTVERSION}/ +MASTER_SITES= https://github.com/tatsuhiro-t/${PORTNAME}/releases/download/v${PORTVERSION}/ \ + LOCAL/sunpoet MAINTAINER= sunpoet@FreeBSD.org COMMENT= SPDY protocol version 2, 3 and 3.1 implementation in C @@ -24,8 +25,7 @@ USE_CXXSTD= c++11 USE_GNOME= libxml2 USE_LDCONFIG= yes USE_OPENSSL= yes -USE_XZ= yes -USES= compiler:c++11-lang pathfix pkgconfig +USES= compiler:c++11-lang pathfix pkgconfig tar:xz PORTDOCS= *