Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 11 Mar 2013 13:59:54 GMT
From:      Nicola Vitale <nivit@FreeBSD.org>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/176852: [PATCH] net-im/libjreen: update to 1.1.1
Message-ID:  <201303111359.r2BDxsPx097674@red.freebsd.org>
Resent-Message-ID: <201303111410.r2BEA2ci026865@freefall.freebsd.org>

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

>Number:         176852
>Category:       ports
>Synopsis:       [PATCH] net-im/libjreen: update to 1.1.1
>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 Mar 11 14:10:02 UTC 2013
>Closed-Date:
>Last-Modified:
>Originator:     Nicola Vitale
>Release:        FreeBSD 9.1-STABLE i386
>Organization:
n/a
>Environment:
FreeBSD mnemosine.domo.sva 9.1-STABLE FreeBSD 9.1-STABLE #4 r246623: Sun Feb 10 19:01:21 CET 2013     stan@mnemosine.domo.sva:/usr/obj/usr/svn/9/sys/MNEMOSINE  i386

>Description:
- Update to 1.1.1
- Trim Makefile header
- Use GitHub as download site
- Add USE_PKGCONFIG (build)

>How-To-Repeat:

>Fix:


Patch attached with submission follows:

diff -ruN libjreen/Makefile libjreen.new/Makefile
--- libjreen/Makefile	2013-02-06 21:55:55.000000000 +0100
+++ libjreen.new/Makefile	2013-03-11 14:51:14.000000000 +0100
@@ -1,14 +1,9 @@
-# New ports collection makefile for:	libjreen
-# Date created:				2012-06-09
-# Whom:					Max Brazhnikov <makc@FreeBSD.org>
-#
+# Created by: Max Brazhnikov <makc@FreeBSD.org>
 # $FreeBSD: head/net-im/libjreen/Makefile 301151 2012-07-19 11:34:15Z makc $
-#
 
 PORTNAME=	libjreen
-PORTVERSION=	1.1.0
+PORTVERSION=	1.1.1
 CATEGORIES=	net-im
-MASTER_SITES=	http://qutim.org/downloads/
 
 MAINTAINER=	akuz84@gmail.com
 COMMENT=	Qt4 based jabber library
@@ -18,13 +13,22 @@
 LIB_DEPENDS=	qca.2:${PORTSDIR}/devel/qca \
 		speex.1:${PORTSDIR}/audio/speex
 
-USE_BZIP2=	yes
-USE_QT4=	network moc_build qmake_build rcc_build uic_build
+GH_ACCOUNT=	euroelessar
+GH_COMMIT=	388621f
+GH_PROJECT=	jreen
+GH_TAGNAME=	v${PORTVERSION}
+
+LDFLAGS+=	-L${LOCALBASE}/lib
+
+MAKE_JOBS_SAFE=	yes
+
 USE_CMAKE=	yes
+USE_GITHUB=	yes
 USE_LDCONFIG=	yes
-MAKE_JOBS_SAFE=	yes
-LDFLAGS+=	-L${LOCALBASE}/lib
+USE_PKGCONFIG=	build
+USE_QT4=	moc_build qmake_build rcc_build network
 
+#USES=		pathfix
 pre-configure:
 	${REINPLACE_CMD} -e 's,lib.*/pkgconfig,libdata/pkgconfig,' \
 		${WRKSRC}/CMakeLists.txt
diff -ruN libjreen/distinfo libjreen.new/distinfo
--- libjreen/distinfo	2013-02-06 21:55:55.000000000 +0100
+++ libjreen.new/distinfo	2013-03-11 14:21:11.000000000 +0100
@@ -1,2 +1,2 @@
-SHA256 (libjreen-1.1.0.tar.bz2) = 2f9e94ee51d1e76cb8cfe00114a3246b3f46432fb7bb35b73767027a7ebe1ec6
-SIZE (libjreen-1.1.0.tar.bz2) = 223095
+SHA256 (libjreen-1.1.1.tar.gz) = 7ecd2e4960caa47ca0632efbe234b3623865a7dd128040aaa448dd0747b5e439
+SIZE (libjreen-1.1.1.tar.gz) = 292173
diff -ruN libjreen/pkg-plist libjreen.new/pkg-plist
--- libjreen/pkg-plist	2013-02-06 21:55:55.000000000 +0100
+++ libjreen.new/pkg-plist	2013-03-11 14:35:10.000000000 +0100
@@ -1,5 +1,6 @@
 include/jreen/abstractroster.h
 include/jreen/activity.h
+include/jreen/attention.h
 include/jreen/bitsofbinary.h
 include/jreen/bookmark.h
 include/jreen/bookmarkstorage.h
@@ -17,6 +18,13 @@
 include/jreen/disco.h
 include/jreen/entitytime.h
 include/jreen/error.h
+include/jreen/experimental/iristransport.h
+include/jreen/experimental/jingleaudiocontent.h
+include/jreen/experimental/jingleaudiopayload.h
+include/jreen/experimental/jinglecontent.h
+include/jreen/experimental/jinglemanager.h
+include/jreen/experimental/jinglesession.h
+include/jreen/experimental/jingletransport.h
 include/jreen/forwarded.h
 include/jreen/iq.h
 include/jreen/iqreply.h
@@ -56,6 +64,7 @@
 include/jreen/vcardupdate.h
 lib/libjreen.so
 lib/libjreen.so.1
-lib/libjreen.so.1.1.0
+lib/libjreen.so.1.1.1
 libdata/pkgconfig/libjreen.pc
+@dirrm include/jreen/experimental
 @dirrm include/jreen


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



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