svn commit: r324661 - branches/RELENG_9_2_0/net-mgmt/wmi-client

Ryan Steinmetz zi at FreeBSD.org
Tue Aug 13 12:24:42 UTC 2013


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 at rworks.jp>
-#
+# Created by: KIKUCHI Koichiro <koichiro at 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 at 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>


More information about the svn-ports-branches mailing list