Bug 175580 - graphics/xgrasp: Update MASTER_SITES
Summary: graphics/xgrasp: 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-04 14:20 UTC (History)
0 users

See Also:


Attachments
file.diff (982 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:04 UTC
- Update MASTER_SITES
- Support PLIST_FILES
- Add MAKE_JOBS_SAFE

Remove file:
pkg-plist
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2013-01-25 21:11:33 UTC
Responsible Changed
From-To: freebsd-ports-bugs->araujo

araujo@ wants this submitter's PRs (via the GNATS Auto Assign Tool)
Comment 2 Martin Wilke freebsd_committer freebsd_triage 2013-02-04 14:19:00 UTC
Responsible Changed
From-To: araujo->miwi

I'll take it.
Comment 3 Martin Wilke freebsd_committer freebsd_triage 2013-02-04 14:19:04 UTC
State Changed
From-To: open->closed

Committed. Thanks!
Comment 4 dfilter service freebsd_committer freebsd_triage 2013-02-04 14:19:49 UTC
Author: miwi
Date: Mon Feb  4 14:18:58 2013
New Revision: 311614
URL: http://svnweb.freebsd.org/changeset/ports/311614

Log:
  - Update MASTER_SITES
  - Support PLIST_FILES
  - Add MAKE_JOBS_SAFE
  
  PR:		175580
  Submitted by:	Ports Fury

Deleted:
  head/graphics/xgrasp/pkg-plist
Modified:
  head/graphics/xgrasp/Makefile   (contents, props changed)

Modified: head/graphics/xgrasp/Makefile
==============================================================================
--- head/graphics/xgrasp/Makefile	Mon Feb  4 14:17:48 2013	(r311613)
+++ head/graphics/xgrasp/Makefile	Mon Feb  4 14:18:58 2013	(r311614)
@@ -9,17 +9,20 @@ PORTNAME=	xgrasp
 PORTVERSION=	1.7d
 PORTREVISION=	2
 CATEGORIES=	graphics
-MASTER_SITES=	ftp://ftp.x.org/R5contrib/
+MASTER_SITES=	XCONTRIB/../R5contrib
 DISTNAME=	${PORTNAME}.${PORTVERSION}
 EXTRACT_SUFX=	.tar.Z
 
 MAINTAINER=	ports@FreeBSD.org
 COMMENT=	Display GL animations on X screen
 
-USE_IMAKE=	yes
+NO_WRKSUBDIR=	yes
+
 USE_XORG=	x11 xext
-MAN1=		glib.1 xgrasp.1
+USE_IMAKE=	yes
+MAKE_JOBS_SAFE=	yes
 
-NO_WRKSUBDIR=	yes
+MAN1=		glib.1 xgrasp.1
+PLIST_FILES=	bin/glib bin/xgrasp
 
 .include <bsd.port.mk>
_______________________________________________
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"