View | Details | Raw Unified | Return to bug 129669 | Differences between
and this patch

Collapse All | Expand All

(-)libmsn/Makefile (-4 / +2 lines)
Lines 10-20 Link Here
10
PORTVERSION=	3.2
10
PORTVERSION=	3.2
11
PORTREVISION=	2
11
PORTREVISION=	2
12
CATEGORIES=	net-im
12
CATEGORIES=	net-im
13
MASTER_SITES=	http://libmsn.bdash.net.nz/files/ \
13
MASTER_SITES=	SF
14
		${MASTER_SITE_SOURCEFORGE}
15
MASTER_SITE_SUBDIR=	${PORTNAME}
16
14
17
MAINTAINER=	ports@FreeBSD.org
15
MAINTAINER=	decept0@gmail.com
18
COMMENT=	A library for connecting to MSN Messenger service
16
COMMENT=	A library for connecting to MSN Messenger service
19
17
20
LIB_DEPENDS=	curl.4:${PORTSDIR}/ftp/curl
18
LIB_DEPENDS=	curl.4:${PORTSDIR}/ftp/curl
(-)libmsn/Makefile~ (+31 lines)
Line 0 Link Here
1
# ex:ts=8
2
# Ports collection makefile for:	libmsn
3
# Date created:			Feb 6, 2005
4
# Whom:				ijliao
5
#
6
# $FreeBSD: ports/net-im/libmsn/Makefile,v 1.9 2007/02/01 02:41:52 kris Exp $
7
#
8
9
PORTNAME=	libmsn
10
PORTVERSION=	3.2
11
PORTREVISION=	2
12
CATEGORIES=	net-im
13
MASTER_SITES=	SF
14
#MASTER_SITE_SUBDIR=	${PORTNAME}
15
16
MAINTAINER=	decept0@gmail.com
17
COMMENT=	A library for connecting to MSN Messenger service
18
19
LIB_DEPENDS=	curl.4:${PORTSDIR}/ftp/curl
20
21
USE_AUTOTOOLS=	libtool:15
22
GNU_CONFIGURE=	yes
23
USE_LDCONFIG=	yes
24
25
.include <bsd.port.pre.mk>
26
27
.if ${ARCH} == "alpha"
28
BROKEN=		"Does not compile on alpha" 
29
.endif
30
31
.include <bsd.port.post.mk>
(-)libmsn/pkg-descr (-1 / +1 lines)
Lines 12-15 Link Here
12
   * Typing notifications.
12
   * Typing notifications.
13
   * File transfers.
13
   * File transfers.
14
14
15
WWW: http://libmsn.bdash.net.nz/
15
WWW: http://sourceforge.net/projects/libmsn/

Return to bug 129669