pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/www/mserv-php Avoid to depend specific PHP version.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/9c6f72d1e3e1
branches:  trunk
changeset: 648494:9c6f72d1e3e1
user:      taca <taca%pkgsrc.org@localhost>
date:      Sun Mar 15 11:52:31 2015 +0000

description:
Avoid to depend specific PHP version.

diffstat:

 www/mserv-php/Makefile |  9 +++++----
 1 files changed, 5 insertions(+), 4 deletions(-)

diffs (33 lines):

diff -r e92eef8b3008 -r 9c6f72d1e3e1 www/mserv-php/Makefile
--- a/www/mserv-php/Makefile    Sun Mar 15 11:50:53 2015 +0000
+++ b/www/mserv-php/Makefile    Sun Mar 15 11:52:31 2015 +0000
@@ -1,19 +1,19 @@
-# $NetBSD: Makefile,v 1.5 2012/10/28 06:30:23 asau Exp $
+# $NetBSD: Makefile,v 1.6 2015/03/15 11:52:31 taca Exp $
 #
 
 DISTNAME=      mserv-php-090
 PKGNAME=       mserv-php-0.90
 PKGREVISION=   1
 CATEGORIES=    audio www
-MASTER_SITES=  http://dougiamas.com/mserv/src/
+MASTER_SITES=  # 404: http://dougiamas.com/mserv/src/
 EXTRACT_SUFX=  .tgz
 
 MAINTAINER=    abs%absd.org@localhost
-HOMEPAGE=      http://dougiamas.com/mserv/
+HOMEPAGE=      # 404: http://dougiamas.com/mserv/
 COMMENT=       Quick web interface to mserv audio jukebox
 
 DEPENDS+=       mserv-[0-9]*:../../audio/mserv
-DEPENDS+=      php>=4.0.6:../../lang/php53
+DEPENDS+=      php>=${PHP_BASE_VERS}:${PHPPKGSRCDIR}
 
 WRKSRC=                ${WRKDIR}/mserv-php
 
@@ -42,4 +42,5 @@
        ${INSTALL_DATA} ${WRKSRC}/COPYRIGHT.GPL ${DESTDIR}${DOCDIR}
        ${INSTALL_DATA} ${WRKSRC}/README-0.90 ${DESTDIR}${DOCDIR}
 
+.include "../../lang/php/phpversion.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index