Bug 178484 - [PATCH] www/twiki: Add additional master_site; currently one down
Summary: [PATCH] www/twiki: Add additional master_site; currently one down
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: Kubilay Kocak
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-05-10 14:40 UTC by John Marino
Modified: 2013-05-10 15:13 UTC (History)
0 users

See Also:


Attachments
file.diff (465 bytes, patch)
2013-05-10 14:40 UTC, John Marino
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-05-10 14:40:00 UTC
THe current master site is down.  Twiki is hosted on sourceforce, so add SF mastersite (as primary) and leave twiki.org in case it comes back.

Solve current fetching problem

Fix: Patch attached with submission follows:
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2013-05-10 14:40:08 UTC
Maintainer of www/twiki,

Please note that PR ports/178484 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/178484

-- 
Edwin Groothuis via the GNATS Auto Assign Tool
edwin@FreeBSD.org
Comment 2 Edwin Groothuis freebsd_committer freebsd_triage 2013-05-10 14:40:09 UTC
State Changed
From-To: open->feedback

Awaiting maintainers feedback (via the GNATS Auto Assign Tool)
Comment 3 Kubilay Kocak freebsd_committer freebsd_triage 2013-05-10 14:44:39 UTC
Responsible Changed
From-To: freebsd-ports-bugs->koobs

I'll take it.
Comment 4 Chris Petrik 2013-05-10 14:49:20 UTC
These types of PR's shouldn't require approval from maintainer at all.
Comment 5 dfilter service freebsd_committer freebsd_triage 2013-05-10 15:03:55 UTC
Author: koobs
Date: Fri May 10 14:03:43 2013
New Revision: 317803
URL: http://svnweb.freebsd.org/changeset/ports/317803

Log:
  www/twiki: Primary MASTER_SITE is down, use SOURCEFORGE to compensate
  
  PR:		ports/178484
  Reviewed by:	bdrewery, marino (on IRC)
  Approved by:	bdrewery

Modified:
  head/www/twiki/Makefile   (contents, props changed)

Modified: head/www/twiki/Makefile
==============================================================================
--- head/www/twiki/Makefile	Fri May 10 13:45:27 2013	(r317802)
+++ head/www/twiki/Makefile	Fri May 10 14:03:43 2013	(r317803)
@@ -5,7 +5,8 @@ PORTNAME=	twiki
 PORTVERSION=	5.1.4
 PORTEPOCH=	1
 CATEGORIES=	www
-MASTER_SITES=	http://twiki.org/p/pub/Codev/Release/
+MASTER_SITES=	SF/${PORTNAME}/TWiki%20for%20all%20Platforms/${DISTNAME} \
+		http://twiki.org/p/pub/Codev/Release/
 DISTNAME=	TWiki-${PORTVERSION}
 EXTRACT_SUFX=	.tgz
 
_______________________________________________
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 6 Kubilay Kocak freebsd_committer freebsd_triage 2013-05-10 15:13:27 UTC
State Changed
From-To: feedback->closed

Committed. Thanks!