aboutsummaryrefslogtreecommitdiff
path: root/audio/faac/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'audio/faac/Makefile')
-rw-r--r--audio/faac/Makefile10
1 files changed, 6 insertions, 4 deletions
diff --git a/audio/faac/Makefile b/audio/faac/Makefile
index bf837e909e76..cf074b39deb3 100644
--- a/audio/faac/Makefile
+++ b/audio/faac/Makefile
@@ -2,10 +2,8 @@
# $FreeBSD$
PORTNAME= faac
-PORTVERSION= 1.29.9.2
-PORTREVISION= 3
+PORTVERSION= 1.30
CATEGORIES= audio
-MASTER_SITES= SF/${PORTNAME}/${PORTNAME}-src/${PORTNAME}-${PORTVERSION:R:R}
MAINTAINER= multimedia@FreeBSD.org
COMMENT= MPEG-2 and MPEG-4 AAC audio encoder
@@ -17,9 +15,13 @@ LICENSE_FILE= ${WRKSRC}/COPYING
LICENSE_FILE_ISO= ${WRKSRC}/README
LICENSE_PERMS_ISO= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept
-USES= compiler:c11 gmake libtool
+USES= autoreconf compiler:c11 gmake libtool
INSTALL_TARGET= install-strip
GNU_CONFIGURE= yes
USE_LDCONFIG= yes
+USE_GITHUB= yes
+GH_ACCOUNT= knik0
+GH_TAGNAME= 78d8e01
+
.include <bsd.port.mk>