Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 9 Aug 2013 14:18:29 +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: r324438 - head/graphics/dcraw
Message-ID:  <201308091418.r79EITQv067141@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 <avleeuwen@piwebs.com>
-#
+# Created by: Arjan van Leeuwen <avleeuwen@piwebs.com>
 # $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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201308091418.r79EITQv067141>