diff options
author | reed <reed@pkgsrc.org> | 2009-05-02 16:21:43 +0000 |
---|---|---|
committer | reed <reed@pkgsrc.org> | 2009-05-02 16:21:43 +0000 |
commit | 676e059275db9203cafa0fa4492108671a29dc8d (patch) | |
tree | 2319be5aa37823896621deeeb9dfec36069a9eca /multimedia/ffmpeg | |
parent | d547799b004296fcbd3fbfa69fb52c9b7aea87b1 (diff) | |
download | pkgsrc-676e059275db9203cafa0fa4492108671a29dc8d.tar.gz |
Add PREV_PKGPATH and/or SUPERSEDES for various packages that
were moved or renamed.
This was for some from 2008 and 2009 and one from 2001.
Also I noticed that a CHANGES entry was wrong as said "Renamed"
when should have said "Moved" (lua-OSBF) because PKGBASE stayed the
same.
Diffstat (limited to 'multimedia/ffmpeg')
-rw-r--r-- | multimedia/ffmpeg/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/multimedia/ffmpeg/Makefile b/multimedia/ffmpeg/Makefile index 264afea6674..60a4fe9972d 100644 --- a/multimedia/ffmpeg/Makefile +++ b/multimedia/ffmpeg/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.48 2009/04/07 19:29:50 wiz Exp $ +# $NetBSD: Makefile,v 1.49 2009/05/02 16:21:44 reed Exp $ DISTNAME= ffmpeg-${DISTVERSION} PKGNAME= ffmpeg-${DISTVERSION:S/-//g} @@ -13,6 +13,7 @@ COMMENT= MPEG decoding, encoding and streaming software DISTVERSION= 2008-07-27 PKG_DESTDIR_SUPPORT= user-destdir +PREV_PKGPATH= multimedia/ffmpeg-devel HAS_CONFIGURE= YES USE_LIBTOOL= YES |