diff options
author | jgh <jgh@FreeBSD.org> | 2012-12-27 13:25:52 +0800 |
---|---|---|
committer | jgh <jgh@FreeBSD.org> | 2012-12-27 13:25:52 +0800 |
commit | e59c8784f65224d6f9aa7f084241a27257b8b6f6 (patch) | |
tree | c74a4d79ad5b87756573dd64471f272662abcb4c | |
parent | 82cca6477ff4cad2e0a75735a16bbbec2933e674 (diff) | |
download | freebsd-ports-gnome-e59c8784f65224d6f9aa7f084241a27257b8b6f6.tar.gz freebsd-ports-gnome-e59c8784f65224d6f9aa7f084241a27257b8b6f6.tar.zst freebsd-ports-gnome-e59c8784f65224d6f9aa7f084241a27257b8b6f6.zip |
- update to 2012.12.01
- while here trim historical header and unclobber CFLAGS/LDFLAGS
PR: 174726
Submitted by: maintainer, john@pcbsd.org
-rw-r--r-- | audio/pianobar/Makefile | 12 | ||||
-rw-r--r-- | audio/pianobar/distinfo | 4 |
2 files changed, 6 insertions, 10 deletions
diff --git a/audio/pianobar/Makefile b/audio/pianobar/Makefile index c4c6c6742205..0375f710f1e3 100644 --- a/audio/pianobar/Makefile +++ b/audio/pianobar/Makefile @@ -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> diff --git a/audio/pianobar/distinfo b/audio/pianobar/distinfo index e0d62385944f..205306e6723a 100644 --- a/audio/pianobar/distinfo +++ b/audio/pianobar/distinfo @@ -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 |