[www-apps/froxlor] add cpe identifier, move away from bind ssl useflag

This commit is contained in:
Robert Förster (Dessa) 2019-09-21 19:12:23 +02:00
parent 5fc9e8d676
commit 2cb371412c
4 changed files with 5 additions and 3 deletions

View File

@ -47,7 +47,7 @@ DEPEND="
!awstats? (
app-admin/webalizer
)
bind? ( net-dns/bind[ssl=]
bind? ( net-dns/bind
domainkey? ( mail-filter/opendkim[ssl=,libressl=] )
)
pdns? ( net-dns/pdns[mysql]

View File

@ -47,7 +47,7 @@ DEPEND="
!awstats? (
app-admin/webalizer
)
bind? ( net-dns/bind[ssl=]
bind? ( net-dns/bind
domainkey? ( mail-filter/opendkim[ssl=,libressl=] )
)
pdns? ( net-dns/pdns[mysql]

View File

@ -45,7 +45,7 @@ DEPEND="
!awstats? (
app-admin/webalizer
)
bind? ( net-dns/bind[ssl=]
bind? ( net-dns/bind
domainkey? ( mail-filter/opendkim[ssl=,libressl=] )
)
pdns? ( net-dns/pdns[mysql]
@ -270,6 +270,7 @@ src_install() {
# Install the Froxlor files
einfo "Installing Froxlor files"
dodir ${FROXLOR_DOCROOT}
egit_clean
cp -R "${S}/" "${D}${FROXLOR_DOCROOT}/" || die "Installation of the Froxlor files failed"
}

View File

@ -27,6 +27,7 @@
<flag name='vsftpd'>use vsFTPd instead of ProFTPd</flag>
</use>
<upstream>
<remote-id type="cpe">cpe:/a:froxlor:froxlor</remote-id>
<remote-id type="github">Froxlor/Froxlor</remote-id>
</upstream>
</pkgmetadata>