diff options
Diffstat (limited to 'audio/lewton/Makefile')
-rw-r--r-- | audio/lewton/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/lewton/Makefile b/audio/lewton/Makefile index 402d00a42e3d..e9327cdaa822 100644 --- a/audio/lewton/Makefile +++ b/audio/lewton/Makefile @@ -1,12 +1,12 @@ PORTNAME= lewton DISTVERSION= 0.10.2 -PORTREVISION= 37 +PORTREVISION= 38 CATEGORIES= audio PATCH_SITES= https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/ PATCHFILES+= 05f96f6e6976.patch:-p1 # https://github.com/RustAudio/lewton/pull/97 -MAINTAINER= jbeich@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Rust vorbis decoder WWW= https://github.com/RustAudio/lewton |