From owner-svn-ports-all@FreeBSD.ORG Wed Apr 2 16:51:55 2014 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 ESMTPS id DEB9CFDF; Wed, 2 Apr 2014 16:51:55 +0000 (UTC) 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)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id B16F0AE4; Wed, 2 Apr 2014 16:51:55 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s32Gptme071417; Wed, 2 Apr 2014 16:51:55 GMT (envelope-from culot@svn.freebsd.org) Received: (from culot@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s32GptQT071414; Wed, 2 Apr 2014 16:51:55 GMT (envelope-from culot@svn.freebsd.org) Message-Id: <201404021651.s32GptQT071414@svn.freebsd.org> From: Frederic Culot Date: Wed, 2 Apr 2014 16:51:55 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r349931 - in head/sysutils/spindown: . files 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.17 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: Wed, 02 Apr 2014 16:51:56 -0000 Author: culot Date: Wed Apr 2 16:51:54 2014 New Revision: 349931 URL: http://svnweb.freebsd.org/changeset/ports/349931 QAT: https://qat.redports.org/buildarchive/r349931/ Log: - Update to 0.4 PR: ports/186381 Submitted by: Arjan van der Velde (maintainer) Modified: head/sysutils/spindown/Makefile head/sysutils/spindown/distinfo head/sysutils/spindown/files/patch-Makefile Modified: head/sysutils/spindown/Makefile ============================================================================== --- head/sysutils/spindown/Makefile Wed Apr 2 16:21:32 2014 (r349930) +++ head/sysutils/spindown/Makefile Wed Apr 2 16:51:54 2014 (r349931) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= spindown -PORTVERSION= 0.3a +PORTVERSION= 0.4 CATEGORIES= sysutils MASTER_SITES= http://www.noresult.net/freebsd/spindown/ Modified: head/sysutils/spindown/distinfo ============================================================================== --- head/sysutils/spindown/distinfo Wed Apr 2 16:21:32 2014 (r349930) +++ head/sysutils/spindown/distinfo Wed Apr 2 16:51:54 2014 (r349931) @@ -1,2 +1,2 @@ -SHA256 (spindown-0.3a.tar.gz) = b98d24c0a97e9d83a46e3fce711fd95e23ffd2e59b295d74b03c2daf7498c78d -SIZE (spindown-0.3a.tar.gz) = 7395 +SHA256 (spindown-0.4.tar.gz) = ebc4c6795a3830acd84d6bc0183fbb8783fdfbb560b19e75b5288d6efca09268 +SIZE (spindown-0.4.tar.gz) = 7460 Modified: head/sysutils/spindown/files/patch-Makefile ============================================================================== --- head/sysutils/spindown/files/patch-Makefile Wed Apr 2 16:21:32 2014 (r349930) +++ head/sysutils/spindown/files/patch-Makefile Wed Apr 2 16:51:54 2014 (r349931) @@ -1,12 +1,10 @@ ---- ./Makefile.orig 2014-02-25 16:21:35.410946826 +0100 -+++ ./Makefile 2014-02-25 16:22:00.265977282 +0100 -@@ -8,8 +8,8 @@ +--- Makefile.orig 2014-04-02 18:45:11.564269707 +0200 ++++ Makefile 2014-04-02 18:45:47.607267115 +0200 +@@ -8,7 +8,7 @@ # EXTRAOPTS = --CC = gcc -CFLAGS = -O2 -Wall $(EXTRAOPTS) -+CC ?= gcc +CFLAGS += $(EXTRAOPTS) OBJS = spindown.o cam.o log.o INSTALL = /usr/bin/install