aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils/spindown
diff options
context:
space:
mode:
authorculot <culot@FreeBSD.org>2014-04-03 00:51:54 +0800
committerculot <culot@FreeBSD.org>2014-04-03 00:51:54 +0800
commitcb9db7586d0317e3539def17652e4cfd54dbd51f (patch)
treef144c5fefed8d66919b16874a8f27ae0ce07c1e3 /sysutils/spindown
parent1f34f96faaaa74f9c5581c005b6a6fc3a1dedaae (diff)
downloadfreebsd-ports-gnome-cb9db7586d0317e3539def17652e4cfd54dbd51f.tar.gz
freebsd-ports-gnome-cb9db7586d0317e3539def17652e4cfd54dbd51f.tar.zst
freebsd-ports-gnome-cb9db7586d0317e3539def17652e4cfd54dbd51f.zip
- Update to 0.4
PR: ports/186381 Submitted by: Arjan van der Velde <noresult@noresult.net> (maintainer)
Diffstat (limited to 'sysutils/spindown')
-rw-r--r--sysutils/spindown/Makefile2
-rw-r--r--sysutils/spindown/distinfo4
-rw-r--r--sysutils/spindown/files/patch-Makefile8
3 files changed, 6 insertions, 8 deletions
diff --git a/sysutils/spindown/Makefile b/sysutils/spindown/Makefile
index 2874449754d2..49d06d4b9531 100644
--- a/sysutils/spindown/Makefile
+++ b/sysutils/spindown/Makefile
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= spindown
-PORTVERSION= 0.3a
+PORTVERSION= 0.4
CATEGORIES= sysutils
MASTER_SITES= http://www.noresult.net/freebsd/spindown/
diff --git a/sysutils/spindown/distinfo b/sysutils/spindown/distinfo
index c2e4f21aaf15..5de4db501248 100644
--- a/sysutils/spindown/distinfo
+++ b/sysutils/spindown/distinfo
@@ -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
diff --git a/sysutils/spindown/files/patch-Makefile b/sysutils/spindown/files/patch-Makefile
index 17efadc9744f..ebc72fd10e0b 100644
--- a/sysutils/spindown/files/patch-Makefile
+++ b/sysutils/spindown/files/patch-Makefile
@@ -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