diff options
author | Daniel Engberg <diizzy@FreeBSD.org> | 2023-10-21 16:08:59 +0200 |
---|---|---|
committer | Daniel Engberg <diizzy@FreeBSD.org> | 2023-10-21 16:43:22 +0200 |
commit | 3fc0c22a11b5224402bea9e917dfc6db942851d3 (patch) | |
tree | acfc80ab79a862e60fc1e01df69b4e46b9f1ec39 | |
parent | 8489b4d6adf1859f184c0becb627974fc97df7f5 (diff) | |
download | freebsd-ports-3fc0c22a11b5224402bea9e917dfc6db942851d3.zip |
audio/faac: Use upstream release archive
Use upstream release archive as recommended by Porters Handbook
-rw-r--r-- | audio/faac/Makefile | 12 | ||||
-rw-r--r-- | audio/faac/distinfo | 6 |
2 files changed, 9 insertions, 9 deletions
diff --git a/audio/faac/Makefile b/audio/faac/Makefile index c8301460f15a..cea7cb982fd2 100644 --- a/audio/faac/Makefile +++ b/audio/faac/Makefile @@ -1,6 +1,8 @@ PORTNAME= faac -PORTVERSION= 1.30 +DISTVERSION= 1.30 CATEGORIES= audio +MASTER_SITES= SF/${PORTNAME}/${PORTNAME}-src/${PORTNAME}-${DISTVERSION}/ +DISTNAME= ${PORTNAME}-${DISTVERSION:S/./_/g} MAINTAINER= multimedia@FreeBSD.org COMMENT= MPEG-2 and MPEG-4 AAC audio encoder @@ -14,12 +16,10 @@ LICENSE_FILE_ISO= ${WRKSRC}/README LICENSE_PERMS_ISO= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept 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 +GNU_CONFIGURE= yes + +INSTALL_TARGET= install-strip .include <bsd.port.mk> diff --git a/audio/faac/distinfo b/audio/faac/distinfo index 489a1ce3bd21..789fb536cd1c 100644 --- a/audio/faac/distinfo +++ b/audio/faac/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1618047210 -SHA256 (knik0-faac-1.30-78d8e01_GH0.tar.gz) = 19b34a8fa761bb6cf2ab770ea5d3fdac6b993bc7a5d9b397e9d8f0088846bf59 -SIZE (knik0-faac-1.30-78d8e01_GH0.tar.gz) = 241760 +TIMESTAMP = 1697885383 +SHA256 (faac-1_30.tar.gz) = adc387ce588cca16d98c03b6ec1e58f0ffd9fc6eadb00e254157d6b16203b2d2 +SIZE (faac-1_30.tar.gz) = 241750 |