From owner-svn-ports-head@freebsd.org Sun Aug 13 18:11:50 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 AFCB8DCFBC3; Sun, 13 Aug 2017 18:11:50 +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 750157D0FA; Sun, 13 Aug 2017 18:11:50 +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 v7DIBn1e097736; Sun, 13 Aug 2017 18:11:49 GMT (envelope-from tobik@FreeBSD.org) Received: (from tobik@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v7DIBn5L097733; Sun, 13 Aug 2017 18:11:49 GMT (envelope-from tobik@FreeBSD.org) Message-Id: <201708131811.v7DIBn5L097733@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tobik set sender to tobik@FreeBSD.org using -f From: Tobias Kortkamp Date: Sun, 13 Aug 2017 18:11:49 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r447906 - 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: 447906 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.23 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, 13 Aug 2017 18:11:50 -0000 Author: tobik Date: Sun Aug 13 18:11:48 2017 New Revision: 447906 URL: https://svnweb.freebsd.org/changeset/ports/447906 Log: www/stagit: Update to 0.6 Changes: https://marc.info/?l=openbsd-ports&m=150264599021227&w=2 Deleted: head/www/stagit/files/patch-Makefile Modified: head/www/stagit/Makefile head/www/stagit/distinfo head/www/stagit/pkg-plist Modified: head/www/stagit/Makefile ============================================================================== --- head/www/stagit/Makefile Sun Aug 13 16:50:11 2017 (r447905) +++ head/www/stagit/Makefile Sun Aug 13 18:11:48 2017 (r447906) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= stagit -PORTVERSION= 0.5 +PORTVERSION= 0.6 CATEGORIES= www MASTER_SITES= http://dl.2f30.org/releases/ @@ -16,15 +16,19 @@ LIB_DEPENDS= libgit2.so:devel/libgit2 MAKE_ARGS= CC="${CC}" \ PREFIX="${PREFIX}" \ - DOCSDIR="${DOCSDIR}" \ - EXAMPLESDIR="${EXAMPLESDIR}" \ - MANPREFIX="${MANPREFIX}/man" \ GITINC="${PREFIX}/include" \ GITLIB="${PREFIX}/lib" -post-install: - ${STRIP_CMD} \ - ${STAGEDIR}${PREFIX}/bin/stagit \ - ${STAGEDIR}${PREFIX}/bin/stagit-index +post-patch: + @${REINPLACE_CMD} '/strlcat\.o/d; /strlcpy\.o/d' ${WRKSRC}/Makefile + +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_DATA} ${WRKSRC}/README ${STAGEDIR}${DOCSDIR} +.for f in example_create.sh example_post-receive.sh favicon.png logo.png style.css + ${INSTALL_DATA} ${WRKSRC}/${f} ${STAGEDIR}${EXAMPLESDIR} +.endfor .include Modified: head/www/stagit/distinfo ============================================================================== --- head/www/stagit/distinfo Sun Aug 13 16:50:11 2017 (r447905) +++ head/www/stagit/distinfo Sun Aug 13 18:11:48 2017 (r447906) @@ -1,3 +1,3 @@ -TIMESTAMP = 1483644879 -SHA256 (stagit-0.5.tar.gz) = a648f52ef8b0921dfea87a5c6aadcb2bba5b5ea801e2511e83437c613f6fa17a -SIZE (stagit-0.5.tar.gz) = 15497 +TIMESTAMP = 1502646144 +SHA256 (stagit-0.6.tar.gz) = 71bfb26ed537955ef55119cf79c45654321a795a2d7e697dbce143324e48fd04 +SIZE (stagit-0.6.tar.gz) = 16523 Modified: head/www/stagit/pkg-plist ============================================================================== --- head/www/stagit/pkg-plist Sun Aug 13 16:50:11 2017 (r447905) +++ head/www/stagit/pkg-plist Sun Aug 13 18:11:48 2017 (r447906) @@ -3,7 +3,8 @@ bin/stagit-index man/man1/stagit-index.1.gz man/man1/stagit.1.gz %%PORTDOCS%%%%DOCSDIR%%/README -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/example.sh +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/example_create.sh +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/example_post-receive.sh %%PORTEXAMPLES%%%%EXAMPLESDIR%%/favicon.png %%PORTEXAMPLES%%%%EXAMPLESDIR%%/logo.png %%PORTEXAMPLES%%%%EXAMPLESDIR%%/style.css