Skip site navigation (1)Skip section navigation (2)
Date:      9 Feb 2011 20:51:13 -0000
From:      Nicolas de Bari Embriz <nbari@dalmp.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/154625: update port net/beanstalkd
Message-ID:  <20110209205113.42254.qmail@ns4.ddns.mx>
Resent-Message-ID: <201102092100.p19L0NoO018065@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         154625
>Category:       ports
>Synopsis:       update port net/beanstalkd
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Wed Feb 09 21:00:23 UTC 2011
>Closed-Date:
>Last-Modified:
>Originator:     Nicolas de Bari Embriz <nbari@dalmp.com>
>Release:        FreeBSD 8.0-STABLE amd64
>Organization:
>Environment:
System: FreeBSD ns4.ddns.mx 8.0-STABLE FreeBSD 8.0-STABLE #1: Wed Apr 21 14:21:17 CEST 2010 root@ns4.ddns.mx:/usr/obj/usr/src/sys/XEN amd64


	
>Description:
I am not the maintainer of the port, just modified the curren Makefile so it can download the latest version of it
update of port net/beanstalkd from 1.4.2 to version 1.4.6
>How-To-Repeat:
	
>Fix:

	

--- beanstalkd.diff begins here ---
diff -urN beanstalkd/Makefile beanstalkd-old/Makefile
--- beanstalkd/Makefile	2011-02-09 21:43:30.000000000 +0100
+++ beanstalkd-old/Makefile	2011-02-09 21:40:05.000000000 +0100
@@ -6,17 +6,17 @@
 #
 
 PORTNAME=	beanstalkd
-PORTVERSION=	1.4.6
+PORTVERSION=	1.4.2
 PORTREVISION=	1
 CATEGORIES=	net
-MASTER_SITES=	https://github.com/downloads/kr/beanstalkd/
+MASTER_SITES=	http://xph.us/dist/beanstalkd/ \
+				http://xph.us/software/beanstalkd/rel/
 
 MAINTAINER=	vsevolod@FreeBSD.org
 COMMENT=	Fast, distributed, in-memory workqueue service
 
 LIB_DEPENDS=	event-1.4:${PORTSDIR}/devel/libevent
 
-FETCH_ARGS=     -pRr
 USE_RC_SUBR=	beanstalkd
 USE_GMAKE=		yes
 GNU_CONFIGURE=	yes
diff -urN beanstalkd/distinfo beanstalkd-old/distinfo
--- beanstalkd/distinfo	2011-02-09 21:40:45.000000000 +0100
+++ beanstalkd-old/distinfo	2011-02-09 21:40:05.000000000 +0100
@@ -1,2 +1,3 @@
-SHA256 (beanstalkd-1.4.6.tar.gz) = a03aca5ccd87c2a1bb6cdaf38d3463c9f987090f4eb6cd9c7f6e03d3d54d3ac9
-SIZE (beanstalkd-1.4.6.tar.gz) = 140858
+MD5 (beanstalkd-1.4.2.tar.gz) = 848ecf1a040e018cb0ee10a203b62896
+SHA256 (beanstalkd-1.4.2.tar.gz) = 1b1ec051321bdd5cbae35e12ce0c4bf7514dc67cf3e5b98ecd8abb64ae88588b
+SIZE (beanstalkd-1.4.2.tar.gz) = 136818
--- beanstalkd.diff ends here ---


>Release-Note:
>Audit-Trail:
>Unformatted:



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