Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 13 Aug 2013 01:19:08 +0000 (UTC)
From:      Ryan Steinmetz <zi@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r324643 - head/net-mgmt/wmi-client
Message-ID:  <201308130119.r7D1J8SN075436@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: zi
Date: Tue Aug 13 01:19:08 2013
New Revision: 324643
URL: http://svnweb.freebsd.org/changeset/ports/324643

Log:
  - Fix bad MASTER_SITES to resolve fetch issues [1]
  - Convert to new 'created by' header+Makefile cleanup while here
  
  PR:		ports/180584 [1]
  Submitted by:	brd@ [1]

Modified:
  head/net-mgmt/wmi-client/Makefile

Modified: head/net-mgmt/wmi-client/Makefile
==============================================================================
--- head/net-mgmt/wmi-client/Makefile	Tue Aug 13 00:59:25 2013	(r324642)
+++ head/net-mgmt/wmi-client/Makefile	Tue Aug 13 01:19:08 2013	(r324643)
@@ -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?201308130119.r7D1J8SN075436>