From owner-freebsd-ports-bugs@FreeBSD.ORG Sat May 18 20:10:04 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 7549A1A8 for ; Sat, 18 May 2013 20:10:04 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 67EE0144 for ; Sat, 18 May 2013 20:10:04 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r4IKA4k5091024 for ; Sat, 18 May 2013 20:10:04 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r4IKA42a091023; Sat, 18 May 2013 20:10:04 GMT (envelope-from gnats) Date: Sat, 18 May 2013 20:10:04 GMT Message-Id: <201305182010.r4IKA42a091023@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org Cc: From: dfilter@FreeBSD.ORG (dfilter service) Subject: Re: ports/178714: commit references a PR X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: dfilter service List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 18 May 2013 20:10:04 -0000 The following reply was made to PR ports/178714; it has been noted by GNATS. From: dfilter@FreeBSD.ORG (dfilter service) To: bug-followup@FreeBSD.org Cc: Subject: Re: ports/178714: commit references a PR Date: Sat, 18 May 2013 20:09:47 +0000 (UTC) Author: rakuco Date: Sat May 18 20:09:40 2013 New Revision: 318448 URL: http://svnweb.freebsd.org/changeset/ports/318448 Log: Point MASTER_SITES to a new github address. PR: ports/178714 Submitted by: "Jakub Szafrański" (maintainer) Modified: head/sysutils/bsdinfo/Makefile Modified: head/sysutils/bsdinfo/Makefile ============================================================================== --- head/sysutils/bsdinfo/Makefile Sat May 18 20:05:57 2013 (r318447) +++ head/sysutils/bsdinfo/Makefile Sat May 18 20:09:40 2013 (r318448) @@ -8,7 +8,7 @@ PORTNAME= bsdinfo PORTVERSION= 0.22 CATEGORIES= sysutils -MASTER_SITES= http://cloud.github.com/downloads/samaelszafran/bsdinfo/ +MASTER_SITES= http://cloud.github.com/downloads/samupl/bsdinfo/ MAINTAINER= s@samu.pl COMMENT= A simple utility to display system-based information _______________________________________________ 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"