pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/www/p5-libapreq2 libapreq2: Embed apache version into ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/0a6294a1341e
branches:  trunk
changeset: 359476:0a6294a1341e
user:      maya <maya%pkgsrc.org@localhost>
date:      Sat Mar 11 19:08:19 2017 +0000

description:
libapreq2: Embed apache version into PKGNAME.

This package has a dependency on an apache-versioned pkg (ap22-perl) and so
the binary package will only work for one version of apache, previously
apache22.

PR pkg/50583 from Randolf Richardson

diffstat:

 www/p5-libapreq2/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (13 lines):

diff -r 5a1fb508a3e8 -r 0a6294a1341e www/p5-libapreq2/Makefile
--- a/www/p5-libapreq2/Makefile Sat Mar 11 18:29:24 2017 +0000
+++ b/www/p5-libapreq2/Makefile Sat Mar 11 19:08:19 2017 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.38 2016/06/08 19:25:19 wiz Exp $
+# $NetBSD: Makefile,v 1.39 2017/03/11 19:08:19 maya Exp $
 
 DISTNAME=      libapreq2-2.13
-PKGNAME=       p5-${DISTNAME}
+PKGNAME=       p5-${APACHE_PKG_PREFIX}-${DISTNAME}
 PKGREVISION=   1
 CATEGORIES=    www perl5
 MASTER_SITES=  ${MASTER_SITE_APACHE:=httpd/libapreq/}



Home | Main Index | Thread Index | Old Index