Bug 185843 - [MAINTAINER][patch]: fix location of distil
Summary: [MAINTAINER][patch]: fix location of distil
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: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-01-17 13:40 UTC by Mike Bristow
Modified: 2014-01-17 17:00 UTC (History)
0 users

See Also:


Attachments
file.diff (439 bytes, patch)
2014-01-17 13:40 UTC, Mike Bristow
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Mike Bristow 2014-01-17 13:40:00 UTC
The locations of the distfile have changed; this patch fixes them so there is one (correct!) location in the Makefile rather than several

Fix: Apply attached patch

Patch attached with submission follows:
Comment 1 dfilter service freebsd_committer freebsd_triage 2014-01-17 16:56:08 UTC
Author: rakuco
Date: Fri Jan 17 16:56:00 2014
New Revision: 340072
URL: http://svnweb.freebsd.org/changeset/ports/340072
QAT: https://qat.redports.org/buildarchive/r340072/

Log:
  - Set only one (working) MASTER_SITE. [1]
  - USE_GMAKE -> USES=gmake
  
  PR:		ports/185843 [1]
  Submitted by:	Mike Bristow <mike@urgle.com> (maintainer)

Modified:
  head/net-mgmt/netmask/Makefile

Modified: head/net-mgmt/netmask/Makefile
==============================================================================
--- head/net-mgmt/netmask/Makefile	Fri Jan 17 16:55:22 2014	(r340071)
+++ head/net-mgmt/netmask/Makefile	Fri Jan 17 16:56:00 2014	(r340072)
@@ -5,9 +5,7 @@ PORTNAME=	netmask
 PORTVERSION=	2.4
 PORTREVISION=	1
 CATEGORIES=	net-mgmt
-MASTER_SITES=	http://trap.mtview.ca.us/~talby/ \
-		${MASTER_SITE_DEBIAN}
-MASTER_SITE_SUBDIR=	pool/main/n/netmask/
+MASTER_SITES=	http://trap.mtview.ca.us/~talby/
 DISTNAME=	netmask_${PORTVERSION}
 
 MAINTAINER=	mike@urgle.com
@@ -15,7 +13,7 @@ COMMENT=	Tool for generating terse netma
 
 WRKSRC=		${WRKDIR}/${DISTNAME:S/_/-/}
 GNU_CONFIGURE=	yes
-USE_GMAKE=	yes
+USES=		gmake
 
 MAN1=		netmask.1
 INFO=		netmask
_______________________________________________
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 2 Raphael Kubo da Costa freebsd_committer freebsd_triage 2014-01-17 16:56:18 UTC
State Changed
From-To: open->closed

Committed. Thanks!