Bug 188281 - [patch] irc/atheme-services: does not fetch
Summary: [patch] irc/atheme-services: does not fetch
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: Tim Bishop
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-04-05 09:00 UTC by David Demelier
Modified: 2014-04-05 11:40 UTC (History)
0 users

See Also:


Attachments
atheme.diff (350 bytes, patch)
2014-04-05 09:00 UTC, David Demelier
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description David Demelier 2014-04-05 09:00:00 UTC
The port does not fetch, it seems that www. subdomain is not available.
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2014-04-05 09:00:04 UTC
Responsible Changed
From-To: freebsd-ports-bugs->tdb

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2014-04-05 11:34:48 UTC
Author: tdb
Date: Sat Apr  5 10:34:45 2014
New Revision: 350210
URL: http://svnweb.freebsd.org/changeset/ports/350210
QAT: https://qat.redports.org/buildarchive/r350210/

Log:
  - Fix MASTER_SITES. Upstream has removed www. record.
  
  PR:		ports/188277, ports/188281
  Submitted by:	Andrew Berg <aberg010@my.hennepintech.edu>
  		David Demelier <markand@malikania.fr>

Modified:
  head/irc/atheme-services/Makefile

Modified: head/irc/atheme-services/Makefile
==============================================================================
--- head/irc/atheme-services/Makefile	Sat Apr  5 10:30:21 2014	(r350209)
+++ head/irc/atheme-services/Makefile	Sat Apr  5 10:34:45 2014	(r350210)
@@ -4,7 +4,7 @@
 PORTNAME=	atheme-services
 PORTVERSION=	7.0.7
 CATEGORIES=	irc
-MASTER_SITES=	http://www.atheme.net/downloads/
+MASTER_SITES=	http://atheme.net/downloads/
 
 MAINTAINER=	tdb@FreeBSD.org
 COMMENT=	A set of services for IRC networks
_______________________________________________
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 3 Tim Bishop freebsd_committer freebsd_triage 2014-04-05 11:38:09 UTC
State Changed
From-To: open->closed

Committed. Thanks!