svn commit: r328251 - in head/audio/pianobar: . files

Dmitry Marakasov amdmi3 at FreeBSD.org
Wed Sep 25 04:18:09 UTC 2013


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 at 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


More information about the svn-ports-all mailing list