From owner-svn-ports-head@freebsd.org Thu Feb 27 12:01:05 2020 Return-Path: Delivered-To: svn-ports-head@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 9B77525EF18; Thu, 27 Feb 2020 12:01:05 +0000 (UTC) (envelope-from tobik@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 48Srq53XY3z3MwL; Thu, 27 Feb 2020 12:01:05 +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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 697C5185A3; Thu, 27 Feb 2020 12:01:05 +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 01RC154M059012; Thu, 27 Feb 2020 12:01:05 GMT (envelope-from tobik@FreeBSD.org) Received: (from tobik@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 01RC14mW058739; Thu, 27 Feb 2020 12:01:04 GMT (envelope-from tobik@FreeBSD.org) Message-Id: <202002271201.01RC14mW058739@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tobik set sender to tobik@FreeBSD.org using -f From: Tobias Kortkamp Date: Thu, 27 Feb 2020 12:01:04 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r527248 - head/www/stagit X-SVN-Group: ports-head X-SVN-Commit-Author: tobik X-SVN-Commit-Paths: head/www/stagit X-SVN-Commit-Revision: 527248 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.29 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: Thu, 27 Feb 2020 12:01:05 -0000 Author: tobik Date: Thu Feb 27 12:01:04 2020 New Revision: 527248 URL: https://svnweb.freebsd.org/changeset/ports/527248 Log: www/stagit: Update to 0.9.3 - While here clean things up a little Changes: https://codemadness.org/git/stagit/log.html Modified: head/www/stagit/Makefile head/www/stagit/distinfo head/www/stagit/pkg-plist Modified: head/www/stagit/Makefile ============================================================================== --- head/www/stagit/Makefile Thu Feb 27 11:54:22 2020 (r527247) +++ head/www/stagit/Makefile Thu Feb 27 12:01:04 2020 (r527248) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= stagit -PORTVERSION= 0.9.2 +PORTVERSION= 0.9.3 CATEGORIES= www MASTER_SITES= https://codemadness.org/releases/stagit/ @@ -14,27 +14,27 @@ LICENSE_FILE= ${WRKSRC}/LICENSE LIB_DEPENDS= libgit2.so:devel/libgit2 -USES= localbase:ldflags USE_CSTD= c99 +MAKE_ARGS= COMPATOBJ="" \ + LIBGIT_INC="-I${LOCALBASE}/include" \ + LIBGIT_LIB="-L${LOCALBASE}/lib -lgit2" -MAKE_ARGS= CC="${CC}" \ - CFLAGS="${CFLAGS}" \ - COMPATOBJ="" \ - LDFLAGS="${LDFLAGS} -lgit2" - OPTIONS_DEFINE= DOCS EXAMPLES do-install: - @${MKDIR} ${STAGEDIR}${DOCSDIR} ${STAGEDIR}${EXAMPLESDIR} ${STAGEDIR}${PREFIX}/man/man1 - ${INSTALL_PROGRAM} ${WRKSRC}/stagit ${WRKSRC}/stagit-index ${STAGEDIR}${PREFIX}/bin - ${INSTALL_MAN} ${WRKSRC}/stagit.1 ${WRKSRC}/stagit-index.1 ${STAGEDIR}${PREFIX}/man/man1 + ${INSTALL_PROGRAM} ${WRKSRC}/stagit ${WRKSRC}/stagit-index \ + ${STAGEDIR}${PREFIX}/bin + ${INSTALL_MAN} ${WRKSRC}/stagit.1 ${WRKSRC}/stagit-index.1 \ + ${STAGEDIR}${PREFIX}/share/man/man1 do-install-DOCS-on: + @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/README ${STAGEDIR}${DOCSDIR} do-install-EXAMPLES-on: -.for f in example_create.sh example_post-receive.sh favicon.png logo.png style.css - ${INSTALL_DATA} ${WRKSRC}/${f} ${STAGEDIR}${EXAMPLESDIR} -.endfor + @${MKDIR} ${STAGEDIR}${EXAMPLESDIR} + cd ${WRKSRC} && \ + ${INSTALL_DATA} example_create.sh example_post-receive.sh \ + favicon.png logo.png style.css ${STAGEDIR}${EXAMPLESDIR} .include Modified: head/www/stagit/distinfo ============================================================================== --- head/www/stagit/distinfo Thu Feb 27 11:54:22 2020 (r527247) +++ head/www/stagit/distinfo Thu Feb 27 12:01:04 2020 (r527248) @@ -1,3 +1,3 @@ -TIMESTAMP = 1556253511 -SHA256 (stagit-0.9.2.tar.gz) = 721cd7cfac479008e803eff5afd0c95ff9dbc640450afa5b844be82d8dfe0cba -SIZE (stagit-0.9.2.tar.gz) = 18525 +TIMESTAMP = 1582534033 +SHA256 (stagit-0.9.3.tar.gz) = db89b41c6d3803b2562d56fee0d939360fc887902f17aaf27dff774df0402da3 +SIZE (stagit-0.9.3.tar.gz) = 18464 Modified: head/www/stagit/pkg-plist ============================================================================== --- head/www/stagit/pkg-plist Thu Feb 27 11:54:22 2020 (r527247) +++ head/www/stagit/pkg-plist Thu Feb 27 12:01:04 2020 (r527248) @@ -1,10 +1,10 @@ bin/stagit bin/stagit-index -man/man1/stagit-index.1.gz -man/man1/stagit.1.gz %%PORTDOCS%%%%DOCSDIR%%/README %%PORTEXAMPLES%%%%EXAMPLESDIR%%/example_create.sh %%PORTEXAMPLES%%%%EXAMPLESDIR%%/example_post-receive.sh %%PORTEXAMPLES%%%%EXAMPLESDIR%%/favicon.png %%PORTEXAMPLES%%%%EXAMPLESDIR%%/logo.png %%PORTEXAMPLES%%%%EXAMPLESDIR%%/style.css +share/man/man1/stagit-index.1.gz +share/man/man1/stagit.1.gz