Bug 180584

Summary: [patch] net-mgmt/wmi-client: Point to one working MASTER_SITE
Product: Ports & Packages Reporter: Brad Davis <brd>
Component: Individual Port(s)Assignee: Ryan Steinmetz <zi>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
wmiclient.diff none

Description Brad Davis freebsd_committer freebsd_triage 2013-07-16 00:10:00 UTC
	Point to at least one working MASTER_SITE
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2013-07-16 00:10:07 UTC
Maintainer of net-mgmt/wmi-client,

Please note that PR ports/180584 has just been submitted.

If it contains a patch for an upgrade, an enhancement or a bug fix
you agree on, reply to this email stating that you approve the patch
and a committer will take care of it.

The full text of the PR can be found at:
    http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/180584

-- 
Edwin Groothuis via the GNATS Auto Assign Tool
edwin@FreeBSD.org
Comment 2 Edwin Groothuis freebsd_committer freebsd_triage 2013-07-16 00:10:08 UTC
State Changed
From-To: open->feedback

Awaiting maintainers feedback (via the GNATS Auto Assign Tool)
Comment 3 Ryan Steinmetz freebsd_committer freebsd_triage 2013-08-13 02:01:43 UTC
Responsible Changed
From-To: freebsd-ports-bugs->zi

I'll take it.
Comment 4 dfilter service freebsd_committer freebsd_triage 2013-08-13 02:19:21 UTC
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>
_______________________________________________
svn-ports-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-ports-all
To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
Comment 5 Ryan Steinmetz freebsd_committer freebsd_triage 2013-08-13 02:21:03 UTC
State Changed
From-To: feedback->closed

Committed, with minor changes. Thanks!