You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
6562a93234
- mysql82 and mysql81 are now replaced by mysql8 Fixes: https://trac.macports.org/ticket/69934
18 lines
477 B
Tcl
18 lines
477 B
Tcl
# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
|
|
|
|
PortSystem 1.0
|
|
PortGroup obsolete 1.0
|
|
|
|
name mysql82
|
|
replaced_by mysql8
|
|
version 8.2.0
|
|
revision 2
|
|
license {GPL-2 OpenSSLException}
|
|
categories databases
|
|
|
|
subport ${name}-server {
|
|
replaced_by mysql8-server
|
|
revision 1
|
|
license BSD
|
|
}
|