x11/libxdg-baseline has a master site of: http://n.ethz.ch/student/nevillm/download/libxdg-basedir/ As one might expect from a student account, it is no longer recognized. The distfile is not restricted in the Makefile, but apparently it's too new to be in the ftp.freebsd.org backup. Fix: 1) Fix the current (hopefully permanent) master site 2) locate a copy somewhere and put it on ftp.freebsd.org distfiles directory.
Maintainer of x11/libxdg-basedir, Please note that PR ports/176779 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/176779 -- 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)
Here is a possible candidate for a new MASTER_SITES : http://ftp.ro.debian.org/pub/linux/distributions/frugalware/frugalware-1.8/source/lib-extra/libxdg-basedir/ I used this one, the distinfo matches perfectly. John
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
Responsible Changed From-To: freebsd-ports-bugs->eadler I'll take it.
Author: eadler Date: Mon Mar 11 21:19:35 2013 New Revision: 313940 URL: http://svnweb.freebsd.org/changeset/ports/313940 Log: Update mastersite location PR: ports/176779 Reported by: John Marino <draco@marino.st> Submitted by: Nikos Ntarmos <ntarmos@ceid.upatras.gr> (maintainer) Modified: head/x11/libxdg-basedir/Makefile Modified: head/x11/libxdg-basedir/Makefile ============================================================================== --- head/x11/libxdg-basedir/Makefile Mon Mar 11 20:49:50 2013 (r313939) +++ head/x11/libxdg-basedir/Makefile Mon Mar 11 21:19:35 2013 (r313940) @@ -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 _______________________________________________ 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. Thanks!