From owner-svn-ports-all@FreeBSD.ORG Mon Jun 16 08:57:58 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 DA394F56; Mon, 16 Jun 2014 08:57:58 +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 C70BA2871; Mon, 16 Jun 2014 08:57:58 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s5G8vw5a079781; Mon, 16 Jun 2014 08:57:58 GMT (envelope-from vsevolod@svn.freebsd.org) Received: (from vsevolod@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s5G8vwlc079779; Mon, 16 Jun 2014 08:57:58 GMT (envelope-from vsevolod@svn.freebsd.org) Message-Id: <201406160857.s5G8vwlc079779@svn.freebsd.org> From: Vsevolod Stakhov Date: Mon, 16 Jun 2014 08:57:58 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r357958 - head/net/beanstalkd 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 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: Mon, 16 Jun 2014 08:57:58 -0000 Author: vsevolod Date: Mon Jun 16 08:57:58 2014 New Revision: 357958 URL: http://svnweb.freebsd.org/changeset/ports/357958 QAT: https://qat.redports.org/buildarchive/r357958/ Log: - Update to 1.9. Modified: head/net/beanstalkd/Makefile head/net/beanstalkd/distinfo Modified: head/net/beanstalkd/Makefile ============================================================================== --- head/net/beanstalkd/Makefile Mon Jun 16 08:41:16 2014 (r357957) +++ head/net/beanstalkd/Makefile Mon Jun 16 08:57:58 2014 (r357958) @@ -1,9 +1,8 @@ # $FreeBSD$ PORTNAME= beanstalkd -PORTVERSION= 1.8 +PORTVERSION= 1.9 CATEGORIES= net -MASTER_SITES= http://cloud.github.com/downloads/kr/beanstalkd/ MAINTAINER= vsevolod@FreeBSD.org COMMENT= Fast, distributed, in-memory workqueue service @@ -11,8 +10,14 @@ COMMENT= Fast, distributed, in-memory wo LICENSE= MIT USES= gmake +USE_GITHUB= yes USE_RC_SUBR= beanstalkd +GH_ACCOUNT= kr +GH_PROJECT= beanstalkd +GH_COMMIT= f40e005 +GH_TAGNAME= v${PORTVERSION} + MAKE_ARGS+= CC="${CC}" CFLAGS="${CFLAGS}" PLIST_FILES= bin/beanstalkd man/man1/beanstalkd.1.gz Modified: head/net/beanstalkd/distinfo ============================================================================== --- head/net/beanstalkd/distinfo Mon Jun 16 08:41:16 2014 (r357957) +++ head/net/beanstalkd/distinfo Mon Jun 16 08:57:58 2014 (r357958) @@ -1,2 +1,2 @@ -SHA256 (beanstalkd-1.8.tar.gz) = 28c63d1a322724b832d89b5c01693a989a3e83e6cc68d2521047efa6ef15d4a1 -SIZE (beanstalkd-1.8.tar.gz) = 62579 +SHA256 (beanstalkd-1.9.tar.gz) = fa5f12f52986caeef0f647f4933d1be74e5258c4fae177ba810210c34c4226d7 +SIZE (beanstalkd-1.9.tar.gz) = 63820