aboutsummaryrefslogtreecommitdiffstats
path: root/multimedia/audacious-plugins-gtk3
diff options
context:
space:
mode:
authorolivierd <olivierd@FreeBSD.org>2017-01-29 04:50:43 +0800
committerolivierd <olivierd@FreeBSD.org>2017-01-29 04:50:43 +0800
commitc353c1ee716d2e69ae4278416060e1c1684840b6 (patch)
treeeefc765be65ca6c132a25c271065243e551d2601 /multimedia/audacious-plugins-gtk3
parent0741295556bcd1467dfe76ecd0070cfa9db4e1a4 (diff)
downloadfreebsd-ports-gnome-c353c1ee716d2e69ae4278416060e1c1684840b6.tar.gz
freebsd-ports-gnome-c353c1ee716d2e69ae4278416060e1c1684840b6.tar.zst
freebsd-ports-gnome-c353c1ee716d2e69ae4278416060e1c1684840b6.zip
- Fix memory issue with AAC plugin
- Bump PORTREVISION Reported by: gnn@ (private email) Obtained from: Upstream repository MFH: 2017Q1
Diffstat (limited to 'multimedia/audacious-plugins-gtk3')
-rw-r--r--multimedia/audacious-plugins-gtk3/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/multimedia/audacious-plugins-gtk3/Makefile b/multimedia/audacious-plugins-gtk3/Makefile
index 4564b348ba78..0182978c67d9 100644
--- a/multimedia/audacious-plugins-gtk3/Makefile
+++ b/multimedia/audacious-plugins-gtk3/Makefile
@@ -4,7 +4,7 @@
PORTNAME= audacious-plugins
PORTVERSION= 3.8.1
DISTVERSIONSUFFIX= -gtk3
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= multimedia audio
MASTER_SITES= http://distfiles.audacious-media-player.org/
PKGNAMESUFFIX= ${DISTVERSIONSUFFIX}
@@ -25,6 +25,7 @@ CONFLICTS_INSTALL= audacious-plugins-3.*
MASTERDIR= ${.CURDIR}/../audacious-plugins
DISTINFO_FILE= ${.CURDIR}/distinfo
+FILESDIR= ${MASTERDIR}/files
GNU_CONFIGURE= yes
USES= compiler:c++11-lib execinfo gettext-tools gmake iconv \