Update to latest version (2.3).  Also removes a gcc3 workaround.
Maintainer promised to look at it, but no feedback so far ...


Index: Makefile
===================================================================
RCS file: /cvs/ports/multimedia/vitunes/Makefile,v
retrieving revision 1.6
diff -u -p -r1.6 Makefile
--- Makefile    8 Sep 2011 16:34:02 -0000       1.6
+++ Makefile    31 May 2012 10:06:50 -0000
@@ -2,8 +2,7 @@
 
 COMMENT =              curses media indexer and player for vi users
 
-DISTNAME =             vitunes-2.2
-REVISION =             0
+DISTNAME =             vitunes-2.3
 
 CATEGORIES =           multimedia
 
@@ -23,8 +22,6 @@ LIB_DEPENDS =         audio/taglib
 RUN_DEPENDS =          x11/mplayer
                        
 MASTER_SITES =         ${HOMEPAGE}/files/
-
-EXTRACT_SUFX =         .tgz
 
 ALL_TARGET =           vitunes
 NO_REGRESS =           Yes
Index: distinfo
===================================================================
RCS file: /cvs/ports/multimedia/vitunes/distinfo,v
retrieving revision 1.2
diff -u -p -r1.2 distinfo
--- distinfo    11 Jan 2011 10:07:06 -0000      1.2
+++ distinfo    31 May 2012 10:06:50 -0000
@@ -1,5 +1,5 @@
-MD5 (vitunes-2.2.tgz) = e33FXckE7oBLEAXP6urllg==
-RMD160 (vitunes-2.2.tgz) = 4NaGk7wx6DFwS2WbYAhYApaXKAg=
-SHA1 (vitunes-2.2.tgz) = 9GJ4Kd4CLBuVDLJqXjHPCoUnC70=
-SHA256 (vitunes-2.2.tgz) = bNHV56NB5/CeinHbJYt2ehtUMnHimIZ91YmlXZTBiAc=
-SIZE (vitunes-2.2.tgz) = 67702
+MD5 (vitunes-2.3.tar.gz) = nnjGDO4PeAx8FXkz772bqg==
+RMD160 (vitunes-2.3.tar.gz) = PwwadcxO5E8CtKzLCxVYj9No2K8=
+SHA1 (vitunes-2.3.tar.gz) = PmKq1X1IrGvDfU/uGAS2BT/dMKM=
+SHA256 (vitunes-2.3.tar.gz) = UvluPblPhFzSgMX9KzW9U+yXzwzbfktE2TanfUZ+ujY=
+SIZE (vitunes-2.3.tar.gz) = 77978
Index: patches/patch-Makefile
===================================================================
RCS file: patches/patch-Makefile
diff -N patches/patch-Makefile
--- patches/patch-Makefile      8 Sep 2011 16:34:02 -0000       1.1
+++ /dev/null   1 Jan 1970 00:00:00 -0000
@@ -1,15 +0,0 @@
-$OpenBSD: patch-Makefile,v 1.1 2011/09/08 16:34:02 naddy Exp $
-
-Remove compiler option not available with gcc < 4.
-
---- Makefile.orig      Thu Sep  8 16:59:38 2011
-+++ Makefile   Thu Sep  8 16:59:44 2011
-@@ -9,7 +9,7 @@ LDEPS=`taglib-config --libs` -ltag_c
- 
- # build info
- CC?=/usr/bin/gcc
--CFLAGS+=-c -std=c89 -Wall -Wextra -Wno-unused-value $(CDEPS) $(CDEBUG)
-+CFLAGS+=-c -std=c89 -Wall -Wno-unused-value $(CDEPS) $(CDEBUG)
- LDFLAGS+=-lm -lncursesw -lutil $(LDEPS)
- 
- OBJS=commands.o compat.o e_commands.o \

Reply via email to