Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 19 Mar 2014 15:59:50 +0000 (UTC)
From:      David Thiel <lx@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r348629 - head/net-im/prosody
Message-ID:  <201403191559.s2JFxoEM011328@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: lx
Date: Wed Mar 19 15:59:50 2014
New Revision: 348629
URL: http://svnweb.freebsd.org/changeset/ports/348629
QAT: https://qat.redports.org/buildarchive/r348629/

Log:
  Fix pkg-deinstall and libidn lines

Modified:
  head/net-im/prosody/Makefile

Modified: head/net-im/prosody/Makefile
==============================================================================
--- head/net-im/prosody/Makefile	Wed Mar 19 15:53:04 2014	(r348628)
+++ head/net-im/prosody/Makefile	Wed Mar 19 15:59:50 2014	(r348629)
@@ -17,7 +17,7 @@ RUN_DEPENDS=	${LUA_MODLIBDIR}/socket/cor
 		${LUA_MODLIBDIR}/lxp.so:${PORTSDIR}/textproc/luaexpat \
 		${LUA_MODLIBDIR}/lfs.so:${PORTSDIR}/devel/luafilesystem \
 
-LIB_DEPENDS=	libidn:${PORTSDIR}/dns/libidn
+LIB_DEPENDS=	libidn.so:${PORTSDIR}/dns/libidn
 
 USERS=		prosody
 GROUPS=		${USERS}
@@ -37,7 +37,7 @@ HAS_CONFIGURE=	yes
 CONFIGURE_ARGS+=	--ostype=freebsd --c-compiler="${CC}" --linker="${LD}"
 CONFIGURE_ENV+=	LOCALBASE="${LOCALBASE}" PREFIX="${PREFIX}" LUA_SUFFIX="-${LUA_VER}" LUA_LIBDIR="${LUA_LIBDIR}" LUA_INCDIR="${LUA_INCDIR}"
 
-SUB_FILES=	deinstall
+SUB_FILES=	pkg-deinstall
 SUB_LIST=	USERS=${USERS} GROUPS=${GROUPS}
 PLIST_SUB=	PROSODY_USER=${USERS} PROSODY_GROUP=${GROUPS}
 



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