diff options
author | jperkin <jperkin@pkgsrc.org> | 2013-02-06 23:20:50 +0000 |
---|---|---|
committer | jperkin <jperkin@pkgsrc.org> | 2013-02-06 23:20:50 +0000 |
commit | 977a4601d6710f9867f3ebb2b41315182ede9725 (patch) | |
tree | d7d0af5d9808c460db88c75cae427e48392a4fee /pkgtools | |
parent | 4a74c19d4b32131f4eae8c3c6311e8057271a3ee (diff) | |
download | pkgsrc-977a4601d6710f9867f3ebb2b41315182ede9725.tar.gz |
PKGREVISION bumps for the security/openssl 1.0.1d update.
Diffstat (limited to 'pkgtools')
-rw-r--r-- | pkgtools/pkg_install/Makefile | 3 | ||||
-rw-r--r-- | pkgtools/pkgin/Makefile | 4 |
2 files changed, 4 insertions, 3 deletions
diff --git a/pkgtools/pkg_install/Makefile b/pkgtools/pkg_install/Makefile index 0b903554754..5266113e0d0 100644 --- a/pkgtools/pkg_install/Makefile +++ b/pkgtools/pkg_install/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.189 2012/10/15 21:27:08 joerg Exp $ +# $NetBSD: Makefile,v 1.190 2013/02/06 23:23:29 jperkin Exp $ # Notes to package maintainers: # @@ -7,6 +7,7 @@ # change in the pkg_* tools that pkgsrc relies on for proper operation. DISTNAME= pkg_install-${VERSION} +PKGREVISION= 1 CATEGORIES= pkgtools MASTER_SITES= # empty DISTFILES= # empty diff --git a/pkgtools/pkgin/Makefile b/pkgtools/pkgin/Makefile index 438dffad467..340b7f1e015 100644 --- a/pkgtools/pkgin/Makefile +++ b/pkgtools/pkgin/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.32 2013/01/26 21:38:39 adam Exp $ +# $NetBSD: Makefile,v 1.33 2013/02/06 23:23:29 jperkin Exp $ # DISTNAME= pkgin-0.6.3.1 -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= pkgtools MASTER_SITES= ftp://ftp.NetBSD.org/pub/NetBSD/misc/imil/ |