svn commit: r536259 - in head/audio/pianod2: . files
John Hixson
jhixson at FreeBSD.org
Sat May 23 02:10:29 UTC 2020
Author: jhixson
Date: Sat May 23 02:10:28 2020
New Revision: 536259
URL: https://svnweb.freebsd.org/changeset/ports/536259
Log:
audio/pianod2: update to version 329
Deleted:
head/audio/pianod2/files/patch-src-mediaunits-pandora-pandorasource.cpp
Modified:
head/audio/pianod2/Makefile
head/audio/pianod2/distinfo
head/audio/pianod2/files/patch-configure.ac
Modified: head/audio/pianod2/Makefile
==============================================================================
--- head/audio/pianod2/Makefile Sat May 23 00:58:22 2020 (r536258)
+++ head/audio/pianod2/Makefile Sat May 23 02:10:28 2020 (r536259)
@@ -2,8 +2,7 @@
# $FreeBSD$
PORTNAME= pianod2
-PORTVERSION= 309
-PORTREVISION= 1
+PORTVERSION= 329
CATEGORIES= audio
MASTER_SITES= http://deviousfish.com/Downloads/pianod2/Devel/
Modified: head/audio/pianod2/distinfo
==============================================================================
--- head/audio/pianod2/distinfo Sat May 23 00:58:22 2020 (r536258)
+++ head/audio/pianod2/distinfo Sat May 23 02:10:28 2020 (r536259)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1585608632
-SHA256 (pianod2-309.tar.gz) = 757eb034b27136692f26b87c7f0d693ea1a407feaee9ba9d08e558409b74fd4a
-SIZE (pianod2-309.tar.gz) = 796840
+TIMESTAMP = 1590195796
+SHA256 (pianod2-329.tar.gz) = 48f2409a0c033fc92ac90e2e4beafc736b119cdcd7532ab140f3cb32da5f7e68
+SIZE (pianod2-329.tar.gz) = 802609
Modified: head/audio/pianod2/files/patch-configure.ac
==============================================================================
--- head/audio/pianod2/files/patch-configure.ac Sat May 23 00:58:22 2020 (r536258)
+++ head/audio/pianod2/files/patch-configure.ac Sat May 23 02:10:28 2020 (r536259)
@@ -1,15 +1,15 @@
---- configure.ac.orig 2020-03-17 17:41:27 UTC
-+++ configure.ac
-@@ -19,7 +19,7 @@
+--- configure.ac.org 2020-05-22 18:04:30.726838000 -0700
++++ configure.ac 2020-05-22 18:07:12.289613000 -0700
+@@ -20,7 +20,7 @@
AC_PREREQ([2.68])
AC_CONFIG_MACRO_DIRS([m4])
AC_INIT([pianod2],
-- m4_esyscmd([svn info svn://svn.deviousfish.com/pianod2 | grep Revision: | awk '{print $2}' | tr -d '\n']),
-+ [309],
+- m4_esyscmd([svn info svn://svn.deviousfish.com/pianod2/trunk | grep Revision: | awk '{print $2}' | tr -d '\n']),
++ [329],
[pianod at lists.deviousfish.com],
,[http://deviousfish.com/pianod2])
AM_INIT_AUTOMAKE([foreign -Wall -Werror])
-@@ -543,9 +543,9 @@ AS_IF([test "$with_libao" != "no" ], [
+@@ -552,9 +552,9 @@
# Check for libsdl
AS_IF([test "$with_libsdl" != "no" ], [
More information about the svn-ports-all
mailing list