diff options
author | wiz <wiz@pkgsrc.org> | 2011-06-20 15:17:02 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2011-06-20 15:17:02 +0000 |
commit | fdf4fa4d314a0d773a39463bbb199c431e8c0740 (patch) | |
tree | a5171a893a43d6d05732e8ba0c8d414cf5a7c3f2 /pkgtools/pkgin | |
parent | 8e651b797be2374e7737f9f93a4238c31de04dd3 (diff) | |
download | pkgsrc-fdf4fa4d314a0d773a39463bbb199c431e8c0740.tar.gz |
Bump PKGREVISION for PLIST change.
(Not really necessary, but PKGREVISIONs are cheap; and the binary packages
do differ.)
Diffstat (limited to 'pkgtools/pkgin')
-rw-r--r-- | pkgtools/pkgin/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgtools/pkgin/Makefile b/pkgtools/pkgin/Makefile index be6d303a95a..621c75443d1 100644 --- a/pkgtools/pkgin/Makefile +++ b/pkgtools/pkgin/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.12 2011/06/10 09:40:00 obache Exp $ +# $NetBSD: Makefile,v 1.13 2011/06/20 15:17:02 wiz Exp $ # DISTNAME= pkgin-0.4.2 -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= pkgtools MASTER_SITES= ftp://ftp.NetBSD.org/pub/NetBSD/misc/imil/ |