Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 27 Dec 2016 12:14:31 +0000 (UTC)
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r429608 - head/devel/svn2git
Message-ID:  <201612271214.uBRCEV6p076266@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Tue Dec 27 12:14:31 2016
New Revision: 429608
URL: https://svnweb.freebsd.org/changeset/ports/429608

Log:
  - Fix LICENSE
  - Remove bogus (in presence of USE_GITHUB) USES=tar*
  
  Approved by:	portmgr blanket

Modified:
  head/devel/svn2git/Makefile

Modified: head/devel/svn2git/Makefile
==============================================================================
--- head/devel/svn2git/Makefile	Tue Dec 27 12:13:36 2016	(r429607)
+++ head/devel/svn2git/Makefile	Tue Dec 27 12:14:31 2016	(r429608)
@@ -8,14 +8,14 @@ CATEGORIES=	devel kde
 MAINTAINER=	dbn@FreeBSD.org
 COMMENT=	Imports svn repositories into git
 
-LICENSE=	GPLv3
+LICENSE=	GPLv3+
 
 LIB_DEPENDS=	libsvn_client-1.so:devel/subversion
-RUN_DEPENDS+=	git:devel/git \
+RUN_DEPENDS=	git:devel/git \
 		p5-Term-ReadKey>=0:devel/p5-Term-ReadKey \
 		p5-subversion>=0:devel/p5-subversion
 
-USES=		qmake tar:xz
+USES=		qmake
 USE_GITHUB=	yes
 USE_QT4=	corelib
 GH_ACCOUNT=	svn-all-fast-export
@@ -29,7 +29,7 @@ PLIST_FILES=	bin/svn2git
 FREEBSD_REPO_EXTRA_PATCHES=	${PATCHDIR}/freebsd-export-patch
 
 post-patch:
-	${REINPLACE_CMD} -e "s|/usr/local|${LOCALBASE}|"  \
+	@${REINPLACE_CMD} -e "s|/usr/local|${LOCALBASE}|"  \
 		-e "s/VERSION = .*/VERSION = ${PORTVERSION}/" ${WRKSRC}/src/src.pro
 
 do-install:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201612271214.uBRCEV6p076266>