Hi ports --

Attached is an update to comms/minimodem, bringing it to its latest version. The patch can go away.

Seeing as I was the original importer, I will be responsible for this yet again.

OK?

~Brian

Index: Makefile
===================================================================
RCS file: /cvs/ports/comms/minimodem/Makefile,v
retrieving revision 1.4
diff -u -p -u -p -r1.4 Makefile
--- Makefile	4 Dec 2015 20:47:52 -0000	1.4
+++ Makefile	17 Aug 2017 02:55:14 -0000
@@ -2,17 +2,16 @@
 
 BROKEN-hppa =	no atomic ops in pulse-simple dependency
 COMMENT =	general-purpose software audio FSK modem
-DISTNAME =	minimodem-0.22.1
+DISTNAME =	minimodem-0.24
 CATEGORIES =	comms
-REVISION =	0
 
 HOMEPAGE =	http://www.whence.com/minimodem/
+MAINTAINER =	Brian Callahan <bcal...@openbsd.org>
 
 # GPLv3+
 PERMIT_PACKAGE_CDROM =	Yes
 
-WANTLIB += c fftw3f fftw3f_threads m pthread pulse pulse-simple
-WANTLIB += sndfile
+WANTLIB += c fftw3f fftw3f_threads m pulse pulse-simple sndfile
 
 MASTER_SITES =	http://www.whence.com/minimodem/
 
Index: distinfo
===================================================================
RCS file: /cvs/ports/comms/minimodem/distinfo,v
retrieving revision 1.2
diff -u -p -u -p -r1.2 distinfo
--- distinfo	24 Aug 2015 23:02:30 -0000	1.2
+++ distinfo	17 Aug 2017 02:55:14 -0000
@@ -1,2 +1,2 @@
-SHA256 (minimodem-0.22.1.tar.gz) = 9B3Sc2f/4WB8a2Mbt6tuHFwJlJDilc4bYDzFRBaEXOk=
-SIZE (minimodem-0.22.1.tar.gz) = 157502
+SHA256 (minimodem-0.24.tar.gz) = +Myk244/KE1n+EMFTWu02Io9ted7JhkkEOQemgb0N44=
+SIZE (minimodem-0.24.tar.gz) = 159508
Index: patches/patch-configure
===================================================================
RCS file: patches/patch-configure
diff -N patches/patch-configure
--- patches/patch-configure	24 Aug 2015 23:02:31 -0000	1.2
+++ /dev/null	1 Jan 1970 00:00:00 -0000
@@ -1,77 +0,0 @@
-$OpenBSD: patch-configure,v 1.2 2015/08/24 23:02:31 bcallah Exp $
-
-configure is stupid. Force it to do the right thing.
-
---- configure.orig	Mon Aug 24 16:56:13 2015
-+++ configure	Mon Aug 24 18:24:30 2015
-@@ -3572,7 +3572,7 @@ fi
- 
- 
- #   fftw3f
--deps_packages+=" fftw3f"
-+#deps_packages+=" fftw3f"
- 
- #   ALSA
- 
-@@ -3597,20 +3597,8 @@ _ACEOF
- 
- #   pulseaudio
- 
--# Check whether --with-pulseaudio was given.
--if test "${with_pulseaudio+set}" = set; then :
--  withval=$with_pulseaudio;
--fi
-+use_pulseaudio=1
- 
--if test "x$with_pulseaudio" == "xno"; then :
--  # then
--	use_pulseaudio=0
--else
--  # else
--	use_pulseaudio=1
--	deps_packages+=" libpulse-simple"
--fi
--
- cat >>confdefs.h <<_ACEOF
- #define USE_PULSEAUDIO $use_pulseaudio
- _ACEOF
-@@ -3618,20 +3606,8 @@ _ACEOF
- 
- #   sndfile
- 
--# Check whether --with-sndfile was given.
--if test "${with_sndfile+set}" = set; then :
--  withval=$with_sndfile;
--fi
-+use_sndfile=1
- 
--if test "x$with_sndfile" == "xno"; then :
--  # then
--	use_sndfile=0
--else
--  # else
--	use_sndfile=1
--	deps_packages+=" sndfile"
--fi
--
- cat >>confdefs.h <<_ACEOF
- #define USE_SNDFILE $use_sndfile
- _ACEOF
-@@ -3814,7 +3790,7 @@ if test -n "$DEPS_CFLAGS"; then
-   pkg_cv_DEPS_CFLAGS=`$PKG_CONFIG --cflags " $deps_packages " 2>/dev/null`
- 		      test "x$?" != "x0" && pkg_failed=yes
- else
--  pkg_failed=yes
-+  pkg_failed=no
- fi
-  else
-     pkg_failed=untried
-@@ -3831,7 +3807,7 @@ if test -n "$DEPS_LIBS"; then
-   pkg_cv_DEPS_LIBS=`$PKG_CONFIG --libs " $deps_packages " 2>/dev/null`
- 		      test "x$?" != "x0" && pkg_failed=yes
- else
--  pkg_failed=yes
-+  pkg_failed=no
- fi
-  else
-     pkg_failed=untried

Reply via email to