Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 5 Jan 2014 18:06:58 +0000 (UTC)
From:      Raphael Kubo da Costa <rakuco@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r338814 - head/net/kio-upnp-ms
Message-ID:  <201401051806.s05I6w5n007062@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: rakuco
Date: Sun Jan  5 18:06:58 2014
New Revision: 338814
URL: http://svnweb.freebsd.org/changeset/ports/338814

Log:
  - Support staging.
  - Use the new LIB_DEPENDS syntax.

Modified:
  head/net/kio-upnp-ms/Makefile

Modified: head/net/kio-upnp-ms/Makefile
==============================================================================
--- head/net/kio-upnp-ms/Makefile	Sun Jan  5 18:05:39 2014	(r338813)
+++ head/net/kio-upnp-ms/Makefile	Sun Jan  5 18:06:58 2014	(r338814)
@@ -10,11 +10,10 @@ CATEGORIES=	net devel
 MASTER_SITES=	${MASTER_SITE_LOCAL}
 MASTER_SITE_SUBDIR=	fluffy
 
-
 MAINTAINER=	kde@FreeBSD.org
 COMMENT=	KIO slave to access UPnP MediaServers
 
-LIB_DEPENDS=	HUpnp.1:${PORTSDIR}/net/hupnp
+LIB_DEPENDS=	libHUpnp.so:${PORTSDIR}/net/hupnp
 
 USE_BZIP2=	yes
 USES=		cmake
@@ -28,5 +27,4 @@ PLIST_FILES=	include/kio/upnp-ms-types.h
 		lib/kde4/kio_upnp_ms.so \
 		share/kde4/services/kio_upnp_ms.protocol
 
-NO_STAGE=	yes
 .include <bsd.port.mk>



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