Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 27 Aug 2018 20:38:14 +0000 (UTC)
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r478251 - in head/audio/zita-convolver: . files
Message-ID:  <201808272038.w7RKcEfD018678@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: yuri
Date: Mon Aug 27 20:38:13 2018
New Revision: 478251
URL: https://svnweb.freebsd.org/changeset/ports/478251

Log:
  audio/zita-convolver: Update 4.0.2 -> 4.0.3
  
  Reported by:	portscout

Modified:
  head/audio/zita-convolver/Makefile
  head/audio/zita-convolver/distinfo
  head/audio/zita-convolver/files/patch-Makefile

Modified: head/audio/zita-convolver/Makefile
==============================================================================
--- head/audio/zita-convolver/Makefile	Mon Aug 27 20:20:33 2018	(r478250)
+++ head/audio/zita-convolver/Makefile	Mon Aug 27 20:38:13 2018	(r478251)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	zita-convolver
-DISTVERSION=	4.0.2
+DISTVERSION=	4.0.3
 CATEGORIES=	audio
 MASTER_SITES=	http://kokkinizita.linuxaudio.org/linuxaudio/downloads/
 

Modified: head/audio/zita-convolver/distinfo
==============================================================================
--- head/audio/zita-convolver/distinfo	Mon Aug 27 20:20:33 2018	(r478250)
+++ head/audio/zita-convolver/distinfo	Mon Aug 27 20:38:13 2018	(r478251)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1535269404
-SHA256 (zita-convolver-4.0.2.tar.bz2) = 1245451c52a33ef3476ffc4007a9e100ee282df0648c961be235b6a8ef748e77
-SIZE (zita-convolver-4.0.2.tar.bz2) = 19596
+TIMESTAMP = 1535401080
+SHA256 (zita-convolver-4.0.3.tar.bz2) = 9aa11484fb30b4e6ef00c8a3281eebcfad9221e3937b1beb5fe21b748d89325f
+SIZE (zita-convolver-4.0.3.tar.bz2) = 19591

Modified: head/audio/zita-convolver/files/patch-Makefile
==============================================================================
--- head/audio/zita-convolver/files/patch-Makefile	Mon Aug 27 20:20:33 2018	(r478250)
+++ head/audio/zita-convolver/files/patch-Makefile	Mon Aug 27 20:38:13 2018	(r478251)
@@ -1,4 +1,4 @@
---- Makefile.orig	2018-08-24 18:41:39 UTC
+--- Makefile.orig	2018-08-26 13:35:37 UTC
 +++ Makefile
 @@ -20,10 +20,10 @@
  
@@ -22,7 +22,7 @@
  LDLFAGS += 
  LDLIBS +=
  
-@@ -46,17 +46,18 @@ ZITA-CONVOLVER_DEP = -lfftw3f -lpthread
+@@ -46,6 +46,7 @@ ZITA-CONVOLVER_DEP = -lfftw3f -lpthread
  ZITA-CONVOLVER_O = zita-convolver.o
  ZITA-CONVOLVER_H = zita-convolver.h 
  
@@ -30,15 +30,12 @@
  
  $(ZITA-CONVOLVER_MIN):	$(ZITA-CONVOLVER_O)
  	$(CXX) -shared $(LDFLAGS) -Wl,-soname,$(ZITA-CONVOLVER_MAJ) -o $(ZITA-CONVOLVER_MIN) $(ZITA-CONVOLVER_O) $(ZITA-CONVOLVER_DEP)
- 
- 
- install:	$(ZITA-CONVOLVER_MIN)
--	install -d $(DESTDIR)$(INCDIR)/include
-+	#install -d $(DESTDIR)$(INCDIR)/include
+@@ -56,7 +57,8 @@ install:	$(ZITA-CONVOLVER_MIN)
  	install -d $(DESTDIR)$(LIBDIR)
  	install -m 644 $(ZITA-CONVOLVER_H) $(DESTDIR)$(INCDIR)
  	install -m 755 $(ZITA-CONVOLVER_MIN) $(DESTDIR)$(LIBDIR)
 -	ldconfig
++	#ldconfig
 +	ln -sf $(ZITA-CONVOLVER_MIN) $(DESTDIR)$(LIBDIR)/$(ZITA-CONVOLVER_MAJ)
  	ln -sf $(ZITA-CONVOLVER_MIN) $(DESTDIR)$(LIBDIR)/$(ZITA-CONVOLVER_SO)
  



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