From owner-svn-ports-all@freebsd.org Tue Apr 3 09:46:50 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 42472F715CE; Tue, 3 Apr 2018 09:46:50 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id A7D0E722BA; Tue, 3 Apr 2018 09:46:49 +0000 (UTC) (envelope-from sunpoet@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 14A4522BE8; Tue, 3 Apr 2018 09:46:49 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w339kma7079910; Tue, 3 Apr 2018 09:46:48 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w339km5P079905; Tue, 3 Apr 2018 09:46:48 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201804030946.w339km5P079905@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Tue, 3 Apr 2018 09:46:48 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r466301 - head/devel/cmake-fedora X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/devel/cmake-fedora X-SVN-Commit-Revision: 466301 X-SVN-Commit-Repository: ports 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.25 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: Tue, 03 Apr 2018 09:46:50 -0000 Author: sunpoet Date: Tue Apr 3 09:46:48 2018 New Revision: 466301 URL: https://svnweb.freebsd.org/changeset/ports/466301 Log: Update to 2.9.2 - Use DISTVERSIONSUFFIX instead of DISTNAME - Remove outdated post-patch: Changes: https://pagure.io/cmake-fedora/blob/master/f/ChangeLog PR: 226734 Submitted by: sunpoet (myself) Approved by: maintainer (timeout,14 days) Modified: head/devel/cmake-fedora/Makefile head/devel/cmake-fedora/distinfo Modified: head/devel/cmake-fedora/Makefile ============================================================================== --- head/devel/cmake-fedora/Makefile Tue Apr 3 09:46:43 2018 (r466300) +++ head/devel/cmake-fedora/Makefile Tue Apr 3 09:46:48 2018 (r466301) @@ -2,10 +2,10 @@ # $FreeBSD$ PORTNAME= cmake-fedora -PORTVERSION= 2.7.1 +PORTVERSION= 2.9.2 +DISTVERSIONSUFFIX= -modules-only CATEGORIES= devel MASTER_SITES= https://releases.pagure.org/cmake-fedora/ -DISTNAME= ${PORTNAME}-${PORTVERSION}-modules-only MAINTAINER= buganini@gmail.com COMMENT= Set of cmake modules for fedora developers @@ -15,15 +15,9 @@ LICENSE= BSD3CLAUSE WRKSRC= ${WRKDIR}/Modules NO_ARCH= yes NO_BUILD= yes -REINPLACE_ARGS= -i '' -post-patch: - @${REINPLACE_CMD} -e 's|-printf .*$$|-exec basename {} ";"|' \ - ${WRKSRC}/ManageTranslation.cmake - do-install: ${MKDIR} ${STAGEDIR}${PREFIX}/share/cmake/Modules - cd ${WRKSRC}/ && \ - ${INSTALL_DATA} * ${STAGEDIR}${PREFIX}/share/cmake/Modules + ${INSTALL_DATA} ${WRKSRC}/* ${STAGEDIR}${PREFIX}/share/cmake/Modules .include Modified: head/devel/cmake-fedora/distinfo ============================================================================== --- head/devel/cmake-fedora/distinfo Tue Apr 3 09:46:43 2018 (r466300) +++ head/devel/cmake-fedora/distinfo Tue Apr 3 09:46:48 2018 (r466301) @@ -1,3 +1,3 @@ -TIMESTAMP = 1481471148 -SHA256 (cmake-fedora-2.7.1-modules-only.tar.gz) = 9e86c80439d49cd0d00cd6581f4dd7790e9e4a7e026ba515fc4b39e86613bfd9 -SIZE (cmake-fedora-2.7.1-modules-only.tar.gz) = 59337 +TIMESTAMP = 1520612790 +SHA256 (cmake-fedora-2.9.2-modules-only.tar.gz) = 10f24320155afde11ab92ae80a488fdad8331693021fc9bf302ed9aac6b79185 +SIZE (cmake-fedora-2.9.2-modules-only.tar.gz) = 59055