svn commit: r434239 - head/audio/lua51-mpd

David Thiel lx at FreeBSD.org
Thu Feb 16 18:40:29 UTC 2017


Author: lx
Date: Thu Feb 16 18:40:28 2017
New Revision: 434239
URL: https://svnweb.freebsd.org/changeset/ports/434239

Log:
  Move to luasocket-51.
  
  PR:		180053
  Submitted by:	David Demelier

Modified:
  head/audio/lua51-mpd/Makefile

Modified: head/audio/lua51-mpd/Makefile
==============================================================================
--- head/audio/lua51-mpd/Makefile	Thu Feb 16 18:38:27 2017	(r434238)
+++ head/audio/lua51-mpd/Makefile	Thu Feb 16 18:40:28 2017	(r434239)
@@ -9,7 +9,7 @@ PKGNAMEPREFIX=	${LUA_PKGNAMEPREFIX}
 MAINTAINER=	demelier.david at gmail.com
 COMMENT=	Lua library for musicpd
 
-RUN_DEPENDS=	${LUA_MODLIBDIR}/socket/core.so:net/luasocket
+RUN_DEPENDS=	${LUA_MODLIBDIR}/socket/core.so:net/luasocket-51
 
 OPTIONS_DEFINE=	DOCS
 DOCSDIR=	${PREFIX}/share/doc/${PKGBASE}


More information about the svn-ports-all mailing list