pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/misc/moreutils moreutils: Update to 0.63



details:   https://anonhg.NetBSD.org/pkgsrc/rev/36a961d09f09
branches:  trunk
changeset: 329237:36a961d09f09
user:      leot <leot%pkgsrc.org@localhost>
date:      Sat Feb 02 17:53:41 2019 +0000

description:
moreutils: Update to 0.63

pkgsrc changes:
 - Switch MASTER_SITES to upstream snapshots instead of using Debian mirrors

Changes:
0.63
----
 - vipe: Clean up temp file even when it exits with an error.
       Thanks, Stig Palmquist.
 - ts: Fix ts -m %.s to not output negative microseconds.
       Thanks, Dima Kogan
 - sponge: Fix bug in -a mode that doubled original content of file when the
           temp file is located on a different filesystem.

diffstat:

 misc/moreutils/Makefile |  14 +++++---------
 misc/moreutils/distinfo |  10 +++++-----
 2 files changed, 10 insertions(+), 14 deletions(-)

diffs (53 lines):

diff -r 3a7c8cb65221 -r 36a961d09f09 misc/moreutils/Makefile
--- a/misc/moreutils/Makefile   Sat Feb 02 16:59:48 2019 +0000
+++ b/misc/moreutils/Makefile   Sat Feb 02 17:53:41 2019 +0000
@@ -1,26 +1,22 @@
-# $NetBSD: Makefile,v 1.7 2018/09/29 21:33:47 wiedi Exp $
+# $NetBSD: Makefile,v 1.8 2019/02/02 17:53:41 leot Exp $
 
-DISTNAME=      moreutils_0.62.orig
-PKGNAME=       ${DISTNAME:S/_/-/:S/.orig//}
-PKGREVISION=   2
+DISTNAME=      moreutils-0.63
 CATEGORIES=    misc
-MASTER_SITES=  ${MASTER_SITE_DEBIAN:=pool/main/m/moreutils/}
-EXTRACT_SUFX=  .tar.xz
+MASTER_SITES=  https://git.joeyh.name/index.cgi/moreutils.git/snapshot/
 
 MAINTAINER=    leot%NetBSD.org@localhost
 HOMEPAGE=      https://joeyh.name/code/moreutils/
 COMMENT=       Additional Unix utilities
 LICENSE=       gnu-gpl-v2
 
+USE_TOOLS+=    gmake pod2man perl:run
+
 BUILD_DEPENDS+=        docbook-xsl-[0-9]*:../../textproc/docbook-xsl
 BUILD_DEPENDS+=        libxml2-[0-9]*:../../textproc/libxml2
 BUILD_DEPENDS+=        libxslt-[0-9]*:../../textproc/libxslt
 
 DEPENDS+=      p5-IPC-Run-[0-9]*:../../devel/p5-IPC-Run
 
-USE_TOOLS+=    gmake pod2man perl:run
-WRKSRC=                ${WRKDIR}/${PKGNAME_NOREV}
-
 USE_LANGUAGES= c99
 
 REPLACE_PERL+= chronic
diff -r 3a7c8cb65221 -r 36a961d09f09 misc/moreutils/distinfo
--- a/misc/moreutils/distinfo   Sat Feb 02 16:59:48 2019 +0000
+++ b/misc/moreutils/distinfo   Sat Feb 02 17:53:41 2019 +0000
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.4 2018/09/29 21:33:47 wiedi Exp $
+$NetBSD: distinfo,v 1.5 2019/02/02 17:53:41 leot Exp $
 
-SHA1 (moreutils_0.62.orig.tar.xz) = e1167351127aad1d661b987245e619f737a2fc0c
-RMD160 (moreutils_0.62.orig.tar.xz) = 93a42c239443e572c7e1cc7e370882a702272671
-SHA512 (moreutils_0.62.orig.tar.xz) = 4d1bd481695f3152d33fbb8a58ca923c70ad0a189df7272082adb8d2ccaf0349a3816b6e0f642b667faa36935e4098ed4d2b40dfd256f84b7d5c48e9ace0bdc2
-Size (moreutils_0.62.orig.tar.xz) = 80364 bytes
+SHA1 (moreutils-0.63.tar.gz) = fd8924dc609995b0ad172c546be3d3d72f46ad01
+RMD160 (moreutils-0.63.tar.gz) = 056a6e43e2fb5f1d9474145853bf92a067f0e304
+SHA512 (moreutils-0.63.tar.gz) = d8a217e740fc34b8c360dda2b1bd947095671d658bb711740918638f0590d7189519b470aeeab523614f01678d07ce79c927e59eb8417a709dd925726e56a3e6
+Size (moreutils-0.63.tar.gz) = 92609 bytes
 SHA1 (patch-Makefile) = 80fb38e584db12f344ed66da76c8bee0127d17cc
 SHA1 (patch-ifdata.c) = 5c0d9737657354ad1877f2efc6ff08e76ca7bc62
 SHA1 (patch-is__utf8_Makefile) = 8feacdc8a0a0939aefd7f647be8196bdfdbda66c



Home | Main Index | Thread Index | Old Index