Bug 188876 - [PATCH] net-im/gloox: update to 1.0.10
Summary: [PATCH] net-im/gloox: update to 1.0.10
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Steve Wills
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-04-22 08:10 UTC by Bartek Rutkowski
Modified: 2014-04-23 16:40 UTC (History)
0 users

See Also:


Attachments
gloox-1.0.10.patch (1.58 KB, patch)
2014-04-22 08:10 UTC, Bartek Rutkowski
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Bartek Rutkowski freebsd_committer freebsd_triage 2014-04-22 08:10:01 UTC
- Update to 1.0.10

http://poudriere.ithil.palantiri.org:8080/latest-per-pkg/gloox/1.0.10/

Generated with FreeBSD Port Tools 1.00.2014.03.23 (mode: update, diff: SVN)
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2014-04-22 08:10:06 UTC
Responsible Changed
From-To: freebsd-ports-bugs->swills

swills@ wants this submitter's PRs (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2014-04-23 16:34:14 UTC
Author: swills
Date: Wed Apr 23 15:34:10 2014
New Revision: 351956
URL: http://svnweb.freebsd.org/changeset/ports/351956
QAT: https://qat.redports.org/buildarchive/r351956/

Log:
  - Update to 1.0.10
  
  PR:		ports/188876
  Submitted by:	Bartek Rutkowski <ports@robakdesign.com>

Modified:
  head/net-im/gloox/Makefile
  head/net-im/gloox/distinfo
  head/net-im/gloox/pkg-plist

Modified: head/net-im/gloox/Makefile
==============================================================================
--- head/net-im/gloox/Makefile	Wed Apr 23 15:25:35 2014	(r351955)
+++ head/net-im/gloox/Makefile	Wed Apr 23 15:34:10 2014	(r351956)
@@ -2,8 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	gloox
-PORTVERSION=	1.0.9
-PORTREVISION=	1
+PORTVERSION=	1.0.10
 CATEGORIES=	net-im
 MASTER_SITES=	http://camaya.net/download/
 
@@ -15,8 +14,7 @@ LICENSE=	GPLv3
 LIB_DEPENDS=	libidn.so:${PORTSDIR}/dns/libidn \
 		libgnutls.so:${PORTSDIR}/security/gnutls
 
-USES=		compiler:c++11-lang libtool:keepla pathfix pkgconfig
-USE_BZIP2=	yes
+USES=		compiler:c++11-lang libtool:keepla pathfix pkgconfig tar:bzip2
 USE_LDCONFIG=	yes
 GNU_CONFIGURE=	yes
 

Modified: head/net-im/gloox/distinfo
==============================================================================
--- head/net-im/gloox/distinfo	Wed Apr 23 15:25:35 2014	(r351955)
+++ head/net-im/gloox/distinfo	Wed Apr 23 15:34:10 2014	(r351956)
@@ -1,2 +1,2 @@
-SHA256 (gloox-1.0.9.tar.bz2) = 143dd50e1edc4eb1d304fa28bdd6ab9e53b60c37c1726dd0e34c06c51f9a453e
-SIZE (gloox-1.0.9.tar.bz2) = 670206
+SHA256 (gloox-1.0.10.tar.bz2) = 300e756af97d43f3f70f1e68e4d4c7129d587dface61633f50d2c490876f58a3
+SIZE (gloox-1.0.10.tar.bz2) = 670288

Modified: head/net-im/gloox/pkg-plist
==============================================================================
--- head/net-im/gloox/pkg-plist	Wed Apr 23 15:25:35 2014	(r351955)
+++ head/net-im/gloox/pkg-plist	Wed Apr 23 15:34:10 2014	(r351956)
@@ -70,7 +70,6 @@ include/gloox/jinglepluginfactory.h
 include/gloox/jinglesession.h
 include/gloox/jinglesessionhandler.h
 include/gloox/jinglesessionmanager.h
-include/gloox/jingletransport.h
 include/gloox/lastactivity.h
 include/gloox/lastactivityhandler.h
 include/gloox/linklocal.h
@@ -150,7 +149,7 @@ include/gloox/xhtmlim.h
 lib/libgloox.a
 lib/libgloox.la
 lib/libgloox.so
-lib/libgloox.so.11
-lib/libgloox.so.11.0.0
+lib/libgloox.so.12
+lib/libgloox.so.12.0.0
 libdata/pkgconfig/gloox.pc
 @dirrm include/gloox
_______________________________________________
svn-ports-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-ports-all
To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
Comment 3 Steve Wills freebsd_committer freebsd_triage 2014-04-23 16:34:25 UTC
State Changed
From-To: open->closed

Committed. Thanks!