<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ports/OpenBSD/net/pounce, branch master</title>
<subtitle>FreeBSD and OpenBSD ports for this software
</subtitle>
<id>https://git.causal.agency/ports/atom?h=master</id>
<link rel='self' href='https://git.causal.agency/ports/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git.causal.agency/ports/'/>
<updated>2024-03-22T01:23:29+00:00</updated>
<entry>
<title>OpenBSD: switch ports MASTER_SITES=&gt;SITES for 7.4</title>
<updated>2024-03-22T01:23:29+00:00</updated>
<author>
<name>Kusoneko</name>
<email>kusoneko@kusoneko.moe</email>
</author>
<published>2024-03-21T02:34:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.causal.agency/ports/commit/?id=30e471ef67898fff3d8b93168b27b9b760b2e897'/>
<id>urn:sha1:30e471ef67898fff3d8b93168b27b9b760b2e897</id>
<content type='text'>
As of OpenBSD 7.4, ports give errors when using the following paradigm:
```
DISTFILES = file.ext:0 file2.ext:1
MASTER_SITES0 = https://asite.com/path/to/file.ext
MASTER_SITES1 = https://anothersite.com/path/to/file2.ext
```

Instead, ports now use the following:
```
DISTFILES = file.ext
DISTFILES.substring = file2.ext
SITES = https://asite.com/path/to/file.ext
SITES.substring = https://anothersite.com/path/to/file2.ext
```

This changes all the OpenBSD ports to the new paradigm, allowing them to
compile on OpenBSD 7.4+.

Note: some OpenBSD ports are not currently up to date with upstream:
- cgit-pink uses git 2.36.1 when the latest git release is 2.44.0 as of now
- litterbox is at version 1.8 instead of 1.9
- pounce* are at version 3.0 instead of 3.1
- offers catsit instead of kitd

Signed-off-by: Kusoneko &lt;kusoneko@kusoneko.moe&gt;
</content>
</entry>
<entry>
<title>OpenBSD: sync pounce port with upstream</title>
<updated>2022-04-05T23:10:41+00:00</updated>
<author>
<name>June McEnroe</name>
<email>june@causal.agency</email>
</author>
<published>2022-04-05T22:33:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.causal.agency/ports/commit/?id=d4ec47de09e356c27b8695c2d6391d03032d3458'/>
<id>urn:sha1:d4ec47de09e356c27b8695c2d6391d03032d3458</id>
<content type='text'>
</content>
</entry>
<entry>
<title>OpenBSD: Update pounce to 3.0</title>
<updated>2021-10-16T20:19:44+00:00</updated>
<author>
<name>C. McEnroe</name>
<email>june@causal.agency</email>
</author>
<published>2021-10-16T20:19:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.causal.agency/ports/commit/?id=2220b4b5b92e731058fe6eebfbb183f7e2588a5c'/>
<id>urn:sha1:2220b4b5b92e731058fe6eebfbb183f7e2588a5c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>OpenBSD: Add port for pounce</title>
<updated>2021-10-02T01:51:29+00:00</updated>
<author>
<name>C. McEnroe</name>
<email>june@causal.agency</email>
</author>
<published>2021-10-02T01:51:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.causal.agency/ports/commit/?id=ad2447402d7a90d6bff6fb2f3e2fdbcf77c66a61'/>
<id>urn:sha1:ad2447402d7a90d6bff6fb2f3e2fdbcf77c66a61</id>
<content type='text'>
</content>
</entry>
</feed>
