diff options
Diffstat (limited to 'security')
-rw-r--r-- | security/amavisd-new/Makefile | 5 | ||||
-rw-r--r-- | security/maia/Makefile | 6 | ||||
-rw-r--r-- | security/p5-openxpki/Makefile | 1 | ||||
-rw-r--r-- | security/p5-openxpki/files/pkg-message.in | 2 |
4 files changed, 8 insertions, 6 deletions
diff --git a/security/amavisd-new/Makefile b/security/amavisd-new/Makefile index d7885de9b9bb..370705793f7b 100644 --- a/security/amavisd-new/Makefile +++ b/security/amavisd-new/Makefile @@ -1,6 +1,6 @@ PORTNAME= amavisd-new DISTVERSION= 2.12.3 -PORTREVISION= 2 +PORTREVISION= 3 PORTEPOCH= 1 CATEGORIES= security @@ -112,7 +112,8 @@ RUN_DEPENDS+= p5-DBD-SQLite>=0:databases/p5-DBD-SQLite .endif .if ${PORT_OPTIONS:MMYSQL} -RUN_DEPENDS+= p5-DBD-mysql>=0:databases/p5-DBD-mysql +RUN_DEPENDS+= ${DBD_MYSQL} +USES+= mysql .endif .if ${PORT_OPTIONS:MPGSQL} diff --git a/security/maia/Makefile b/security/maia/Makefile index 30237f78c2e0..b221c8c0bcf7 100644 --- a/security/maia/Makefile +++ b/security/maia/Makefile @@ -1,6 +1,6 @@ PORTNAME= maia DISTVERSION= 1.0.4 -PORTREVISION= 11 +PORTREVISION= 12 CATEGORIES= security MAINTAINER= ek@purplehat.org @@ -133,12 +133,12 @@ PLIST_SUB+= WEBHOST="@comment " .if ${PORT_OPTIONS:MMYSQL} && ${PORT_OPTIONS:MLOCAL} USES+= mysql:server,client -RUN_DEPENDS+= p5-DBD-mysql>=0:databases/p5-DBD-mysql +RUN_DEPENDS+= ${DBD_MYSQL} .endif .if ${PORT_OPTIONS:MMYSQL} && ! ${PORT_OPTIONS:MLOCAL} USES+= mysql:client -RUN_DEPENDS+= p5-DBD-mysql>=0:databases/p5-DBD-mysql +RUN_DEPENDS+= ${DBD_MYSQL} .endif .if ${PORT_OPTIONS:MMYSQL} && ${PORT_OPTIONS:MWEBHOST} diff --git a/security/p5-openxpki/Makefile b/security/p5-openxpki/Makefile index 3bdd1c3aa161..546e4a8e7c49 100644 --- a/security/p5-openxpki/Makefile +++ b/security/p5-openxpki/Makefile @@ -1,6 +1,7 @@ PORTNAME= openxpki DISTVERSIONPREFIX= v DISTVERSION= 3.24.2 +PORTREVSION= 1 CATEGORIES= security perl5 PKGNAMEPREFIX= p5- diff --git a/security/p5-openxpki/files/pkg-message.in b/security/p5-openxpki/files/pkg-message.in index 5fb3c1370b08..b711dab6beb9 100644 --- a/security/p5-openxpki/files/pkg-message.in +++ b/security/p5-openxpki/files/pkg-message.in @@ -14,7 +14,7 @@ - Install e.g. databases/mariadb106-server - Add value mysql to file /etc/make.conf like this: DEFAULT_VERSIONS+= mysql=10.6m - - cd /usr/ports/databases/p5-DBD-mysql && make reinstall + - cd /usr/ports/databases/p5-DBD-mysql4 && make reinstall Note that installing of databases/p5-DBD-MariaDB here may hinder operation of your OpeXPKI setup. - Install your favorite web server. |