pkgsrc-Changes archive

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

CVS commit: pkgsrc/www/p5-libapreq2



Module Name:    pkgsrc
Committed By:   maya
Date:           Sat Mar 11 19:08:19 UTC 2017

Modified Files:
        pkgsrc/www/p5-libapreq2: Makefile

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


To generate a diff of this commit:
cvs rdiff -u -r1.38 -r1.39 pkgsrc/www/p5-libapreq2/Makefile

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

Modified files:

Index: pkgsrc/www/p5-libapreq2/Makefile
diff -u pkgsrc/www/p5-libapreq2/Makefile:1.38 pkgsrc/www/p5-libapreq2/Makefile:1.39
--- pkgsrc/www/p5-libapreq2/Makefile:1.38       Wed Jun  8 19:25:19 2016
+++ pkgsrc/www/p5-libapreq2/Makefile    Sat Mar 11 19:08:19 2017
@@ -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