mirror of
https://git.freebsd.org/ports.git
synced 2025-05-31 10:26:28 -04:00
Commit b7f05445c0
has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner)
7 lines
425 B
Text
7 lines
425 B
Text
With Relations::Query you can create a 'select' query by creating a new
|
|
query object, and passing hashes, arrays, or strings of info to the
|
|
constructor, such as what's within the variables clause, what to order
|
|
by, etc. You can also add and override clause info in the query as
|
|
well, on both a permanent and temporary basis. With the to_string()
|
|
function, you can create a query string from a hash, query object or
|
|
string.
|