Bug 175576 - games/xjewel: Update MASTER_SITES
Summary: games/xjewel: Update MASTER_SITES
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: Martin Wilke
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-01-25 21:10 UTC by tkato432
Modified: 2013-02-05 09:20 UTC (History)
0 users

See Also:


Attachments
file.diff (890 bytes, patch)
2013-01-25 21:10 UTC, tkato432
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description tkato432 2013-01-25 21:10:03 UTC
- Update MASTER_SITES
- Add MAKE_JOBS_SAFE
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2013-01-25 21:11:09 UTC
Responsible Changed
From-To: freebsd-ports-bugs->araujo

araujo@ wants this submitter's PRs (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2013-02-05 09:17:40 UTC
Author: miwi
Date: Tue Feb  5 09:17:31 2013
New Revision: 311681
URL: http://svnweb.freebsd.org/changeset/ports/311681

Log:
  - Update MASTER_SITES
  - Add MAKE_JOBS_SAFE
  
  PR:		175576
  Submitted by:	Ports Fury

Modified:
  head/games/xjewel/Makefile   (contents, props changed)

Modified: head/games/xjewel/Makefile
==============================================================================
--- head/games/xjewel/Makefile	Tue Feb  5 09:16:32 2013	(r311680)
+++ head/games/xjewel/Makefile	Tue Feb  5 09:17:31 2013	(r311681)
@@ -1,16 +1,11 @@
-# New ports collection makefile for:    xjewel
-# Date created:         22 November 1994
-# Whom:                 jmz
-#
+# Created by: jmz
 # $FreeBSD$
-#
 
 PORTNAME=	xjewel
 PORTVERSION=	1.6
 PORTREVISION=	3
 CATEGORIES=	games
-MASTER_SITES=	ftp://ftp.warwick.ac.uk/pub/x11/ \
-		ftp://ftp.x.org/R5contrib/
+MASTER_SITES=	XCONTRIB/../R5contrib
 EXTRACT_SUFX=	.tar.z
 
 MAINTAINER=	ports@FreeBSD.org
@@ -20,8 +15,9 @@ BUILD_DEPENDS=	bdftopcf:${PORTSDIR}/x11-
 		mkfontdir:${PORTSDIR}/x11-fonts/mkfontdir \
 		mkfontscale:${PORTSDIR}/x11-fonts/mkfontscale
 
-USE_IMAKE=	yes
 USE_XORG=	x11 xext
+USE_IMAKE=	yes
+MAKE_JOBS_SAFE=	yes
 
 MAN6=		xjewel.6
 
_______________________________________________
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 Martin Wilke freebsd_committer freebsd_triage 2013-02-05 09:17:44 UTC
Responsible Changed
From-To: araujo->miwi

I'll take it.
Comment 4 Martin Wilke freebsd_committer freebsd_triage 2013-02-05 09:17:46 UTC
State Changed
From-To: open->closed

Committed. Thanks!