Skip to content

Commit

Permalink
audio/faac: Use upstream release archive
Browse files Browse the repository at this point in the history
Use upstream release archive as recommended by Porters Handbook
  • Loading branch information
Daniel Engberg authored and Daniel Engberg committed Oct 21, 2023
1 parent 8489b4d commit 3fc0c22
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
12 changes: 6 additions & 6 deletions 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
Expand All @@ -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>
6 changes: 3 additions & 3 deletions 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

0 comments on commit 3fc0c22

Please sign in to comment.