Bug 188874 - [PATCH] devel/subversion: USES tar:bzip2, silence post-patch
Summary: [PATCH] devel/subversion: USES tar:bzip2, silence post-patch
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: Lev A. Serebryakov
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-04-22 01:30 UTC by Dmitry Marakasov
Modified: 2014-05-11 20:30 UTC (History)
1 user (show)

See Also:


Attachments
subversion-1.8.8.patch (1011 bytes, patch)
2014-04-22 01:30 UTC, Dmitry Marakasov
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Dmitry Marakasov 2014-04-22 01:30:00 UTC
- convert USE_BZIP2 to USES=tar:bzip2
- silence post-patch

Port maintainer (lev@FreeBSD.org) is cc'd.

Generated with FreeBSD Port Tools 1.00.2014.03.23 (mode: change, diff: SVN)
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2014-04-22 01:30:04 UTC
Responsible Changed
From-To: freebsd-ports-bugs->lev

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2014-05-11 20:22:57 UTC
Author: amdmi3
Date: Sun May 11 19:22:53 2014
New Revision: 353726
URL: http://svnweb.freebsd.org/changeset/ports/353726
QAT: https://qat.redports.org/buildarchive/r353726/

Log:
  - Convert USE_BZIP2 to USES
  - Silence post-patch
  
  PR:		188874
  Submitted by:	amdmi3
  Approved by:	maintainer timeout

Modified:
  head/devel/subversion/Makefile.common

Modified: head/devel/subversion/Makefile.common
==============================================================================
--- head/devel/subversion/Makefile.common	Sun May 11 18:53:23 2014	(r353725)
+++ head/devel/subversion/Makefile.common	Sun May 11 19:22:53 2014	(r353726)
@@ -9,10 +9,9 @@ MASTER_SITES=	${MASTER_SITE_APACHE}
 DIST_SUBDIR=	subversion18
 MASTER_SITE_SUBDIR=	subversion
 
-USE_BZIP2=	yes
 USE_AUTOTOOLS=	libtool
 USE_KDE4=	# Used below if KWallet support is enabled
-USES+=		pkgconfig
+USES+=		tar:bzip2 pkgconfig
 
 LICENSE=	APACHE20
 
@@ -114,10 +113,10 @@ post-patch:
 	@${ECHO_CMD} "#define ORGANIZATION_NAME \"${ORGANIZATION}\"" > ${WRKSRC}/subversion/freebsd-organization.h
 .endif
 # shebangfix
-	${GREP} -Rl -e '#!/bin/b' -e '#!/bin/env' -e '#!/usr/bin/p' ${WRKSRC}/tools/ \
+	@${GREP} -Rl -e '#!/bin/b' -e '#!/bin/env' -e '#!/usr/bin/p' ${WRKSRC}/tools/ \
 		| ${XARGS} ${REINPLACE_CMD} -e '1s|#\!/bin/b|#\!/usr/local/bin/b|' \
 		-e '1s|#\!/bin/env|#\!/usr/bin/env|' \
 		-e '1s|#\!/usr/bin/p|#\!/usr/local/bin/p|'
 # remove all .bak files to clean the stage
-	${FIND} ${WRKSRC} -name '*.bak' -delete
+	@${FIND} ${WRKSRC} -name '*.bak' -delete
 
_______________________________________________
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 Dmitry Marakasov freebsd_committer freebsd_triage 2014-05-11 20:24:06 UTC
State Changed
From-To: open->closed

Committed. Thanks!