diff options
author | schmonz <schmonz> | 2011-06-21 02:57:11 +0000 |
---|---|---|
committer | schmonz <schmonz> | 2011-06-21 02:57:11 +0000 |
commit | 6ea8b4d9a5f31a7efca8295cc706eb92319df45f (patch) | |
tree | 756d0ea35b52edf99b9afb2cf1eb9a2f38fa1759 /devel/mr/Makefile | |
parent | 7a21c16d6e9a3e2e47df2059e211d69b54dfe17f (diff) | |
download | pkgsrc-6ea8b4d9a5f31a7efca8295cc706eb92319df45f.tar.gz |
Update to 1.04. From the changelog:
* Improve trust errors displayed while bootstrapping. Closes: #628234
* Allow mr register to be used with mrconfig file that does not yet
exist. Closes: #629217
Diffstat (limited to 'devel/mr/Makefile')
-rw-r--r-- | devel/mr/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/mr/Makefile b/devel/mr/Makefile index 1ccf557a290..6196dc98dcc 100644 --- a/devel/mr/Makefile +++ b/devel/mr/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.1.1.1 2011/06/14 21:58:11 schmonz Exp $ +# $NetBSD: Makefile,v 1.2 2011/06/21 02:57:11 schmonz Exp $ # -DISTNAME= mr_1.03 +DISTNAME= mr_1.04 PKGNAME= ${DISTNAME:S/_/-/} CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_DEBIAN:=pool/main/m/mr/} |