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 /net | |
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 'net')
-rw-r--r-- | net/ekiga/Makefile | 3 | ||||
-rw-r--r-- | net/p5-IO-Socket-INET6/Makefile | 4 |
2 files changed, 5 insertions, 2 deletions
diff --git a/net/ekiga/Makefile b/net/ekiga/Makefile index a85562d12e5..791dfd8673c 100644 --- a/net/ekiga/Makefile +++ b/net/ekiga/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2009/03/22 19:01:40 wiz Exp $ +# $NetBSD: Makefile,v 1.10 2009/05/02 16:21:45 reed Exp $ # DISTNAME= ekiga-3.2.0 @@ -12,6 +12,7 @@ HOMEPAGE= http://www.ekiga.org/ COMMENT= VoIP and video conferencing application for GNOME PKG_DESTDIR_SUPPORT= user-destdir +PREV_PKGPATH= net/ekiga-devel USE_DIRS+= gnome2-1.5 USE_TOOLS+= gmake intltool msgfmt pkg-config diff --git a/net/p5-IO-Socket-INET6/Makefile b/net/p5-IO-Socket-INET6/Makefile index dad58e3f0d0..8df3f370117 100644 --- a/net/p5-IO-Socket-INET6/Makefile +++ b/net/p5-IO-Socket-INET6/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2009/03/07 15:54:51 seb Exp $ +# $NetBSD: Makefile,v 1.3 2009/05/02 16:21:45 reed Exp $ # DISTNAME= IO-Socket-INET6-2.56 @@ -12,6 +12,8 @@ COMMENT= Perl object interface for AF_INET|AF_INET6 domain sockets DEPENDS+= p5-Socket6-[0-9]*:../../net/p5-Socket6 +SUPERSEDES= p5-INET6-[0-9]* + PKG_DESTDIR_SUPPORT= user-destdir PERL5_PACKLIST= auto/IO/Socket/INET6/.packlist |