ports/146465: net-im/libmsn: update to 4.1 release and unbroke with ports openssl
Dima Panov
fluffy at FreeBSD.org
Mon May 10 12:10:04 UTC 2010
>Number: 146465
>Category: ports
>Synopsis: net-im/libmsn: update to 4.1 release and unbroke with ports openssl
>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 May 10 12:10:03 UTC 2010
>Closed-Date:
>Last-Modified:
>Originator: Dima Panov
>Release: FreeBSD 9.0-900011-CURRENT amd64
>Organization:
Fluffy.Khv.RU
>Environment:
System: FreeBSD 9.0-900011-CURRENT #0 r207638M: Wed May 5 11:29:31 VLAST 2010
root at Fluffy.Khv.RU:/usr/obj/usr/src/sys/Spot
>Description:
net-im/libmsn: update to 4.1 release and unbroke with ports openssl
This PR also supersedes PR/141341
>How-To-Repeat:
>Fix:
--- libmsn.diff begins here ---
Index: net-im/libmsn/Makefile
===================================================================
RCS file: /home/ncvs/ports/net-im/libmsn/Makefile,v
retrieving revision 1.19
diff -u -r1.19 Makefile
--- net-im/libmsn/Makefile 2 Sep 2009 17:13:13 -0000 1.19
+++ net-im/libmsn/Makefile 10 May 2010 11:42:03 -0000
@@ -7,9 +7,9 @@
#
PORTNAME= libmsn
-DISTVERSION= 4.0-beta8
+DISTVERSION= 4.1
CATEGORIES= net-im
-MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/4.0%20beta%208
+MASTER_SITES= SF
MAINTAINER= decept0 at gmail.com
COMMENT= A library for connecting to MSN Messenger service
@@ -20,6 +20,8 @@
USE_LDCONFIG= yes
MAKE_JOBS_SAFE= yes
+CMAKE_ARGS+= -DCMAKE_REQUIRED_FLAGS:STRING="-L${OPENSSLBASE}/lib" \
+
post-patch:
@${REINPLACE_CMD} -e 's|lib$${LIB_SUFFIX}/pkgconfig|libdata/pkgconfig|g' \
${WRKSRC}/CMakeLists.txt
Index: net-im/libmsn/distinfo
===================================================================
RCS file: /home/ncvs/ports/net-im/libmsn/distinfo,v
retrieving revision 1.8
diff -u -r1.8 distinfo
--- net-im/libmsn/distinfo 2 Sep 2009 17:13:13 -0000 1.8
+++ net-im/libmsn/distinfo 10 May 2010 11:39:39 -0000
@@ -1,3 +1,3 @@
-MD5 (libmsn-4.0-beta8.tar.bz2) = 29d110b36402cfb0c3affeb10be8a6c6
-SHA256 (libmsn-4.0-beta8.tar.bz2) = 98f0ddd2388979977cd8ed8720830ec23df093186a5fc64ceaad8f17074a56a2
-SIZE (libmsn-4.0-beta8.tar.bz2) = 299789
+MD5 (libmsn-4.1.tar.bz2) = 769d3cf0e5625263fbc23321c1ddfcb0
+SHA256 (libmsn-4.1.tar.bz2) = ddf1575e26af5760ede1072f6d4e2057a9532118e9bd7692898a60dbe21b6c5c
+SIZE (libmsn-4.1.tar.bz2) = 289614
Index: net-im/libmsn/pkg-plist
===================================================================
RCS file: /home/ncvs/ports/net-im/libmsn/pkg-plist,v
retrieving revision 1.4
diff -u -r1.4 pkg-plist
--- net-im/libmsn/pkg-plist 23 Aug 2009 10:38:03 -0000 1.4
+++ net-im/libmsn/pkg-plist 10 May 2010 12:01:39 -0000
@@ -18,6 +18,6 @@
include/msn/util.h
lib/libmsn.so
lib/libmsn.so.0
-lib/libmsn.so.0.1.0
+lib/libmsn.so.0.3.0
libdata/pkgconfig/libmsn.pc
@dirrm include/msn
Index: net-im/libmsn/files/patch-msn__CMakeLists.txt
===================================================================
RCS file: /home/ncvs/ports/net-im/libmsn/files/patch-msn__CMakeLists.txt,v
retrieving revision 1.1
diff -u -r1.1 patch-msn__CMakeLists.txt
--- net-im/libmsn/files/patch-msn__CMakeLists.txt 28 Dec 2008 21:03:53 -0000 1.1
+++ net-im/libmsn/files/patch-msn__CMakeLists.txt 10 May 2010 11:47:21 -0000
@@ -1,10 +1,10 @@
--- ./msn/CMakeLists.txt.orig 2008-11-18 18:17:55.000000000 +0300
+++ ./msn/CMakeLists.txt 2008-12-28 22:24:22.000000000 +0300
-@@ -43,7 +43,7 @@
-
- add_library(msn SHARED ${msn_STAT_SRCS})
- set_target_properties(msn PROPERTIES VERSION 0.1.0
-- SOVERSION 0.1
+@@ -63,7 +63,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
)
--- libmsn.diff ends here ---
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list