Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 23 Apr 2012 07:09:36 GMT
From:      Shane Bell <decept0@gmail.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/167221: [maintainer update] net-im/libmsn - upgrade to 4.2.1
Message-ID:  <201204230709.q3N79aUo061671@red.freebsd.org>
Resent-Message-ID: <201204230710.q3N7A90w091614@freefall.freebsd.org>

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

>Number:         167221
>Category:       ports
>Synopsis:       [maintainer update] net-im/libmsn - upgrade to 4.2.1
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Mon Apr 23 07:10:09 UTC 2012
>Closed-Date:
>Last-Modified:
>Originator:     Shane Bell
>Release:        
>Organization:
>Environment:
>Description:
- update to 4.2.1
- update my email address
- add LICENSE
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

diff -ruN libmsn.old/Makefile libmsn/Makefile
--- libmsn.old/Makefile	2012-04-23 19:00:34.000000000 +1200
+++ libmsn/Makefile	2012-04-23 18:57:27.000000000 +1200
@@ -7,14 +7,15 @@
 #
 
 PORTNAME=	libmsn
-DISTVERSION=	4.2
-PORTREVISION=	1
+DISTVERSION=	4.2.1
 CATEGORIES=	net-im
 MASTER_SITES=	SF
 
-MAINTAINER=	decept0@gmail.com
+MAINTAINER=	shanjobe@gmail.com
 COMMENT=	A library for connecting to MSN Messenger service
 
+LICENSE=	GPLv2
+
 USE_BZIP2=	yes
 USE_CMAKE=	yes
 USE_OPENSSL=	yes
diff -ruN libmsn.old/distinfo libmsn/distinfo
--- libmsn.old/distinfo	2012-04-23 19:00:34.000000000 +1200
+++ libmsn/distinfo	2012-04-23 18:35:05.000000000 +1200
@@ -1,2 +1,2 @@
-SHA256 (libmsn-4.2.tar.bz2) = 35ff28105fb13283da695d9d697727de7d6b23f5180b555795a69ea289b4fc23
-SIZE (libmsn-4.2.tar.bz2) = 316610
+SHA256 (libmsn-4.2.1.tar.bz2) = 338369c7455b123e84b9a7a858ac0ed2b1dc32e6529f460fdc01d28869a20fde
+SIZE (libmsn-4.2.1.tar.bz2) = 316900
diff -ruN libmsn.old/files/patch-msn_CMakeLists.txt libmsn/files/patch-msn_CMakeLists.txt
--- libmsn.old/files/patch-msn_CMakeLists.txt	1970-01-01 12:00:00.000000000 +1200
+++ libmsn/files/patch-msn_CMakeLists.txt	2012-04-23 18:46:57.000000000 +1200
@@ -0,0 +1,11 @@
+--- ./msn/CMakeLists.txt.orig	2012-04-23 18:43:35.000000000 +1200
++++ ./msn/CMakeLists.txt	2012-04-23 18:43:57.000000000 +1200
+@@ -64,7 +64,7 @@
+ )
+ add_library(msn SHARED ${msn_STAT_SRCS} ${siren_STAT_SRCS})
+ set_target_properties(msn PROPERTIES VERSION 0.3.0 
+-                                     SOVERSION 0.3
++                                     SOVERSION 0
+ )
+ 
+ if(NOT WIN32)
diff -ruN libmsn.old/files/patch-msn__CMakeLists.txt libmsn/files/patch-msn__CMakeLists.txt
--- libmsn.old/files/patch-msn__CMakeLists.txt	2012-04-23 19:00:34.000000000 +1200
+++ libmsn/files/patch-msn__CMakeLists.txt	1970-01-01 12:00:00.000000000 +1200
@@ -1,21 +0,0 @@
---- ./msn/CMakeLists.txt	2010-01-05 10:07:08.000000000 -0200
-+++ ./msn/CMakeLists.txt	2011-11-13 21:57:47.000000000 -0200
-@@ -40,7 +40,8 @@ set(msn_HEADERS
-     soap.h
-     p2p.h
-     msnobject.h
--    libmsn_export.h)
-+    libmsn_export.h
-+    xmlParser.h)
- 
- set(siren_STAT_SRCS
-     libsiren/common.cpp
-@@ -63,7 +64,7 @@ set(siren_HEADERS
- )
- add_library(msn SHARED ${msn_STAT_SRCS} ${siren_STAT_SRCS})
- set_target_properties(msn PROPERTIES VERSION 0.3.0 
--                                     SOVERSION 0.3
-+                                     SOVERSION 0
- )
- 
- if(NOT WIN32)


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



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