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:22:45 UTC 2016
Modified Files:
pkgsrc/devel/mantis: Makefile options.mk
Log Message:
Make pkglint more happy
To generate a diff of this commit:
cvs rdiff -u -r1.46 -r1.47 pkgsrc/devel/mantis/Makefile
cvs rdiff -u -r1.3 -r1.4 pkgsrc/devel/mantis/options.mk
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.46 pkgsrc/devel/mantis/Makefile:1.47
--- pkgsrc/devel/mantis/Makefile:1.46 Thu Sep 1 13:16:15 2016
+++ pkgsrc/devel/mantis/Makefile Thu Sep 1 13:22:45 2016
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.46 2016/09/01 13:16:15 ryoon Exp $
+# $NetBSD: Makefile,v 1.47 2016/09/01 13:22:45 ryoon Exp $
DISTNAME= mantisbt-1.3.1
PKGREVISION= 1
@@ -23,7 +23,7 @@ APACHE_USER?= www
BUILD_DEFS+= APACHE_USER
PKG_USERS_VARS+= APACHE_USER
-MESSAGE_SUBST+= PKG_SYSCONFDIR=${PKG_SYSCONFDIR:Q}
+MESSAGE_SUBST+= PKG_SYSCONFDIR=${PKG_SYSCONFDIR}
MANTIS_HOME= ${PREFIX}/share/mantis
EGDIR= ${PREFIX}/share/examples/mantis
Index: pkgsrc/devel/mantis/options.mk
diff -u pkgsrc/devel/mantis/options.mk:1.3 pkgsrc/devel/mantis/options.mk:1.4
--- pkgsrc/devel/mantis/options.mk:1.3 Thu Sep 1 13:20:55 2016
+++ pkgsrc/devel/mantis/options.mk Thu Sep 1 13:22:45 2016
@@ -1,10 +1,10 @@
-# $NetBSD: options.mk,v 1.3 2016/09/01 13:20:55 ryoon Exp $
+# $NetBSD: options.mk,v 1.4 2016/09/01 13:22:45 ryoon Exp $
-PKG_OPTIONS_VAR= PKG_OPTIONS.mantis
+PKG_OPTIONS_VAR= PKG_OPTIONS.mantis
PKG_OPTIONS_REQUIRED_GROUPS= db
PKG_OPTIONS_GROUP.db= mysql pgsql
-PKG_SUPPORTED_OPTIONS= charts ldap
-PKG_SUGGESTED_OPTIONS+= mysql
+PKG_SUPPORTED_OPTIONS= charts ldap
+PKG_SUGGESTED_OPTIONS+= mysql
.include "../../mk/bsd.options.mk"
@@ -21,4 +21,3 @@ DEPENDS+= ${PHP_PKG_PREFIX}-mysqli-[0-9]
.elif !empty(PKG_OPTIONS:Mpgsql)
DEPENDS+= ${PHP_PKG_PREFIX}-pgsql-[0-9]*:../../databases/php-pgsql
.endif
-
Home |
Main Index |
Thread Index |
Old Index