pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/mantis



Module Name:    pkgsrc
Committed By:   ryoon
Date:           Thu Sep  1 13:16:15 UTC 2016

Modified Files:
        pkgsrc/devel/mantis: Makefile

Log Message:
Bump PKGREVISION from adding textproc/php-json dependency


To generate a diff of this commit:
cvs rdiff -u -r1.45 -r1.46 pkgsrc/devel/mantis/Makefile

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

Modified files:

Index: pkgsrc/devel/mantis/Makefile
diff -u pkgsrc/devel/mantis/Makefile:1.45 pkgsrc/devel/mantis/Makefile:1.46
--- pkgsrc/devel/mantis/Makefile:1.45   Tue Aug 30 12:37:43 2016
+++ pkgsrc/devel/mantis/Makefile        Thu Sep  1 13:16:15 2016
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.45 2016/08/30 12:37:43 ryoon Exp $
+# $NetBSD: Makefile,v 1.46 2016/09/01 13:16:15 ryoon Exp $
 
 DISTNAME=      mantisbt-1.3.1
+PKGREVISION=   1
 PKGNAME=       ${DISTNAME:S/mantisbt/mantis/}
 CATEGORIES=    devel www
 MASTER_SITES=  ${MASTER_SITE_SOURCEFORGE:=mantisbt/}
@@ -12,6 +13,8 @@ LICENSE=      gnu-gpl-v2
 
 PHP_VERSIONS_ACCEPTED= 55 56
 
+DEPENDS+=      ${PHP_PKG_PREFIX}-json-[0-9]*:../../textproc/php-json
+
 NO_BUILD=      YES
 
 USE_TOOLS+=    bash:run pax



Home | Main Index | Thread Index | Old Index