pkgsrc-Changes archive

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

CVS commit: pkgsrc/textproc/p5-Alien-Hunspell



Module Name:    pkgsrc
Committed By:   gutteridge
Date:           Thu Jun  8 21:34:42 UTC 2023

Modified Files:
        pkgsrc/textproc/p5-Alien-Hunspell: Makefile

Log Message:
p5-Alien-Hunspell: correct dependency to fix sandboxed builds

p5-Alien-Build is a full dependency; it must be present in the build
environment in order for p5-Alien-Hunspell to function when it in turn
builds p5-Text-Hunspell. Addresses various bulk build failures. While
here, take maintainership.


To generate a diff of this commit:
cvs rdiff -u -r1.14 -r1.15 pkgsrc/textproc/p5-Alien-Hunspell/Makefile

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

Modified files:

Index: pkgsrc/textproc/p5-Alien-Hunspell/Makefile
diff -u pkgsrc/textproc/p5-Alien-Hunspell/Makefile:1.14 pkgsrc/textproc/p5-Alien-Hunspell/Makefile:1.15
--- pkgsrc/textproc/p5-Alien-Hunspell/Makefile:1.14     Tue Jun  6 12:42:26 2023
+++ pkgsrc/textproc/p5-Alien-Hunspell/Makefile  Thu Jun  8 21:34:42 2023
@@ -1,17 +1,17 @@
-# $NetBSD: Makefile,v 1.14 2023/06/06 12:42:26 riastradh Exp $
+# $NetBSD: Makefile,v 1.15 2023/06/08 21:34:42 gutteridge Exp $
 
 DISTNAME=      Alien-Hunspell-0.17
 PKGNAME=       p5-${DISTNAME}
+PKGREVISION=   1
 CATEGORIES=    textproc perl5
 MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=../../authors/id/P/PL/PLICEASE/}
 
-MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+MAINTAINER=    gutteridge%NetBSD.org@localhost
 HOMEPAGE=      https://metacpan.org/release/Alien-Hunspell
 COMMENT=       Perl5 module providing hunspell
 LICENSE=       ${PERL5_LICENSE}
 
-TOOL_DEPENDS+= p5-Alien-Build-[0-9]*:../../devel/p5-Alien-Build
-
+DEPENDS+=      p5-Alien-Build-[0-9]*:../../devel/p5-Alien-Build
 DEPENDS+=      p5-HTML-LinkExtractor-[0-9]*:../../www/p5-HTML-LinkExtractor
 DEPENDS+=      p5-Sort-Versions-[0-9]*:../../devel/p5-Sort-Versions
 DEPENDS+=      p5-Net-SSLeay-[0-9]*:../../security/p5-Net-SSLeay



Home | Main Index | Thread Index | Old Index