aboutsummaryrefslogtreecommitdiffstats
path: root/graphics
diff options
context:
space:
mode:
authorsunpoet <sunpoet@FreeBSD.org>2013-08-09 22:18:29 +0800
committersunpoet <sunpoet@FreeBSD.org>2013-08-09 22:18:29 +0800
commite38137eddab8cf3c338285aabc95e00a8dd7ad96 (patch)
treece69bc9a42127759899d28ed4cb0a20fd3ea2527 /graphics
parent14d2aa29a0faada324c532f4dd6339b0d61a7262 (diff)
downloadfreebsd-ports-gnome-e38137eddab8cf3c338285aabc95e00a8dd7ad96.tar.gz
freebsd-ports-gnome-e38137eddab8cf3c338285aabc95e00a8dd7ad96.tar.zst
freebsd-ports-gnome-e38137eddab8cf3c338285aabc95e00a8dd7ad96.zip
- Update to 9.19
- Cleanup Makefile header - Update maintainer section Changes: http://people.FreeBSD.org/~sunpoet/dcraw-9.19.diff
Diffstat (limited to 'graphics')
-rw-r--r--graphics/dcraw/Makefile10
-rw-r--r--graphics/dcraw/distinfo4
2 files changed, 5 insertions, 9 deletions
diff --git a/graphics/dcraw/Makefile b/graphics/dcraw/Makefile
index 1aabaff7f422..e85fddc96af8 100644
--- a/graphics/dcraw/Makefile
+++ b/graphics/dcraw/Makefile
@@ -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} ***"; \
diff --git a/graphics/dcraw/distinfo b/graphics/dcraw/distinfo
index 7674ce95af3c..5624749e5e13 100644
--- a/graphics/dcraw/distinfo
+++ b/graphics/dcraw/distinfo
@@ -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