diff options
author | martti <martti> | 2002-07-17 10:31:38 +0000 |
---|---|---|
committer | martti <martti> | 2002-07-17 10:31:38 +0000 |
commit | afd2f789049d90a0967bd15b6cf4a795ecc6e889 (patch) | |
tree | 78e215341aa001e23a8c56dd0a9a63eeb15bbe05 /www/ap2-perl | |
parent | cd13ede3c17c95e0d6dcc7cd84a1fcaf70c6ec09 (diff) | |
download | pkgsrc-afd2f789049d90a0967bd15b6cf4a795ecc6e889.tar.gz |
Use a newer distfile as the old one is no longer available (as seen in
the latest bulk build). PKGNAME is unmodified as ${WRKSRC}/STATUS uses
the same version for this distfile as before.
Diffstat (limited to 'www/ap2-perl')
-rw-r--r-- | www/ap2-perl/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/ap2-perl/Makefile b/www/ap2-perl/Makefile index 894af8acb5b..a9fe1d68e64 100644 --- a/www/ap2-perl/Makefile +++ b/www/ap2-perl/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2002/06/28 07:40:29 jlam Exp $ +# $NetBSD: Makefile,v 1.2 2002/07/17 10:31:38 martti Exp $ # # This package tracks a snapshot of modperl-2.0 that is updated every 6 # hours. To update to the latest snapshot, simply change DISTNAME to @@ -8,7 +8,7 @@ # NOTE: This package is *BETA*. If it doesn't work, then check the # modperl-2.0 mailing lists for help. -DISTNAME= modperl-2.0_20020628042432 +DISTNAME= modperl-2.0_20020717042359 PKGNAME= ap2-perl-1.99.5 WRKSRC= ${WRKDIR}/modperl-2.0 CATEGORIES= www perl5 |