Hey, mostly bug fixes:
- don't fail when the mirror has a weird path (not pub/OpenBSD), spotted by giova...@. - be less gruik on shell commands, pointed by landry@ (sorry, maybe still a bit gruik). - better column formatting. - lots of typos. - use mandoc(1). comments, ideas welcome. Giovanni proposed to extend the synchronistation checked to the packages directories, but I have no clear ideas how to do it, if anyone got one... cheers, -- nicolas cvs server: Diffing . Index: Makefile =================================================================== RCS file: /cvs/openbsd/ports/sysutils/snapdl/Makefile,v retrieving revision 1.1.1.1 diff -u -r1.1.1.1 Makefile --- Makefile 12 Jun 2010 09:19:18 -0000 1.1.1.1 +++ Makefile 4 Jul 2010 00:18:13 -0000 @@ -2,7 +2,7 @@ COMMENT = download snapshots of OpenBSD-current -DISTNAME = snapdl-1.2.1 +DISTNAME = snapdl-1.2.2 CATEGORIES = sysutils PKG_ARCH = * Index: distinfo =================================================================== RCS file: /cvs/openbsd/ports/sysutils/snapdl/distinfo,v retrieving revision 1.1.1.1 diff -u -r1.1.1.1 distinfo --- distinfo 12 Jun 2010 09:19:18 -0000 1.1.1.1 +++ distinfo 4 Jul 2010 00:18:13 -0000 @@ -1,5 +1,5 @@ -MD5 (snapdl-1.2.1.tar.gz) = BQWz53p9QyvATt+5De7Clg== -RMD160 (snapdl-1.2.1.tar.gz) = tWRQt1bKUJBIV2b0mjgyFCbRJkY= -SHA1 (snapdl-1.2.1.tar.gz) = 2/+CAkHPKAVVbpUxAK7XLIpJ4O0= -SHA256 (snapdl-1.2.1.tar.gz) = tDWtWeDACFp3vLOmT6k2mJLeZhnBwya0IasbBG9S9Ic= -SIZE (snapdl-1.2.1.tar.gz) = 4196 +MD5 (snapdl-1.2.2.tar.gz) = 5XQgg4QdoKwzhJSRekJSQg== +RMD160 (snapdl-1.2.2.tar.gz) = CfDS0Hqzoc5i//vC6uu6QybceL0= +SHA1 (snapdl-1.2.2.tar.gz) = 23Q/KjqRZbdWb1Ix6aOOm1lTyno= +SHA256 (snapdl-1.2.2.tar.gz) = bWovI8BV6zOBPjAN1LnOjHPT4UxG1RwVa8deLJNel6Q= +SIZE (snapdl-1.2.2.tar.gz) = 4179 cvs server: Diffing pkg
