From owner-svn-ports-all@FreeBSD.ORG Mon Aug 19 09:34:49 2013 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 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 4A3152ED; Mon, 19 Aug 2013 09:34:49 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (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 376C42EA0; Mon, 19 Aug 2013 09:34:49 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r7J9YnPY072879; Mon, 19 Aug 2013 09:34:49 GMT (envelope-from sunpoet@svn.freebsd.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r7J9YnRB072878; Mon, 19 Aug 2013 09:34:49 GMT (envelope-from sunpoet@svn.freebsd.org) Message-Id: <201308190934.r7J9YnRB072878@svn.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Mon, 19 Aug 2013 09:34:49 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r324970 - head/graphics/dcraw X-SVN-Group: ports-head 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.14 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: Mon, 19 Aug 2013 09:34:49 -0000 Author: sunpoet Date: Mon Aug 19 09:34:48 2013 New Revision: 324970 URL: http://svnweb.freebsd.org/changeset/ports/324970 Log: - Update maintainer section: change permission Modified: head/graphics/dcraw/Makefile Modified: head/graphics/dcraw/Makefile ============================================================================== --- head/graphics/dcraw/Makefile Mon Aug 19 09:33:00 2013 (r324969) +++ head/graphics/dcraw/Makefile Mon Aug 19 09:34:48 2013 (r324970) @@ -42,8 +42,8 @@ maketar: do-clean extract ${FETCH_CMD} -o ${MS_WRKSRC}/${file} ${MS_MASTER_SITE}${file} .endfor ${GREP} '^#define DCRAW_VERSION' ${MS_WRKSRC}/dcraw.c | cut -d'"' -f2 > ${MS_VERSIONFILE} - ${MKDIR} ${MS_WRKSRC}/${PORTNAME}-${MS_VERSION}/ - cd ${MS_WRKSRC}/ && ${MV} ${MS_DISTFILES} ${PORTNAME}-${MS_VERSION}/ + ${MKDIR} -m 755 ${MS_WRKSRC}/${PORTNAME}-${MS_VERSION}/ + cd ${MS_WRKSRC}/ && ${CHMOD} 644 ${MS_DISTFILES} && ${MV} ${MS_DISTFILES} ${PORTNAME}-${MS_VERSION}/ (${DIFF} -u ${WRKSRC}/${PORTNAME}.c ${MS_WRKSRC}/${PORTNAME}-${MS_VERSION}/${PORTNAME}.c > ${MS_DIFF}) || ${TRUE} if [ -s ${MS_DIFF} ]; then \ cd ${MS_WRKSRC}/ && ${TAR} -Jcf ${PORTNAME}-${MS_VERSION}.tar.xz ${PORTNAME}-${MS_VERSION}/; \