diff options
author | riggs <riggs@FreeBSD.org> | 2017-11-19 19:37:26 +0800 |
---|---|---|
committer | riggs <riggs@FreeBSD.org> | 2017-11-19 19:37:26 +0800 |
commit | 2a16acd28f35185d51a22d195a5a67c294757667 (patch) | |
tree | dcea86c26b686bfeaf7f251bec4d2cb67852fcb7 /audio/dream | |
parent | 63e89ba642e0e13903e67ae1984d8589ed9f8d8c (diff) | |
download | freebsd-ports-graphics-2a16acd28f35185d51a22d195a5a67c294757667.tar.gz freebsd-ports-graphics-2a16acd28f35185d51a22d195a5a67c294757667.tar.zst freebsd-ports-graphics-2a16acd28f35185d51a22d195a5a67c294757667.zip |
Chase audio/faac update (ABI incompatible to previous version 1.28)
PR: 223416
Submitted by: riggs
Diffstat (limited to 'audio/dream')
-rw-r--r-- | audio/dream/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/dream/Makefile b/audio/dream/Makefile index 2c71d51512a..6a398d3382b 100644 --- a/audio/dream/Makefile +++ b/audio/dream/Makefile @@ -2,7 +2,7 @@ PORTNAME= dream PORTVERSION= 2.1.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= audio comms hamradio MASTER_SITES= SF/drm/${PORTNAME}/${PORTVERSION} DISTNAME= ${PORTNAME}-${PORTVERSION}-svn808 |