Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 13 Aug 2013 12:24:42 +0000 (UTC)
From:      Ryan Steinmetz <zi@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org
Subject:   svn commit: r324661 - branches/RELENG_9_2_0/net-mgmt/wmi-client
Message-ID:  <201308131224.r7DCOgnJ096745@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: zi
Date: Tue Aug 13 12:24:42 2013
New Revision: 324661
URL: http://svnweb.freebsd.org/changeset/ports/324661

Log:
  - Merge r324643 from head
  
  Approved by:	portmgr@ (bdrewery)

Modified:
  branches/RELENG_9_2_0/net-mgmt/wmi-client/Makefile   (contents, props changed)

Modified: branches/RELENG_9_2_0/net-mgmt/wmi-client/Makefile
==============================================================================
--- branches/RELENG_9_2_0/net-mgmt/wmi-client/Makefile	Tue Aug 13 12:11:05 2013	(r324660)
+++ branches/RELENG_9_2_0/net-mgmt/wmi-client/Makefile	Tue Aug 13 12:24:42 2013	(r324661)
@@ -1,15 +1,12 @@
-# New ports collection makefile for:	wmi
-# Date created:		2011-11-25
-# Whom:			KIKUCHI Koichiro <koichiro@rworks.jp>
-#
+# Created by: KIKUCHI Koichiro <koichiro@rworks.jp>
 # $FreeBSD$
-#
 
 PORTNAME=		wmi
 PORTVERSION=		1.3.16
 CATEGORIES=		net-mgmt
-MASTER_SITES=		http://dev.zenoss.org/svn/trunk/inst/externallibs/ \
-			ftp://ftp.mk.bsdclub.org/pub/FreeBSD/distfiles/
+MASTER_SITES=		http://dev.zenoss.org/trac/export/26435/trunk/inst/externallibs/ \
+			http://www.openvas.org/download/wmi/ \
+			http://mirrors.rit.edu/zi/
 PKGNAMESUFFIX=		-client
 
 MAINTAINER=		koichiro@rworks.jp
@@ -24,16 +21,8 @@ USE_GMAKE=		yes
 USES=			iconv
 USE_LDCONFIG=		yes
 
-#BUILD_DEPENDS+=		gnutls.47:${PORTSDIR}/security/gnutls
-#RUN_DEPENDS+=		gnutls.47:${PORTSDIR}/security/gnutls
-
 MAKEFILE=		GNUmakefile
 MAKE_ENV=		ZENHOME="${PREFIX}" PY_LIBDIR="${PYTHONPREFIX_SITELIBDIR}"
 ALL_TARGET=		build
 
-.include <bsd.port.pre.mk>
-
-do-configure:
-# do noting
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>



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