Bug 176779 - x11/libxdg-basedir: MASTER_SITE gone, distfile not available
Summary: x11/libxdg-basedir: MASTER_SITE gone, distfile not available
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Eitan Adler
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-03-09 09:50 UTC by John Marino
Modified: 2013-03-11 21:20 UTC (History)
0 users

See Also:


Attachments
libxdg-basedir-mastersite.diff (341 bytes, patch)
2013-03-09 22:05 UTC, ntarmos
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description John Marino 2013-03-09 09:50:00 UTC
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.
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2013-03-09 09:50:44 UTC
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
Comment 2 Edwin Groothuis freebsd_committer freebsd_triage 2013-03-09 09:50:45 UTC
State Changed
From-To: open->feedback

Awaiting maintainers feedback (via the GNATS Auto Assign Tool)
Comment 3 John Marino 2013-03-09 10:35:23 UTC
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
Comment 4 ntarmos 2013-03-09 22:05:34 UTC
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
Comment 5 Eitan Adler freebsd_committer freebsd_triage 2013-03-11 21:17:42 UTC
Responsible Changed
From-To: freebsd-ports-bugs->eadler

I'll take it.
Comment 6 dfilter service freebsd_committer freebsd_triage 2013-03-11 21:19:44 UTC
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"
Comment 7 Eitan Adler freebsd_committer freebsd_triage 2013-03-11 21:19:45 UTC
State Changed
From-To: feedback->closed

Committed. Thanks!