Skip to content

Commit

Permalink
audio/rem: deprecated, replaced by libre
Browse files Browse the repository at this point in the history
Deprecate audio/rem which was merged in audio/re

Reported by:	Herbert J. Skuhra <herbert@gojira.at> (by email)
  • Loading branch information
rosorio committed Sep 10, 2023
1 parent fc280dd commit 39143d8
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions audio/rem/Makefile
Expand Up @@ -7,6 +7,9 @@ MAINTAINER= ports@FreeBSD.org
COMMENT= Library for real-time audio and video processing
WWW= https://github.com/baresip

DEPRECATED= Deprecated, replaced by libre
EXPIRATION_DATE= 2023-10-10

LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE

Expand All @@ -22,7 +25,7 @@ ABI_MAJOR= 6
ABI_AGE= 12
ABI_REV= 0
PLIST_SUB= ABI_MAJOR=${ABI_MAJOR}
PLIST_SUB+= ABI_AGE=${ABI_AGE}
PLIST_SUB+= ABI_REV=${ABI_REV}
PLIST_SUB+= ABI_AGE=${ABI_AGE} \
ABI_REV=${ABI_REV}

.include <bsd.port.mk>

0 comments on commit 39143d8

Please sign in to comment.