Bug 177792 - ftp/wget: drop doc patch file in favor of REINPLACE_CMD
Summary: ftp/wget: drop doc patch file in favor of REINPLACE_CMD
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: Vasil Dimov
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-04-12 02:30 UTC by Jason Helfman
Modified: 2013-04-18 07:20 UTC (History)
0 users

See Also:


Attachments
file.diff (1.02 KB, patch)
2013-04-12 02:30 UTC, Jason Helfman
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Jason Helfman freebsd_committer freebsd_triage 2013-04-12 02:30:00 UTC
doc patch can be substituted with a REINPLACE_CMD
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2013-04-12 02:30:08 UTC
Responsible Changed
From-To: freebsd-ports-bugs->vd

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2013-04-18 07:09:31 UTC
Author: vd
Date: Thu Apr 18 06:09:24 2013
New Revision: 316019
URL: http://svnweb.freebsd.org/changeset/ports/316019

Log:
  ftp/wget:
  
  Non-functional change - replace a patch file with a sed command.
  
  PR:		ports/177792
  Submitted by:	jgh@
  Feature safe:	yes

Deleted:
  head/ftp/wget/files/patch-doc_Makefile.in
Modified:
  head/ftp/wget/Makefile

Modified: head/ftp/wget/Makefile
==============================================================================
--- head/ftp/wget/Makefile	Thu Apr 18 05:45:52 2013	(r316018)
+++ head/ftp/wget/Makefile	Thu Apr 18 06:09:24 2013	(r316019)
@@ -68,6 +68,7 @@ INFO=		wget
 # eliminate gmakism
 post-patch:
 	${REINPLACE_CMD} -e 's,$$<,$$(srcdir)/wget.texi,' \
+	    		 -e 's,WGETRC = $$(sysconfdir)/wgetrc,&.sample,' \
 		${WRKSRC}/doc/Makefile.in
 	${REINPLACE_CMD} -e 's,/usr/local/etc/wgetrc,${PREFIX}/etc/wgetrc,' \
 			 -e 's,@file{},@file{${PREFIX}},' \
_______________________________________________
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 Vasil Dimov freebsd_committer freebsd_triage 2013-04-18 07:09:41 UTC
State Changed
From-To: open->closed

A similar change committed, thanks!