From owner-svn-ports-head@freebsd.org Sun Nov 19 19:07:45 2017 Return-Path: Delivered-To: svn-ports-head@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 C8FC7DBB5C0; Sun, 19 Nov 2017 19:07:45 +0000 (UTC) (envelope-from tobik@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 8850E1CB4; Sun, 19 Nov 2017 19:07:45 +0000 (UTC) (envelope-from tobik@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id vAJJ7igM009006; Sun, 19 Nov 2017 19:07:44 GMT (envelope-from tobik@FreeBSD.org) Received: (from tobik@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id vAJJ7isp009004; Sun, 19 Nov 2017 19:07:44 GMT (envelope-from tobik@FreeBSD.org) Message-Id: <201711191907.vAJJ7isp009004@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tobik set sender to tobik@FreeBSD.org using -f From: Tobias Kortkamp Date: Sun, 19 Nov 2017 19:07:44 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r454498 - in head/www/stagit: . files X-SVN-Group: ports-head X-SVN-Commit-Author: tobik X-SVN-Commit-Paths: in head/www/stagit: . files X-SVN-Commit-Revision: 454498 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 19 Nov 2017 19:07:45 -0000 Author: tobik Date: Sun Nov 19 19:07:44 2017 New Revision: 454498 URL: https://svnweb.freebsd.org/changeset/ports/454498 Log: www/stagit: Update to 0.7.1 - Respect CFLAGS, LDFLAGS - libgit2 is installed in LOCALBASE not PREFIX Changes: http://git.2f30.org/stagit/log.html Deleted: head/www/stagit/files/ Modified: head/www/stagit/Makefile head/www/stagit/distinfo Modified: head/www/stagit/Makefile ============================================================================== --- head/www/stagit/Makefile Sun Nov 19 18:56:11 2017 (r454497) +++ head/www/stagit/Makefile Sun Nov 19 19:07:44 2017 (r454498) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= stagit -PORTVERSION= 0.6 +PORTVERSION= 0.7.1 CATEGORIES= www MASTER_SITES= http://dl.2f30.org/releases/ @@ -14,10 +14,12 @@ LICENSE_FILE= ${WRKSRC}/LICENSE LIB_DEPENDS= libgit2.so:devel/libgit2 +USES= localbase:ldflags +USE_CSTD= c99 + MAKE_ARGS= CC="${CC}" \ - PREFIX="${PREFIX}" \ - GITINC="${PREFIX}/include" \ - GITLIB="${PREFIX}/lib" + CFLAGS="${CFLAGS}" \ + LDFLAGS="${LDFLAGS} -lgit2" post-patch: @${REINPLACE_CMD} '/strlcat\.o/d; /strlcpy\.o/d' ${WRKSRC}/Makefile Modified: head/www/stagit/distinfo ============================================================================== --- head/www/stagit/distinfo Sun Nov 19 18:56:11 2017 (r454497) +++ head/www/stagit/distinfo Sun Nov 19 19:07:44 2017 (r454498) @@ -1,3 +1,3 @@ -TIMESTAMP = 1502646144 -SHA256 (stagit-0.6.tar.gz) = 71bfb26ed537955ef55119cf79c45654321a795a2d7e697dbce143324e48fd04 -SIZE (stagit-0.6.tar.gz) = 16523 +TIMESTAMP = 1511117174 +SHA256 (stagit-0.7.1.tar.gz) = c7c30ce9bdea70fe19b8f16b209c0c367f9ea5ccb57b32caba92c6dadfe23cff +SIZE (stagit-0.7.1.tar.gz) = 16842