Fix: Patch attached with submission follows:
Maintainer of audio/pianobar, Please note that PR ports/182331 has just been submitted. If it contains a patch for an upgrade, an enhancement or a bug fix you agree on, reply to this email stating that you approve the patch and a committer will take care of it. The full text of the PR can be found at: http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/182331 -- Edwin Groothuis via the GNATS Auto Assign Tool edwin@FreeBSD.org
State Changed From-To: open->feedback Awaiting maintainers feedback (via the GNATS Auto Assign Tool)
On Mon, Sep 23, 2013 at 11:59:01PM +0000, Edwin Groothuis wrote: > Maintainer of audio/pianobar, > > Please note that PR ports/182331 has just been submitted. > > If it contains a patch for an upgrade, an enhancement or a bug fix > you agree on, reply to this email stating that you approve the patch > and a committer will take care of it. I approve of this message. I am in fact the same person. We are one. I am him, and he is I. - John > > The full text of the PR can be found at: > http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/182331 > > -- > Edwin Groothuis via the GNATS Auto Assign Tool > edwin@FreeBSD.org
State Changed From-To: feedback->open Submitter is maintainer from another address. To submitter: the autoassigner only knows to exactly check the From: address vs. the MAINTINER line.
Responsible Changed From-To: freebsd-ports-bugs->amdmi3 I'll take it.
State Changed From-To: open->closed Committed, with minor changes. Thanks!
Author: amdmi3 Date: Wed Sep 25 04:18:08 2013 New Revision: 328251 URL: http://svnweb.freebsd.org/changeset/ports/328251 Log: - Update to 2013.09.15 [1] - While here, use new LIB_DEPENDS syntax and respect PREFIX PR: 182331 [1] Submitted by: John Hixson <john@ixsystems.com> (maintainer) [1] Deleted: head/audio/pianobar/files/patch-crypt.c head/audio/pianobar/files/patch-crypt.h head/audio/pianobar/files/patch-piano.h Modified: head/audio/pianobar/Makefile head/audio/pianobar/distinfo head/audio/pianobar/files/patch-Makefile Modified: head/audio/pianobar/Makefile ============================================================================== --- head/audio/pianobar/Makefile Wed Sep 25 03:51:17 2013 (r328250) +++ head/audio/pianobar/Makefile Wed Sep 25 04:18:08 2013 (r328251) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= pianobar -PORTVERSION= 2013.05.19 +PORTVERSION= 2013.09.15 CATEGORIES= audio MASTER_SITES= http://6xq.net/projects/${PORTNAME}/ @@ -11,12 +11,12 @@ COMMENT= Command line Pandora player LICENSE= MIT -LIB_DEPENDS= ao:${PORTSDIR}/audio/libao \ - faad:${PORTSDIR}/audio/faad \ - mad:${PORTSDIR}/audio/libmad \ - gnutls:${PORTSDIR}/security/gnutls \ - json:${PORTSDIR}/devel/json-c \ - gcrypt:${PORTSDIR}/security/libgcrypt +LIB_DEPENDS= libao.so:${PORTSDIR}/audio/libao \ + libfaad.so:${PORTSDIR}/audio/faad \ + libmad.so:${PORTSDIR}/audio/libmad \ + libgnutls.so:${PORTSDIR}/security/gnutls \ + libjson.so:${PORTSDIR}/devel/json-c \ + libgcrypt.so:${PORTSDIR}/security/libgcrypt MAN1= pianobar.1 MAN_COMPRESSED= no @@ -26,7 +26,7 @@ PLIST_FILES= bin/pianobar USES= gmake pkgconfig NO_STAGE= yes USE_BZIP2= yes -MAKE_ARGS+= CC="${CC}" +MAKE_ARGS+= CC="${CC}" PREFIX="${PREFIX}" CFLAGS+= -I${LOCALBASE}/include -std=c99 LDFLAGS+= -L${LOCALBASE}/lib Modified: head/audio/pianobar/distinfo ============================================================================== --- head/audio/pianobar/distinfo Wed Sep 25 03:51:17 2013 (r328250) +++ head/audio/pianobar/distinfo Wed Sep 25 04:18:08 2013 (r328251) @@ -1,2 +1,2 @@ -SHA256 (pianobar-2013.05.19.tar.bz2) = cf88e82663d2b0aa4d73e761506eac4f3e7bc789b57d92377acd994d785e1046 -SIZE (pianobar-2013.05.19.tar.bz2) = 50942 +SHA256 (pianobar-2013.09.15.tar.bz2) = 3f8cf25ef054acf46e519d02453a6e214cfa09661b3adc03da99ace1c6f10066 +SIZE (pianobar-2013.09.15.tar.bz2) = 52553 Modified: head/audio/pianobar/files/patch-Makefile ============================================================================== --- head/audio/pianobar/files/patch-Makefile Wed Sep 25 03:51:17 2013 (r328250) +++ head/audio/pianobar/files/patch-Makefile Wed Sep 25 04:18:08 2013 (r328251) @@ -1,5 +1,6 @@ ---- Makefile.orig 2013-06-06 11:12:53.077684094 -0700 -+++ Makefile 2013-06-06 11:25:07.697666849 -0700 +diff -urN pianobar-2013.09.15.orig/Makefile pianobar-2013.09.15/Makefile +--- Makefile 2013-09-15 06:54:04.000000000 -0700 ++++ Makefile 2013-09-23 12:20:05.869414665 -0700 @@ -4,7 +4,7 @@ BINDIR:=${PREFIX}/bin LIBDIR:=${PREFIX}/lib _______________________________________________ svn-ports-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-ports-all To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"