From owner-svn-ports-all@FreeBSD.ORG Sat Nov 22 18:45:11 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 5ACD21F1; Sat, 22 Nov 2014 18:45:11 +0000 (UTC) Received: from forward3l.mail.yandex.net (forward3l.mail.yandex.net [IPv6:2a02:6b8:0:1819::3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "forwards.mail.yandex.net", Issuer "Certum Level IV CA" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 164443A0; Sat, 22 Nov 2014 18:45:10 +0000 (UTC) Received: from smtp12.mail.yandex.net (smtp12.mail.yandex.net [95.108.131.191]) by forward3l.mail.yandex.net (Yandex) with ESMTP id 0B4291501221; Sat, 22 Nov 2014 21:45:05 +0300 (MSK) Received: from smtp12.mail.yandex.net (localhost [127.0.0.1]) by smtp12.mail.yandex.net (Yandex) with ESMTP id 55D0216A1520; Sat, 22 Nov 2014 21:45:05 +0300 (MSK) Received: from 46.38.37.38.tel.ru (46.38.37.38.tel.ru [46.38.37.38]) by smtp12.mail.yandex.net (nwsmtp/Yandex) with ESMTPSA id Su6XrktVDS-j4MO7aGl; Sat, 22 Nov 2014 21:45:04 +0300 (using TLSv1.2 with cipher AES128-SHA (128/128 bits)) (Client certificate not present) X-Yandex-Uniq: 6fb68d05-9ee1-4d72-b742-9fb20e2688f6 Message-ID: <5470D9B0.2040807@passap.ru> Date: Sat, 22 Nov 2014 21:45:04 +0300 From: Boris Samorodov Organization: =?UTF-8?B?0JfQkNCeICLQktCQ0KDQoiI=?= User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:31.0) Gecko/20100101 Thunderbird/31.2.0 MIME-Version: 1.0 To: Koop Mast , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r373070 - head/graphics/argyllcms References: <201411221610.sAMGAfAU046251@svn.freebsd.org> <5470B624.4060907@rainbow-runner.nl> In-Reply-To: <5470B624.4060907@rainbow-runner.nl> Content-Type: multipart/mixed; boundary="------------000909070600080602070106" X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 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: Sat, 22 Nov 2014 18:45:11 -0000 This is a multi-part message in MIME format. --------------000909070600080602070106 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 8bit 22.11.2014 19:13, Koop Mast пишет: > > On 22-11-2014 17:10, Boris Samorodov wrote: >> Author: bsam >> Date: Sat Nov 22 16:10:40 2014 >> New Revision: 373070 >> URL: https://svnweb.freebsd.org/changeset/ports/373070 >> QAT: https://qat.redports.org/buildarchive/r373070/ >> >> Log: >> Fix a typo at PORTNAME. >> >> Approved by: portmgr (just fix it) >> >> > Thanks! it a weird name, I keep thinking about angry :) NP. May I suggest a patch? The patch (attached) changes mode for binaries from 711 to 755. And may be it's wise to not bump PORTREVISION, the port has just been created. -- WBR, Boris Samorodov (bsam) FreeBSD Committer, http://www.FreeBSD.org The Power To Serve --------------000909070600080602070106 Content-Type: text/x-diff; name="graphics_argyllcms-binary-fix.diff" Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename="graphics_argyllcms-binary-fix.diff" Index: Makefile =================================================================== --- Makefile (revision 373070) +++ Makefile (working copy) @@ -21,6 +21,9 @@ USES= zip USE_XORG= x11 xau xdmcp xext xinerama xrandr xscrnsaver xxf86vm +post-patch: + @${REINPLACE_CMD} 's:711:755:g' ${WRKSRC}/Jambase + do-build: @cd ${WRKSRC} && jam -q -fJambase -j${MAKE_JOBS_NUMBER} --------------000909070600080602070106--