diff options
author | crees <crees@FreeBSD.org> | 2011-09-07 01:03:59 +0800 |
---|---|---|
committer | crees <crees@FreeBSD.org> | 2011-09-07 01:03:59 +0800 |
commit | cd47c428712d44523febecdf30a884947a709fd1 (patch) | |
tree | baa7beab1597a725b8646ecde7ec9d06f891b646 | |
parent | af3b0bdbfb2e717679cab521a7d9093c054e42a8 (diff) | |
download | freebsd-ports-gnome-cd47c428712d44523febecdf30a884947a709fd1.tar.gz freebsd-ports-gnome-cd47c428712d44523febecdf30a884947a709fd1.tar.zst freebsd-ports-gnome-cd47c428712d44523febecdf30a884947a709fd1.zip |
- Update to 0.16.4
- While here, pet portlint about [CL][PD]P?FLAGS in CONFIGURE_ENV
-rw-r--r-- | audio/musicpd/Makefile | 7 | ||||
-rw-r--r-- | audio/musicpd/distinfo | 4 |
2 files changed, 5 insertions, 6 deletions
diff --git a/audio/musicpd/Makefile b/audio/musicpd/Makefile index e3d11281df53..97625a37aa95 100644 --- a/audio/musicpd/Makefile +++ b/audio/musicpd/Makefile @@ -6,8 +6,7 @@ # PORTNAME= musicpd -PORTVERSION= 0.16.3 -PORTREVISION= 1 +PORTVERSION= 0.16.4 CATEGORIES= audio ipv6 MASTER_SITES= SF/${PORTNAME}/mpd/${PORTVERSION} DISTNAME= mpd-${PORTVERSION} @@ -26,8 +25,8 @@ GNU_CONFIGURE= yes USE_GNOME= glib20 USE_RC_SUBR= ${PORTNAME} -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" +CPPFLAGS+= "-I${LOCALBASE}/include" +LDFLAGS+= "-L${LOCALBASE}/lib" CFLAGS+= -I${PREFIX}/include diff --git a/audio/musicpd/distinfo b/audio/musicpd/distinfo index 985d2aa73b51..209a8ae4951f 100644 --- a/audio/musicpd/distinfo +++ b/audio/musicpd/distinfo @@ -1,2 +1,2 @@ -SHA256 (mpd-0.16.3.tar.bz2) = 58df79cfa89b365413ee720f3f605ff01a9aa32be1e176d523243954648731d2 -SIZE (mpd-0.16.3.tar.bz2) = 477517 +SHA256 (mpd-0.16.4.tar.bz2) = fa85ca6f837bdfa5ac165c674c2d8cdb77ff44b5f56fac526bc6a11211e61cfd +SIZE (mpd-0.16.4.tar.bz2) = 478807 |