Date: Mon, 19 Aug 2013 09:34:49 +0000 (UTC) From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r324970 - head/graphics/dcraw Message-ID: <201308190934.r7J9YnRB072878@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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}/; \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201308190934.r7J9YnRB072878>