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 | e687d0344c0a78af0e5739815ab5df07c923a98f (patch) | |
tree | 2319be5aa37823896621deeeb9dfec36069a9eca /www | |
parent | f99e681dd58f6955436406d8b17c6e75e31084fc (diff) | |
download | pkgsrc-e687d0344c0a78af0e5739815ab5df07c923a98f.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 'www')
-rw-r--r-- | www/p5-CGI-Lite/Makefile | 5 | ||||
-rw-r--r-- | www/py-django/Makefile | 4 |
2 files changed, 7 insertions, 2 deletions
diff --git a/www/p5-CGI-Lite/Makefile b/www/p5-CGI-Lite/Makefile index 3844df8264c..45844c91079 100644 --- a/www/p5-CGI-Lite/Makefile +++ b/www/p5-CGI-Lite/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2008/11/08 09:43:57 wiz Exp $ +# $NetBSD: Makefile,v 1.2 2009/05/02 16:21:45 reed Exp $ # DISTNAME= CGI-Lite-2.02 @@ -12,6 +12,9 @@ MAINTAINER= bad@NetBSD.org HOMEPAGE= http://search.cpan.org/dist/CGI-Lite/ COMMENT= Simple perl5 module for writing forms-based CGI programs +PREV_PKGPATH= www/p5-CGI_Lite +SUPERSEDES= p5-CGI_Lite-[0-9]* + PKG_DESTDIR_SUPPORT= user-destdir PERL5_PACKLIST= auto/CGI/Lite/.packlist diff --git a/www/py-django/Makefile b/www/py-django/Makefile index 18579f4340a..24ac2331886 100644 --- a/www/py-django/Makefile +++ b/www/py-django/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.16 2009/04/14 09:14:24 joerg Exp $ +# $NetBSD: Makefile,v 1.17 2009/05/02 16:21:46 reed Exp $ DJANGOVERS= 1.0.2 DISTNAME= Django-${DJANGOVERS}-final @@ -11,6 +11,8 @@ MAINTAINER= joerg@NetBSD.org HOMEPAGE= http://www.djangoproject.com/ COMMENT= Django, a high-level Python Web framework +PREV_PKGPATH= www/py-django-devel + PYDISTUTILSPKG= # yes PYTHON_VERSIONS_ACCEPTED= 25 24 PLIST_SUBST+= PYVERSSUFFIX=${PYVERSSUFFIX:Q} |