From owner-svn-ports-head@FreeBSD.ORG Wed Sep 25 04:18:09 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 2485944A; Wed, 25 Sep 2013 04:18:09 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 00BAD247A; Wed, 25 Sep 2013 04:18:09 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r8P4I8vo089243; Wed, 25 Sep 2013 04:18:08 GMT (envelope-from amdmi3@svn.freebsd.org) Received: (from amdmi3@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r8P4I80F089239; Wed, 25 Sep 2013 04:18:08 GMT (envelope-from amdmi3@svn.freebsd.org) Message-Id: <201309250418.r8P4I80F089239@svn.freebsd.org> From: Dmitry Marakasov Date: Wed, 25 Sep 2013 04:18:08 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r328251 - in head/audio/pianobar: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 25 Sep 2013 04:18:09 -0000 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 (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