pkgsrc-Changes archive

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

CVS commit: pkgsrc/misc/whohas



Module Name:    pkgsrc
Committed By:   pho
Date:           Thu Dec 13 01:04:00 UTC 2018

Modified Files:
        pkgsrc/misc/whohas: Makefile PLIST distinfo

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r1.19 -r1.20 pkgsrc/misc/whohas/Makefile
cvs rdiff -u -r1.4 -r1.5 pkgsrc/misc/whohas/PLIST pkgsrc/misc/whohas/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/misc/whohas/Makefile
diff -u pkgsrc/misc/whohas/Makefile:1.19 pkgsrc/misc/whohas/Makefile:1.20
--- pkgsrc/misc/whohas/Makefile:1.19    Wed Aug 22 09:45:47 2018
+++ pkgsrc/misc/whohas/Makefile Thu Dec 13 01:03:59 2018
@@ -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 @@ INSTALLATION_DIRS=    bin ${PKGMANDIR}/man1
 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 \

Index: pkgsrc/misc/whohas/PLIST
diff -u pkgsrc/misc/whohas/PLIST:1.4 pkgsrc/misc/whohas/PLIST:1.5
--- pkgsrc/misc/whohas/PLIST:1.4        Sun Jun 14 18:07:32 2009
+++ pkgsrc/misc/whohas/PLIST    Thu Dec 13 01:03:59 2018
@@ -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
Index: pkgsrc/misc/whohas/distinfo
diff -u pkgsrc/misc/whohas/distinfo:1.4 pkgsrc/misc/whohas/distinfo:1.5
--- pkgsrc/misc/whohas/distinfo:1.4     Tue Nov  3 23:49:54 2015
+++ pkgsrc/misc/whohas/distinfo Thu Dec 13 01:03:59 2018
@@ -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