Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 13 Sep 2014 15:18:15 +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: r368110 - head/www/spdylay
Message-ID:  <201409131518.s8DFIFTd074622@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Sat Sep 13 15:18:15 2014
New Revision: 368110
URL: http://svnweb.freebsd.org/changeset/ports/368110
QAT: https://qat.redports.org/buildarchive/r368110/

Log:
  - Update to 1.3.1
  - Add BUILD_DEPENDS and RUN_DEPENDS to check version requirement
  
  Changes:	https://github.com/tatsuhiro-t/spdylay/releases

Modified:
  head/www/spdylay/Makefile
  head/www/spdylay/distinfo
  head/www/spdylay/pkg-plist

Modified: head/www/spdylay/Makefile
==============================================================================
--- head/www/spdylay/Makefile	Sat Sep 13 15:15:17 2014	(r368109)
+++ head/www/spdylay/Makefile	Sat Sep 13 15:18:15 2014	(r368110)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	spdylay
-PORTVERSION=	1.3.0
+PORTVERSION=	1.3.1
 CATEGORIES=	www net
 MASTER_SITES=	https://github.com/tatsuhiro-t/${PORTNAME}/releases/download/v${PORTVERSION}/ \
 		LOCAL/sunpoet
@@ -12,7 +12,9 @@ COMMENT=	SPDY protocol version 2, 3 and 
 
 LICENSE=	MIT
 
+BUILD_DEPENDS=	libevent2>=2.0.8:${PORTSDIR}/devel/libevent2
 LIB_DEPENDS=	libevent_openssl.so:${PORTSDIR}/devel/libevent2
+RUN_DEPENDS=	libevent2>=2.0.8:${PORTSDIR}/devel/libevent2
 
 CONFIGURE_ARGS=	--enable-examples \
 		--enable-src

Modified: head/www/spdylay/distinfo
==============================================================================
--- head/www/spdylay/distinfo	Sat Sep 13 15:15:17 2014	(r368109)
+++ head/www/spdylay/distinfo	Sat Sep 13 15:18:15 2014	(r368110)
@@ -1,2 +1,2 @@
-SHA256 (spdylay-1.3.0.tar.xz) = ca2a83babdb400d9525b1aeb7aee5c1d6ebebc468627a9504288377d03846f73
-SIZE (spdylay-1.3.0.tar.xz) = 657024
+SHA256 (spdylay-1.3.1.tar.xz) = 3ab1205587159a76c3ad518eb5e06a681cd481149542dd612726e1515285971a
+SIZE (spdylay-1.3.1.tar.xz) = 656916

Modified: head/www/spdylay/pkg-plist
==============================================================================
--- head/www/spdylay/pkg-plist	Sat Sep 13 15:15:17 2014	(r368109)
+++ head/www/spdylay/pkg-plist	Sat Sep 13 15:18:15 2014	(r368110)
@@ -8,6 +8,6 @@ include/spdylay/spdylayver.h
 lib/libspdylay.a
 lib/libspdylay.so
 lib/libspdylay.so.7
-lib/libspdylay.so.7.1.0
+lib/libspdylay.so.7.1.1
 libdata/pkgconfig/libspdylay.pc
 @dirrm include/spdylay



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