From owner-svn-ports-all@FreeBSD.ORG Sat Sep 13 15:18:16 2014 Return-Path: Delivered-To: svn-ports-all@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 3AA95B1F; Sat, 13 Sep 2014 15:18:16 +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)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 0B5A02E3; Sat, 13 Sep 2014 15:18:16 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s8DFIFTb074625; Sat, 13 Sep 2014 15:18:15 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s8DFIFTd074622; Sat, 13 Sep 2014 15:18:15 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201409131518.s8DFIFTd074622@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sat, 13 Sep 2014 15:18:15 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r368110 - 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-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 13 Sep 2014 15:18:16 -0000 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