Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 27 Dec 2012 05:25:52 +0000 (UTC)
From:      Jason Helfman <jgh@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r309534 - head/audio/pianobar
Message-ID:  <201212270525.qBR5Pqb4015230@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: jgh
Date: Thu Dec 27 05:25:52 2012
New Revision: 309534
URL: http://svnweb.freebsd.org/changeset/ports/309534

Log:
  - update to 2012.12.01
  - while here trim historical header and unclobber CFLAGS/LDFLAGS
  
  PR:		174726
  Submitted by:	maintainer, john@pcbsd.org

Modified:
  head/audio/pianobar/Makefile   (contents, props changed)
  head/audio/pianobar/distinfo   (contents, props changed)

Modified: head/audio/pianobar/Makefile
==============================================================================
--- head/audio/pianobar/Makefile	Thu Dec 27 04:25:05 2012	(r309533)
+++ head/audio/pianobar/Makefile	Thu Dec 27 05:25:52 2012	(r309534)
@@ -1,12 +1,8 @@
-# New ports collection makefile for: pianobar
-# Date created: 8 October 2010
-# Whom: John Hixson <john@pcbsd.org>
-#
+# Created by: John Hixson <john@pcbsd.org>
 # $FreeBSD$
-#
 
 PORTNAME=	pianobar
-PORTVERSION=	2012.09.07
+PORTVERSION=	2012.12.01
 CATEGORIES=	audio
 MASTER_SITES=	http://6xq.net/projects/${PORTNAME}/
 
@@ -30,7 +26,7 @@ PLIST_FILES=	bin/pianobar
 USE_BZIP2=	yes
 USE_GMAKE=	yes
 
-CFLAGS=	-I${LOCALBASE}/include
-LDFLAGS=	-L${LOCALBASE}/lib
+CFLAGS+=	-I${LOCALBASE}/include
+LDFLAGS+=	-L${LOCALBASE}/lib
 
 .include <bsd.port.mk>

Modified: head/audio/pianobar/distinfo
==============================================================================
--- head/audio/pianobar/distinfo	Thu Dec 27 04:25:05 2012	(r309533)
+++ head/audio/pianobar/distinfo	Thu Dec 27 05:25:52 2012	(r309534)
@@ -1,2 +1,2 @@
-SHA256 (pianobar-2012.09.07.tar.bz2) = 1790d1f70f1516ddb3000ee95d43d42659530e8e786807edd4f4895bcbb2aa1c
-SIZE (pianobar-2012.09.07.tar.bz2) = 49641
+SHA256 (pianobar-2012.12.01.tar.bz2) = a3909f796e7cef21b19d98282f332ecbcf9b2c60a2af22a0a2ce01e9c4d9f515
+SIZE (pianobar-2012.12.01.tar.bz2) = 50383



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201212270525.qBR5Pqb4015230>