svn commit: r311328 - in head/emulators: qemu qemu-devel

Timur I. Bakeyev timur at FreeBSD.org
Thu Jan 31 19:23:33 UTC 2013


Author: timur
Date: Thu Jan 31 19:23:32 2013
New Revision: 311328
URL: http://svnweb.freebsd.org/changeset/ports/311328

Log:
  Change dependency from net/samba35 to net/samba36

Modified:
  head/emulators/qemu-devel/Makefile
  head/emulators/qemu/Makefile

Modified: head/emulators/qemu-devel/Makefile
==============================================================================
--- head/emulators/qemu-devel/Makefile	Thu Jan 31 19:20:46 2013	(r311327)
+++ head/emulators/qemu-devel/Makefile	Thu Jan 31 19:23:32 2013	(r311328)
@@ -165,7 +165,7 @@ CONFIGURE_ARGS+=	--audio-card-list=ac97,
 .endif
 
 .if ${PORT_OPTIONS:MSAMBA}
-RUN_DEPENDS+=	${LOCALBASE}/sbin/smbd:${PORTSDIR}/net/samba35
+RUN_DEPENDS+=	${LOCALBASE}/sbin/smbd:${PORTSDIR}/net/samba36
 .endif
 
 .if ${PORT_OPTIONS:MSEABIOS_GIT}

Modified: head/emulators/qemu/Makefile
==============================================================================
--- head/emulators/qemu/Makefile	Thu Jan 31 19:20:46 2013	(r311327)
+++ head/emulators/qemu/Makefile	Thu Jan 31 19:23:32 2013	(r311328)
@@ -82,7 +82,7 @@ CONFIGURE_ARGS+=	--audio-card-list=ac97,
 CONFIGURE_ARGS+=	--disable-bsd-user
 
 .if ${PORT_OPTIONS:MSAMBA}
-RUN_DEPENDS+=	${LOCALBASE}/sbin/smbd:${PORTSDIR}/net/samba35
+RUN_DEPENDS+=	${LOCALBASE}/sbin/smbd:${PORTSDIR}/net/samba36
 .endif
 
 .if ${PORT_OPTIONS:MKQEMU}


More information about the svn-ports-all mailing list