From 486e363764d8b6f88f88870c3ecf12d17aecb3fb Mon Sep 17 00:00:00 2001 From: shaun Date: Mon, 25 Jul 2011 19:19:03 +0000 Subject: - Remove dead master sites. - Distfile was re-rolled - content is the same as the old one. - Fix build with clang. --- multimedia/mpeg/Makefile | 9 +++++---- multimedia/mpeg/distinfo | 4 ++-- 2 files changed, 7 insertions(+), 6 deletions(-) (limited to 'multimedia/mpeg') diff --git a/multimedia/mpeg/Makefile b/multimedia/mpeg/Makefile index 09ba0839d9b..18725fb64b5 100644 --- a/multimedia/mpeg/Makefile +++ b/multimedia/mpeg/Makefile @@ -9,9 +9,7 @@ PORTNAME= mpeg PORTVERSION= 1.2.2 PORTREVISION= 1 CATEGORIES= multimedia -MASTER_SITES= ftp://ftp.uni-koeln.de/graph/mpeg/ \ - ftp://ftp.mni.mcgill.ca/pub/mpeg/ \ - ftp://ftp.u-aizu.ac.jp/pub/graphics/image/mpeg/mni.mcgill.ca/ +MASTER_SITES= ftp://ftp.u-aizu.ac.jp/pub/graphics/image/mpeg/mni.mcgill.ca/ DISTNAME= MPEGv${PORTVERSION} MAINTAINER= ports@FreeBSD.org @@ -20,8 +18,11 @@ COMMENT= PVRG's MPEG video stream encoder WRKSRC= ${WRKDIR}/mpegdir MAN1= mpeg.1 -pre-build: +post-patch: @-${MV} ${WRKSRC}/makefile ${WRKSRC}/Makefile + ${REINPLACE_CMD} -e 's/cc/${CC}/g' ${WRKSRC}/Makefile + +pre-build: cd ${WRKSRC} && lex -lt lexer.l >lexer.c do-install: diff --git a/multimedia/mpeg/distinfo b/multimedia/mpeg/distinfo index 52c002d8055..6f753637dde 100644 --- a/multimedia/mpeg/distinfo +++ b/multimedia/mpeg/distinfo @@ -1,2 +1,2 @@ -SHA256 (MPEGv1.2.2.tar.gz) = 78ddeab22e12ba64296560519e02f00168dfa853833073c11c982622dcb1cb9e -SIZE (MPEGv1.2.2.tar.gz) = 252712 +SHA256 (MPEGv1.2.2.tar.gz) = 8a69a0bd406a8de7b6df76db2030333796908f4a24e22ca18f4c2f6a17377e55 +SIZE (MPEGv1.2.2.tar.gz) = 254373 -- cgit