[www-apps/froxlor] add cpe identifier, move away from bind ssl useflag
parent
5fc9e8d676
commit
2cb371412c
|
@ -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]
|
||||
|
|
|
@ -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]
|
||||
|
|
|
@ -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"
|
||||
}
|
||||
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue