Point to at least one working MASTER_SITE
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
State Changed From-To: open->feedback Awaiting maintainers feedback (via the GNATS Auto Assign Tool)
Responsible Changed From-To: freebsd-ports-bugs->zi I'll take it.
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"
State Changed From-To: feedback->closed Committed, with minor changes. Thanks!