From 6186431c53b685f6462fb05ae53bf432558af4f9 Mon Sep 17 00:00:00 2001 From: Thomas Zander Date: Wed, 1 Nov 2017 15:35:28 +0000 Subject: Update to upstream version 1.29.8.3 --- audio/faac/Makefile | 17 +++-------------- 1 file changed, 3 insertions(+), 14 deletions(-) (limited to 'audio/faac/Makefile') diff --git a/audio/faac/Makefile b/audio/faac/Makefile index 26a442c812cb..9a0e49978b36 100644 --- a/audio/faac/Makefile +++ b/audio/faac/Makefile @@ -2,10 +2,9 @@ # $FreeBSD$ PORTNAME= faac -PORTVERSION= 1.28 -PORTREVISION= 5 +PORTVERSION= 1.29.8.3 CATEGORIES= audio -MASTER_SITES= SF/${PORTNAME}/${PORTNAME}-src/${PORTNAME}-${PORTVERSION} +MASTER_SITES= SF/${PORTNAME}/${PORTNAME}-src/${PORTNAME}-${PORTVERSION:R:R} MAINTAINER= multimedia@FreeBSD.org COMMENT= MPEG-2 and MPEG-4 AAC audio encoder @@ -17,19 +16,9 @@ LICENSE_FILE= ${WRKSRC}/COPYING LICENSE_FILE_ISO= ${WRKSRC}/README LICENSE_PERMS_ISO= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept -LIB_DEPENDS= libmp4v2.so:multimedia/mp4v2 - -USES= autoreconf gmake libtool tar:bzip2 +USES= gmake libtool INSTALL_TARGET= install-strip GNU_CONFIGURE= yes -CONFIGURE_ARGS= --with-mp4v2 -CPPFLAGS+= -I${LOCALBASE}/include -LDFLAGS+= -L${LOCALBASE}/lib USE_LDCONFIG= yes -post-patch: - @${ECHO_CMD} "" >> ${WRKSRC}/libfaac/psych.h - @${REINPLACE_CMD} -e 's|||g' \ - ${WRKSRC}/frontend/main.c - .include -- cgit v1.2.3