[Midnightbsd-cvs] mports [19993] trunk/net-im/loudmouth: fix plist and fetching of loudmouth

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Sun Aug 23 11:31:16 EDT 2015


Revision: 19993
          http://svnweb.midnightbsd.org/mports/?rev=19993
Author:   laffer1
Date:     2015-08-23 11:31:16 -0400 (Sun, 23 Aug 2015)
Log Message:
-----------
fix plist and fetching of loudmouth

Modified Paths:
--------------
    trunk/net-im/loudmouth/Makefile
    trunk/net-im/loudmouth/pkg-plist

Modified: trunk/net-im/loudmouth/Makefile
===================================================================
--- trunk/net-im/loudmouth/Makefile	2015-08-23 15:30:09 UTC (rev 19992)
+++ trunk/net-im/loudmouth/Makefile	2015-08-23 15:31:16 UTC (rev 19993)
@@ -2,7 +2,7 @@
 
 PORTNAME=	loudmouth
 PORTVERSION=	1.4.3
-PORTREVISION=	5
+PORTREVISION=	6
 CATEGORIES=	net-im gnome
 MASTER_SITES=	GNOME
 
@@ -9,19 +9,18 @@
 MAINTAINER=	ports at MidnightBSD.org
 COMMENT=	Lightweight Jabber client library
 
-LICENSE=	lgpl
+LICENSE=	gpl2
 
-LIB_DEPENDS=	idn:${PORTSDIR}/dns/libidn
+LIB_DEPENDS=	libidn.so:${PORTSDIR}/dns/libidn
 
-USES=		pkgconfig gettext
-USE_BZIP2=	yes
-USE_GMAKE=	yes
-USE_AUTOTOOLS=	libtool
+USES=		gettext gmake libtool pathfix pkgconfig tar:bzip2
+USE_GNOME=	glib20
+GNU_CONFIGURE=	yes
 USE_LDCONFIG=	yes
-USE_GNOME=	gnomehack glib20 ltverhack
 CONFIGURE_ARGS=	--disable-gtk-doc
 CPPFLAGS+=	-I${LOCALBASE}/include
 LDFLAGS+=	-Wl,-Bsymbolic -L${LOCALBASE}/lib
+INSTALL_TARGET=	install-strip
 
 OPTIONS_DEFAULT=GNUTLS
 OPTIONS_RADIO=	SSL
@@ -30,7 +29,7 @@
 .include <bsd.mport.options.mk>
 
 .if ${PORT_OPTIONS:MGNUTLS}
-LIB_DEPENDS+=	gnutls:${PORTSDIR}/security/gnutls
+LIB_DEPENDS+=	libgnutls.so:${PORTSDIR}/security/gnutls
 RUN_DEPENDS+=	${LOCALBASE}/share/certs/ca-root-nss.crt:${PORTSDIR}/security/ca_root_nss
 .endif
 

Modified: trunk/net-im/loudmouth/pkg-plist
===================================================================
--- trunk/net-im/loudmouth/pkg-plist	2015-08-23 15:30:09 UTC (rev 19992)
+++ trunk/net-im/loudmouth/pkg-plist	2015-08-23 15:31:16 UTC (rev 19993)
@@ -8,9 +8,9 @@
 include/loudmouth-1.0/loudmouth/lm-utils.h
 include/loudmouth-1.0/loudmouth/loudmouth.h
 lib/libloudmouth-1.a
-lib/libloudmouth-1.la
 lib/libloudmouth-1.so
 lib/libloudmouth-1.so.0
+lib/libloudmouth-1.so.0.1.0
 libdata/pkgconfig/loudmouth-1.0.pc
 share/gtk-doc/html/loudmouth/ch01.html
 share/gtk-doc/html/loudmouth/home.png
@@ -30,8 +30,3 @@
 share/gtk-doc/html/loudmouth/right.png
 share/gtk-doc/html/loudmouth/style.css
 share/gtk-doc/html/loudmouth/up.png
- at dirrm share/gtk-doc/html/loudmouth
- at dirrmtry share/gtk-doc/html
- at dirrmtry share/gtk-doc
- at dirrm include/loudmouth-1.0/loudmouth
- at dirrm include/loudmouth-1.0



More information about the Midnightbsd-cvs mailing list