Bug 181256 - [PATCH] games/nsnake: update master site
Summary: [PATCH] games/nsnake: update master site
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: William Grzybowski
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-08-13 10:10 UTC by David Demelier
Modified: 2013-08-13 18:00 UTC (History)
0 users

See Also:


Attachments
nsnake.diff (471 bytes, patch)
2013-08-13 10:10 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 2013-08-13 10:10:01 UTC
* Update the master site
* Retake maintainer ship (I'm the author)
Comment 1 William Grzybowski freebsd_committer freebsd_triage 2013-08-13 12:27:38 UTC
Responsible Changed
From-To: freebsd-ports-bugs->wg

I'll take it.
Comment 2 William Grzybowski 2013-08-13 12:49:57 UTC
Neither master sites are currently working for me, they are timing out.

-- 
William Grzybowski
------------------------------------------
Curitiba/PR - Brasil
Comment 3 David Demelier 2013-08-13 16:06:44 UTC
2013/8/13 William Grzybowski <william88@gmail.com>:
> Neither master sites are currently working for me, they are timing out.
>
> --
> William Grzybowski
> ------------------------------------------
> Curitiba/PR - Brasil

The DNS of malikania.fr has been updated a few couple of minutes ago,
it may take some time to be propagated everywhere I guess.


-- 
Demelier David
Comment 4 dfilter service freebsd_committer freebsd_triage 2013-08-13 17:54:00 UTC
Author: wg
Date: Tue Aug 13 16:53:48 2013
New Revision: 324674
URL: http://svnweb.freebsd.org/changeset/ports/324674

Log:
  games/nsnake: change MASTER_SITES
  
  - Change MASTER_SITES to the new location
  - Pass maintainership to the submitter
  
  PR:		ports/181256
  Submitted by:	David Demelier <demelier.david gmail.com>

Modified:
  head/games/nsnake/Makefile

Modified: head/games/nsnake/Makefile
==============================================================================
--- head/games/nsnake/Makefile	Tue Aug 13 16:47:38 2013	(r324673)
+++ head/games/nsnake/Makefile	Tue Aug 13 16:53:48 2013	(r324674)
@@ -4,10 +4,10 @@
 PORTNAME=	nsnake
 PORTVERSION=	1.4
 CATEGORIES=	games
-MASTER_SITES=	http://softs.malikania.fr/releases/
+MASTER_SITES=	http://releases.malikania.fr/nsnake/
 EXTRACT_SUFX=	.tgz
 
-MAINTAINER=	ports@FreeBSD.org
+MAINTAINER=	demelier.david@gmail.com
 COMMENT=	Snake game written in C and ncurses
 
 LICENSE=	MIT
_______________________________________________
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 5 William Grzybowski freebsd_committer freebsd_triage 2013-08-13 18:00:40 UTC
State Changed
From-To: open->closed

Committed. Thanks!