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 /mail | |
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 'mail')
-rw-r--r-- | mail/OSBF-lua/Makefile | 4 | ||||
-rw-r--r-- | mail/sylpheed/Makefile | 4 |
2 files changed, 6 insertions, 2 deletions
diff --git a/mail/OSBF-lua/Makefile b/mail/OSBF-lua/Makefile index 1f11f9e5b58..1e0596ae4d1 100644 --- a/mail/OSBF-lua/Makefile +++ b/mail/OSBF-lua/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2008/10/13 11:29:53 shannonjr Exp $ +# $NetBSD: Makefile,v 1.2 2009/05/02 16:21:44 reed Exp $ # DISTNAME= osbf-lua-2.0.4 @@ -10,6 +10,8 @@ HOMEPAGE= http://osbf-lua.luaforge.net/ COMMENT= Lua C module for text classification #LICENSE= gnu-gpl-v2 +PREV_PKGPATH= mail/lua-OSBF + USE_TOOLS+= gmake INSTALL_TARGET= install install_spamfilter diff --git a/mail/sylpheed/Makefile b/mail/sylpheed/Makefile index f818638dc9d..79233a6c4b5 100644 --- a/mail/sylpheed/Makefile +++ b/mail/sylpheed/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.114 2008/12/23 22:45:00 ahoka Exp $ +# $NetBSD: Makefile,v 1.115 2009/05/02 16:21:44 reed Exp $ DISTNAME= sylpheed-2.6.0 CATEGORIES= mail news x11 @@ -12,6 +12,8 @@ COMMENT= X based e-mail and netnews client PKG_DESTDIR_SUPPORT= user-destdir CONFLICTS= sylpheed-claws-[0-9]* +PREV_PKGPATH= mail/sylpheed-devel + USE_DIRS+= xdg-1.4 USE_PKGLOCALEDIR= yes USE_LIBTOOL= yes |