diff options
author | ehaupt <ehaupt@FreeBSD.org> | 2006-03-15 18:43:09 +0800 |
---|---|---|
committer | ehaupt <ehaupt@FreeBSD.org> | 2006-03-15 18:43:09 +0800 |
commit | e3e728cf823bd0b0b0da86cf62ae5c7620ee201d (patch) | |
tree | 481676104cce60812eeb0e7ee34822402786ace6 /audio/checkmate/Makefile | |
parent | fbb27fe8311eddbf18942d6bc1659edc9f1b1762 (diff) | |
download | freebsd-ports-gnome-e3e728cf823bd0b0b0da86cf62ae5c7620ee201d.tar.gz freebsd-ports-gnome-e3e728cf823bd0b0b0da86cf62ae5c7620ee201d.tar.zst freebsd-ports-gnome-e3e728cf823bd0b0b0da86cf62ae5c7620ee201d.zip |
Update to 0.12
PR: 94133
Diffstat (limited to 'audio/checkmate/Makefile')
-rw-r--r-- | audio/checkmate/Makefile | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/audio/checkmate/Makefile b/audio/checkmate/Makefile index f24bb483aa1d..5dbe9ff5ca34 100644 --- a/audio/checkmate/Makefile +++ b/audio/checkmate/Makefile @@ -6,9 +6,10 @@ # PORTNAME= mpck -PORTVERSION= 0.10 +PORTVERSION= 0.12 CATEGORIES= audio -MASTER_SITES= http://mpck.linuxonly.nl/ +MASTER_SITES= http://checkmate.linuxonly.nl/ +DISTNAME= checkmate-${PORTVERSION} MAINTAINER= ehaupt@FreeBSD.org COMMENT= A command-line utility for checking mp3 files for errors @@ -20,9 +21,4 @@ CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} MAN1= mpck.1 PLIST_FILES= bin/mpck -post-patch: - @${REINPLACE_CMD} -e 's|<malloc.h>|<stdlib.h>|' \ - ${WRKSRC}/src/checkframe.c \ - ${WRKSRC}/src/bufio.c - .include <bsd.port.mk> |