Skip to content

Commit

Permalink
multimedia/libzen: Rename UPSTREAM_BUNDLE_VERSION to MEDIAINFO_VERSIO…
Browse files Browse the repository at this point in the history
…N for clearer naming
  • Loading branch information
sunpoet committed Mar 31, 2024
1 parent 67e72d3 commit 9fb3861
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions multimedia/libzen/Makefile
Expand Up @@ -3,9 +3,9 @@ PORTVERSION= 0.4.41.20240118
PORTREVISION= 1
PORTEPOCH= 2
CATEGORIES= multimedia
MASTER_SITES= https://mediaarea.net/download/binary/mediainfo/${UPSTREAM_BUNDLE_VERSION}/ \
MASTER_SITES= https://mediaarea.net/download/binary/mediainfo/${MEDIAINFO_VERSION}/ \
LOCAL/sunpoet
DISTNAME= MediaInfo_CLI_${UPSTREAM_BUNDLE_VERSION}_GNU_FromSource
DISTNAME= MediaInfo_CLI_${MEDIAINFO_VERSION}_GNU_FromSource

MAINTAINER= sunpoet@FreeBSD.org
COMMENT= ZenLib used by MediaInfo and its library
Expand All @@ -20,9 +20,10 @@ USES= compiler:c++11-lang dos2unix libtool pathfix tar:xz
CONFIGURE_ARGS= --enable-shared --enable-static
GNU_CONFIGURE= yes
INSTALL_TARGET= install-strip
UPSTREAM_BUNDLE_VERSION= 24.03
USE_LDCONFIG= yes

WRKSRC= ${WRKDIR}/MediaInfo_CLI_GNU_FromSource/ZenLib/Project/GNU/Library

MEDIAINFO_VERSION= 24.03

.include <bsd.port.mk>

0 comments on commit 9fb3861

Please sign in to comment.