pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/misc/whohas misc/whohas: Update to 0.29.1



details:   https://anonhg.NetBSD.org/pkgsrc/rev/e38c9434c181
branches:  trunk
changeset: 316439:e38c9434c181
user:      pho <pho%pkgsrc.org@localhost>
date:      Thu Dec 13 01:03:59 2018 +0000

description:
misc/whohas: Update to 0.29.1

Changes:

Uses less memory and improves threading (requires forks Perl module).

Update the documentation.

Fetch multiple suites at once for Debian/Ubuntu.

Improved options parsing.

Add a config file to set desired distros/releases.

Fixed support for Gentoo, Slackware, OpenBSD, FreeBSD,
Arch, AUR, Fedora, Fink, openSUSE, Mandriva and Cygwin.

diffstat:

 misc/whohas/Makefile |  12 ++++++------
 misc/whohas/PLIST    |   3 +--
 misc/whohas/distinfo |  10 +++++-----
 3 files changed, 12 insertions(+), 13 deletions(-)

diffs (66 lines):

diff -r 371893dae1a1 -r e38c9434c181 misc/whohas/Makefile
--- a/misc/whohas/Makefile      Thu Dec 13 00:10:38 2018 +0000
+++ b/misc/whohas/Makefile      Thu Dec 13 01:03:59 2018 +0000
@@ -1,22 +1,22 @@
-# $NetBSD: Makefile,v 1.19 2018/08/22 09:45:47 wiz Exp $
+# $NetBSD: Makefile,v 1.20 2018/12/13 01:03:59 pho Exp $
 #
 
-DISTNAME=      whohas-0.29
-PKGREVISION=   7
+DISTNAME=      whohas-0.29.1
 CATEGORIES=    misc
-MASTER_SITES=  http://www.philippwesche.org/200811/whohas/
+MASTER_SITES=  ${MASTER_SITE_GITHUB:=whohas/}
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
 HOMEPAGE=      http://www.philippwesche.org/200811/whohas/intro.html
 COMMENT=       Query several packaging systems for a program
 LICENSE=       gnu-gpl-v2 # or later
 
+DEPENDS+=      p5-forks-[0-9]*:../../devel/p5-forks
 DEPENDS+=      p5-libwww-[0-9]*:../../www/p5-libwww
 
 USE_LANGUAGES= # none
 USE_TOOLS+=    perl:run
 
-REPLACE_PERL=  program/whohas
+REPLACE_PERL=  whohas
 
 INSTALLATION_DIRS=     bin ${PKGMANDIR}/man1 ${PKGMANDIR}/de/man1 \
                        share/doc/whohas
@@ -24,7 +24,7 @@
 NO_BUILD=      yes
 
 do-install:
-       ${INSTALL_SCRIPT} ${WRKSRC}/program/whohas ${DESTDIR}${PREFIX}/bin
+       ${INSTALL_SCRIPT} ${WRKSRC}/whohas ${DESTDIR}${PREFIX}/bin
        ${INSTALL_DATA} ${WRKSRC}/usr/share/man/man1/whohas.1 \
                ${DESTDIR}${PREFIX}/${PKGMANDIR}/man1
        ${INSTALL_DATA} ${WRKSRC}/usr/share/man/de/man1/whohas.1 \
diff -r 371893dae1a1 -r e38c9434c181 misc/whohas/PLIST
--- a/misc/whohas/PLIST Thu Dec 13 00:10:38 2018 +0000
+++ b/misc/whohas/PLIST Thu Dec 13 01:03:59 2018 +0000
@@ -1,6 +1,5 @@
-@comment $NetBSD: PLIST,v 1.4 2009/06/14 18:07:32 joerg Exp $
+@comment $NetBSD: PLIST,v 1.5 2018/12/13 01:03:59 pho Exp $
 bin/whohas
 man/de/man1/whohas.1
 man/man1/whohas.1
 share/doc/whohas/intro.html
-share/doc/whohas/intro.txt
diff -r 371893dae1a1 -r e38c9434c181 misc/whohas/distinfo
--- a/misc/whohas/distinfo      Thu Dec 13 00:10:38 2018 +0000
+++ b/misc/whohas/distinfo      Thu Dec 13 01:03:59 2018 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.4 2015/11/03 23:49:54 agc Exp $
+$NetBSD: distinfo,v 1.5 2018/12/13 01:03:59 pho Exp $
 
-SHA1 (whohas-0.29.tar.gz) = 6c171275db45ab6b7f259613432e93ef879610b8
-RMD160 (whohas-0.29.tar.gz) = b3458435ff472142ee3d9fb254b18deb13e58226
-SHA512 (whohas-0.29.tar.gz) = c078cc252c57e0f7d91769194f1d8e88ffc4481540ab4d573faa64d73ffa86128acba68fd43fcfb45e79b5f57f4232de9799fbf2bad1fbc0f4c85921a34d84b9
-Size (whohas-0.29.tar.gz) = 194111 bytes
+SHA1 (whohas-0.29.1.tar.gz) = 671a0caaac3ce89d156edff211a1999ebe4a1167
+RMD160 (whohas-0.29.1.tar.gz) = c89177a4c330eb576f534c4a14588e775c1870e0
+SHA512 (whohas-0.29.1.tar.gz) = 15ece8eeef4cbdf790efeb809cefa59d826e6f784b2f5375009d6eff30077617bc64d05596437b8281a472bf5877b15fd87df78c5367a8e0ee0c97f695906486
+Size (whohas-0.29.1.tar.gz) = 196217 bytes



Home | Main Index | Thread Index | Old Index