Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 14 Mar 2014 15:20:30 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r348252 - head/www/spdylay
Message-ID:  <201403141520.s2EFKUub046466@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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=	*
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201403141520.s2EFKUub046466>