From owner-svn-ports-head@FreeBSD.ORG Fri Aug 9 14:18:30 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 ESMTP id 4FD46224; Fri, 9 Aug 2013 14:18:30 +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 251842ADA; Fri, 9 Aug 2013 14:18:30 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r79EIUoD067143; Fri, 9 Aug 2013 14:18:30 GMT (envelope-from sunpoet@svn.freebsd.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r79EITQv067141; Fri, 9 Aug 2013 14:18:29 GMT (envelope-from sunpoet@svn.freebsd.org) Message-Id: <201308091418.r79EITQv067141@svn.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Fri, 9 Aug 2013 14:18:29 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r324438 - 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-head@freebsd.org X-Mailman-Version: 2.1.14 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, 09 Aug 2013 14:18:30 -0000 Author: sunpoet Date: Fri Aug 9 14:18:29 2013 New Revision: 324438 URL: http://svnweb.freebsd.org/changeset/ports/324438 Log: - Update to 9.19 - Cleanup Makefile header - Update maintainer section Changes: http://people.FreeBSD.org/~sunpoet/dcraw-9.19.diff Modified: head/graphics/dcraw/Makefile head/graphics/dcraw/distinfo Modified: head/graphics/dcraw/Makefile ============================================================================== --- head/graphics/dcraw/Makefile Fri Aug 9 14:05:52 2013 (r324437) +++ head/graphics/dcraw/Makefile Fri Aug 9 14:18:29 2013 (r324438) @@ -1,12 +1,8 @@ -# New ports collection makefile for: dcraw -# Date created: 14 February 2004 -# Whom: Arjan van Leeuwen -# +# Created by: Arjan van Leeuwen # $FreeBSD$ -# PORTNAME= dcraw -PORTVERSION= 9.17 +PORTVERSION= 9.19 CATEGORIES= graphics MASTER_SITES= LOCAL/sunpoet @@ -51,7 +47,7 @@ maketar: do-clean extract (${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}/; \ - ${INSTALL} -m 644 ${MS_WRKSRC}/${PORTNAME}-${MS_VERSION}.tar.xz ${DISTDIR}/; \ + sudo ${INSTALL} -m 644 ${MS_WRKSRC}/${PORTNAME}-${MS_VERSION}.tar.xz ${DISTDIR}/; \ ${SED} -i '' -e '/^PORTVERSION=/ s|${PORTVERSION}|'${MS_VERSION}'|; /^PORTREVISION=/d' ${.CURDIR}/Makefile; \ cd ${.CURDIR}/ && ${MAKE} makesum; \ ${ECHO_MSG} "*** Update from ${PORTVERSION} to ${MS_VERSION}, diff: ${MS_DIFF} ***"; \ Modified: head/graphics/dcraw/distinfo ============================================================================== --- head/graphics/dcraw/distinfo Fri Aug 9 14:05:52 2013 (r324437) +++ head/graphics/dcraw/distinfo Fri Aug 9 14:18:29 2013 (r324438) @@ -1,2 +1,2 @@ -SHA256 (dcraw-9.17.tar.xz) = 8595b64b5a2bcbd046c65982345445b9f38986f62a4b15f8f0ccce09983756ef -SIZE (dcraw-9.17.tar.xz) = 75512 +SHA256 (dcraw-9.19.tar.xz) = f72997cc0f428717b5c8bcbb3a0524887cbf13f5c53be23856182008112b6a03 +SIZE (dcraw-9.19.tar.xz) = 78204