Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 24 Apr 2012 01:05:37 +0600 (BDT)
From:      Muhammad Moinur Rahman <5u623l20@gmail.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        wenheping@gmail.com
Subject:   ports/167244: [PATCH] net-im/p5-AnyEvent-XMPP: update to 0.52
Message-ID:  <201204231905.q3NJ5bEa098416@bofh.telnet.net.bd>
Resent-Message-ID: <201204231910.q3NJABhQ096661@freefall.freebsd.org>

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

>Number:         167244
>Category:       ports
>Synopsis:       [PATCH] net-im/p5-AnyEvent-XMPP: update to 0.52
>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:   Mon Apr 23 19:10:11 UTC 2012
>Closed-Date:
>Last-Modified:
>Originator:     Muhammad Moinur Rahman
>Release:        FreeBSD 9.0-STABLE amd64
>Organization:
>Environment:
System: FreeBSD bofh.telnet.net.bd 9.0-STABLE FreeBSD 9.0-STABLE #0: Fri Mar  2 02:21:51 BDT
>Description:
- Update to 0.52
- Marked brokern for 7.X as p5-GSSAPI one of the prerequisute for 
p5-Authen-SASL one of the prerequisute for this port is marked as broken

For Committer's reference:
http://tb.s.ubze.ro//logs/8.2-FreeBSD-i386/p5-AnyEvent-XMPP-0.52.log
http://tb.s.ubze.ro//logs/8.2-FreeBSD-amd64/p5-AnyEvent-XMPP-0.52.log
http://tb.s.ubze.ro//logs/9.0-FreeBSD-i386/p5-AnyEvent-XMPP-0.52.log
http://tb.s.ubze.ro//logs/9.0-FreeBSD-amd64/p5-AnyEvent-XMPP-0.52.log

Port maintainer (wenheping@gmail.com) is cc'd.

Generated with FreeBSD Port Tools 0.99_5 (mode: update, diff: ports)
>How-To-Repeat:
>Fix:

--- p5-AnyEvent-XMPP-0.52.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/net-im/p5-AnyEvent-XMPP/Makefile ./Makefile
--- /usr/ports/net-im/p5-AnyEvent-XMPP/Makefile	2012-04-24 01:03:18.000000000 +0600
+++ ./Makefile	2012-04-24 00:35:24.943894507 +0600
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	AnyEvent-XMPP
-PORTVERSION=	0.51
+PORTVERSION=	0.52
 CATEGORIES=	net-im perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
@@ -74,4 +74,10 @@
 	AnyEvent::XMPP::Ext::MUC::Room.3 \
 	AnyEvent::XMPP::Client.3
 
+.include <bsd.port.pre.mk>
+# One of it't dependency is p5-GSSAPI which is marked broken for 7.X
+.if ${OSVERSION} < 800000
+BROKEN=	Does not work on FreeBSD 7.x
+.endif
+
 .include <bsd.port.mk>
diff -ruN --exclude=CVS /usr/ports/net-im/p5-AnyEvent-XMPP/distinfo ./distinfo
--- /usr/ports/net-im/p5-AnyEvent-XMPP/distinfo	2011-03-20 18:53:31.000000000 +0600
+++ ./distinfo	2012-04-23 17:55:03.690888888 +0600
@@ -1,2 +1,2 @@
-SHA256 (AnyEvent-XMPP-0.51.tar.gz) = 9a7145c941e74d082b7a577431c6a7453b9650032e6c2c04fc45753fcf5261fb
-SIZE (AnyEvent-XMPP-0.51.tar.gz) = 115033
+SHA256 (AnyEvent-XMPP-0.52.tar.gz) = d953c2558b772a2d92d6cd6bf2b473cb6cf10e92cd1e98628d4eb01f64a83fa0
+SIZE (AnyEvent-XMPP-0.52.tar.gz) = 119258
diff -ruN --exclude=CVS /usr/ports/net-im/p5-AnyEvent-XMPP/pkg-descr ./pkg-descr
--- /usr/ports/net-im/p5-AnyEvent-XMPP/pkg-descr	2009-08-18 03:35:25.000000000 +0700
+++ ./pkg-descr	2012-04-24 00:43:35.661894420 +0600
@@ -1,3 +1,3 @@
 AnyEvent::XMPP is an implementation of the XMPP Protocol.
 
-WWW: http://search.cpan.org/dist/AnyEvent-XMPP
+WWW: http://search.cpan.org/dist/AnyEvent-XMPP/
--- p5-AnyEvent-XMPP-0.52.patch ends here ---

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



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