From owner-svn-ports-all@freebsd.org Wed Jun 29 15:27:32 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B9FA9B864CD; Wed, 29 Jun 2016 15:27:32 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 8C0A52FB8; Wed, 29 Jun 2016 15:27:32 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u5TFRVxt066624; Wed, 29 Jun 2016 15:27:31 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u5TFRVkq066623; Wed, 29 Jun 2016 15:27:31 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201606291527.u5TFRVkq066623@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Wed, 29 Jun 2016 15:27:31 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r417776 - head/archivers/gtar X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 29 Jun 2016 15:27:32 -0000 Author: amdmi3 Date: Wed Jun 29 15:27:31 2016 New Revision: 417776 URL: https://svnweb.freebsd.org/changeset/ports/417776 Log: - Fix license - Switch to USES=localbase - Switch to ${TOUCH} PR: 210637 Approved by: naddy@FreeBSD.org (maintainer) Modified: head/archivers/gtar/Makefile Modified: head/archivers/gtar/Makefile ============================================================================== --- head/archivers/gtar/Makefile Wed Jun 29 15:25:27 2016 (r417775) +++ head/archivers/gtar/Makefile Wed Jun 29 15:27:31 2016 (r417776) @@ -10,17 +10,16 @@ PKGNAMEPREFIX= g MAINTAINER= naddy@FreeBSD.org COMMENT= GNU version of the traditional tape archiver -LICENSE= GPLv3 +LICENSE= GPLv3+ +LICENSE_FILE= ${WRKSRC}/COPYING INFO= tar -USES= charsetfix cpe iconv:${STATIC_ARGS} makeinfo tar:xz +USES= charsetfix cpe iconv:${STATIC_ARGS} localbase makeinfo tar:xz CPE_VENDOR= gnu GNU_CONFIGURE= yes CONFIGURE_ARGS= --program-prefix=g \ --disable-silent-rules -CPPFLAGS+= -I${LOCALBASE}/include -LDFLAGS+= -L${LOCALBASE}/lib CONFIGURE_ENV= DEFAULT_ARCHIVE=/dev/sa0 \ DEFAULT_RMT_COMMAND=/etc/rmt # supply result to skip a test that will abort configure if run as root @@ -43,6 +42,6 @@ STATIC_VARS_OFF= STATIC_ARGS=lib # do not rebuild tar.info post-patch: - touch -r ${WRKSRC}/doc/stamp-vti ${WRKSRC}/configure + ${TOUCH} -r ${WRKSRC}/doc/stamp-vti ${WRKSRC}/configure .include