From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Mar 9 22:10:05 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 3BCC992B for ; Sat, 9 Mar 2013 22:10:05 +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 23EC4CDD for ; Sat, 9 Mar 2013 22:10:05 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r29MA2BI051665 for ; Sat, 9 Mar 2013 22:10:02 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r29MA2Rv051664; Sat, 9 Mar 2013 22:10:02 GMT (envelope-from gnats) Date: Sat, 9 Mar 2013 22:10:02 GMT Message-Id: <201303092210.r29MA2Rv051664@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org Cc: From: Nikos Ntarmos Subject: Re: ports/176779: x11/libxdg-basedir: MASTER_SITE gone, distfile not available X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: Nikos Ntarmos List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 09 Mar 2013 22:10:05 -0000 The following reply was made to PR ports/176779; it has been noted by GNATS. From: Nikos Ntarmos To: bug-followup@FreeBSD.org Cc: Subject: Re: ports/176779: x11/libxdg-basedir: MASTER_SITE gone, distfile not available Date: Sun, 10 Mar 2013 00:05:34 +0200 --6c2NcOVqGQ03X4Wi Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Hi there. I just contacted the author of libxdg-basedir. He has moved the tarballs to http://nevill.ch/libxdg-basedir/downloads/. I've attached the trivial relevant patch. Cheers. \n\n --6c2NcOVqGQ03X4Wi Content-Type: text/x-diff; charset=us-ascii Content-Disposition: attachment; filename="libxdg-basedir-mastersite.diff" --- Makefile.o +++ Makefile @@ -4,7 +4,7 @@ PORTNAME= libxdg-basedir PORTVERSION= 1.2.0 CATEGORIES= x11 -MASTER_SITES= http://n.ethz.ch/student/nevillm/download/libxdg-basedir/ +MASTER_SITES= http://nevill.ch/libxdg-basedir/downloads/ MAINTAINER= ntarmos@ceid.upatras.gr COMMENT= Implementation of the XDG Base Directory specification --6c2NcOVqGQ03X4Wi--