pkgsrc-Changes archive

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

CVS commit: pkgsrc/www/mserv-php



Module Name:    pkgsrc
Committed By:   wiz
Date:           Mon Jul  3 12:54:51 UTC 2023

Modified Files:
        pkgsrc/www/mserv-php: Makefile

Log Message:
mserv-php: restrict DEPENDS so installed binary package matches it


To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 pkgsrc/www/mserv-php/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/mserv-php/Makefile
diff -u pkgsrc/www/mserv-php/Makefile:1.10 pkgsrc/www/mserv-php/Makefile:1.11
--- pkgsrc/www/mserv-php/Makefile:1.10  Mon Dec  9 14:20:56 2019
+++ pkgsrc/www/mserv-php/Makefile       Mon Jul  3 12:54:50 2023
@@ -1,5 +1,4 @@
-# $NetBSD: Makefile,v 1.10 2019/12/09 14:20:56 taca Exp $
-#
+# $NetBSD: Makefile,v 1.11 2023/07/03 12:54:50 wiz Exp $
 
 DISTNAME=      mserv-php-090
 PKGNAME=       mserv-php-0.90
@@ -12,7 +11,7 @@ MAINTAINER=   abs%absd.org@localhost
 HOMEPAGE=      # 404: http://dougiamas.com/mserv/
 COMMENT=       Quick web interface to mserv audio jukebox
 
-DEPENDS+=      mserv-[0-9]*:../../audio/mserv
+DEPENDS+=      mserv<0.39:../../audio/mserv
 
 WRKSRC=                ${WRKDIR}/mserv-php
 



Home | Main Index | Thread Index | Old Index