Bug 187202 - [patch] [update] net-p2p/mktorrent: staging support
Summary: [patch] [update] net-p2p/mktorrent: staging support
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: Pawel Pekala
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-03-02 17:50 UTC by vsjcfm
Modified: 2014-03-03 18:00 UTC (History)
0 users

See Also:


Attachments
patch.txt (577 bytes, text/plain)
2014-03-02 17:50 UTC, vsjcfm
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description vsjcfm 2014-03-02 17:50:00 UTC
Simple fix to enable staging.
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2014-03-02 17:50:07 UTC
Maintainer of net-p2p/mktorrent,

Please note that PR ports/187202 has just been submitted.

If it contains a patch for an upgrade, an enhancement or a bug fix
you agree on, reply to this email stating that you approve the patch
and a committer will take care of it.

The full text of the PR can be found at:
    http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/187202

-- 
Edwin Groothuis via the GNATS Auto Assign Tool
edwin@FreeBSD.org
Comment 2 Edwin Groothuis freebsd_committer freebsd_triage 2014-03-02 17:50:08 UTC
State Changed
From-To: open->feedback

Awaiting maintainers feedback (via the GNATS Auto Assign Tool)
Comment 3 dgerow 2014-03-03 03:25:15 UTC
Approved.
Comment 4 Mark Linimon freebsd_committer freebsd_triage 2014-03-03 06:03:48 UTC
State Changed
From-To: feedback->open

Maintainer approved.
Comment 5 Pawel Pekala freebsd_committer freebsd_triage 2014-03-03 17:47:43 UTC
Responsible Changed
From-To: freebsd-ports-bugs->pawel

I'll take it.
Comment 6 Pawel Pekala freebsd_committer freebsd_triage 2014-03-03 17:53:56 UTC
State Changed
From-To: open->closed

Committed. Thanks!
Comment 7 dfilter service freebsd_committer freebsd_triage 2014-03-03 17:53:58 UTC
Author: pawel
Date: Mon Mar  3 17:53:45 2014
New Revision: 346943
URL: http://svnweb.freebsd.org/changeset/ports/346943
QAT: https://qat.redports.org/buildarchive/r346943/

Log:
  Add staging support
  
  PR:		ports/187202
  Submitted by:	Anton Sayetsky <vsjcfm@gmail.com>
  Approved by:	maintainer

Modified:
  head/net-p2p/mktorrent/Makefile

Modified: head/net-p2p/mktorrent/Makefile
==============================================================================
--- head/net-p2p/mktorrent/Makefile	Mon Mar  3 17:49:25 2014	(r346942)
+++ head/net-p2p/mktorrent/Makefile	Mon Mar  3 17:53:45 2014	(r346943)
@@ -10,7 +10,7 @@ MAINTAINER=	dgerow@afflictions.org
 COMMENT=	Command-line utility for creating BitTorrent metainfo files
 
 .if defined(.PARSEDIR)
-USE_GMAKE=	yes
+USES=		gmake
 .else
 MAKEFILE=	BSDmakefile
 .endif
@@ -24,7 +24,6 @@ THREADS_DESC=	Enable support for pthread
 OPENSSL_DESC=	Use OpenSSL for hashing
 HASHCHECK_DESC=	Verify file hashes
 
-NO_STAGE=	yes
 .include <bsd.port.options.mk>
 
 .if ${PORT_OPTIONS:MTHREADS}
@@ -44,6 +43,6 @@ post-patch:
 	@${REINPLACE_CMD} -e "s|-lpthread|${PTHREAD_LIBS}|g" ${WRKSRC}/BSDmakefile
 
 do-install:
-	${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin
+	${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin
 
 .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"