svn commit: r348252 - head/www/spdylay
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Fri Mar 14 15:20:30 UTC 2014
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 at 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= *
More information about the svn-ports-head
mailing list