From owner-svn-ports-head@FreeBSD.ORG Fri Nov 29 10:45:11 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 36F8D9DB; Fri, 29 Nov 2013 10:45:11 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 0984D1D89; Fri, 29 Nov 2013 10:45:11 +0000 (UTC) Received: from misterbean90now (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with SMTP id rATAj7uj023657; Fri, 29 Nov 2013 10:45:08 GMT (envelope-from nemysis@FreeBSD.org) Received: by misterbean90now (sSMTP sendmail emulation); Fri, 29 Nov 2013 11:45:08 +0100 Date: Fri, 29 Nov 2013 11:45:08 +0100 From: Rusmir Dusko To: Matthias Andree , Alexey Dokuchaev Subject: Re: svn commit: r335127 - head/graphics/OpenEXR Message-ID: <20131129104508.GA13570@misterbean90now> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.22 (2013-10-16) Cc: svn-ports-head@freebsd.org, nemysis@FreeBSD.org, svn-ports-all@freebsd.org, ports-committers@freebsd.org X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.16 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: Fri, 29 Nov 2013 10:45:11 -0000 > Rusmir, > > we would normally also include a few words that explain: > > - why the upstream has re-rolled a tarball > > - how you have made sure that the tarball has not been 'enhanced' with a > Trojan horse. > > It is also a good idea to tell the upstream _not_ to ever re-roll > tarballs. If they change the contents, they should change the name. > I think you forgot to summarize the changes. :) Thanks for the Report and sorry that i have not give in commit message - Remove obsolete REINPLACE_CMD Upstream have changed Makefile.am and Makefile.in Changes are only this in Sources diff -ruN openexr-2.1.0-before openexr-2.1.0 colordiff 1.0.13 (http://www.colordiff.org/) (C)2002-2012 Dave Ewart, davee@sungate.co.uk diff -ruN openexr-2.1.0-before/IlmImf/Makefile.am openexr-2.1.0/IlmImf/Makefile.am --- openexr-2.1.0-before/IlmImf/Makefile.am 2013-11-12 00:09:51.000000000 +0100 +++ openexr-2.1.0/IlmImf/Makefile.am 2013-11-27 20:18:55.000000000 +0100 @@ -154,7 +154,8 @@ ImfNamespace.h ImfForward.h ImfExport.h \ ImfMisc.h \ ImfPartHelper.h \ - ImfDeepImageState.h + ImfDeepImageState.h \ + ImfDeepImageStateAttribute.h noinst_HEADERS = ImfCompressor.h \ ImfRleCompressor.h \ diff -ruN openexr-2.1.0-before/IlmImf/Makefile.in openexr-2.1.0/IlmImf/Makefile.in --- openexr-2.1.0-before/IlmImf/Makefile.in 2013-11-13 01:33:11.000000000 +0100 +++ openexr-2.1.0/IlmImf/Makefile.in 2013-11-27 20:21:26.000000000 +0100 @@ -424,7 +424,8 @@ ImfNamespace.h ImfForward.h ImfExport.h \ ImfMisc.h \ ImfPartHelper.h \ - ImfDeepImageState.h + ImfDeepImageState.h \ + ImfDeepImageStateAttribute.h And i commit with these Changes in Port Makefile /usr/local/ports/local/In-Review/graphics/OpenEXR/ > svn diff Index: Makefile =================================================================== --- Makefile (revision 335150) +++ Makefile (working copy) @@ -64,9 +64,6 @@ @(cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${MAKE} ${MAKE_FLAGS} ${MAKEFILE} ${MAKE_ARGS} check) post-install: - ${INSTALL_DATA} ${WRKSRC}/IlmImf/ImfDeepImageStateAttribute.h \ - ${STAGEDIR}${PREFIX}/include/${PORTNAME}/ - @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${DOC_FILES1:S|^|${DOCSRCDIR1}/|} ${STAGEDIR}${DOCSDIR} @${MKDIR} ${STAGEDIR}${DOCSDIR2} -- Best regards, Rusmir Dusko