Skip to content

Releases: FreshPorts/freshports

fix package name sorting

15 Sep 18:23
cf46b23
Compare
Choose a tag to compare

What's Changed

Full Changelog: 2.10.6...2.10.7

Sort python package names by version not alphabetically - part 2

12 Sep 11:47
Compare
Choose a tag to compare

Remove special case code, it breaks the general case.

re #568

Sort python package names by version not alphabetically

10 Sep 12:17
Compare
Choose a tag to compare

Instead of:

  • py27-Jinja2
  • py311-Jinja2
  • py37-Jinja2

Display:

  • py27-Jinja2
  • py37-Jinja2
  • py311-Jinja2

ALSO sneaking in here:

improvements to classes/vuxml_ranges.php - FreshPorts/vuxml#9

  • vuxml ranges will now be displayed with math symbols, not lt, gt, etc.

What's Changed

  • Sort python package names by the package version, not the usual sort… by @dlangille in #597

Full Changelog: 2.10.4...2.10.5

package_imports improvements

25 Aug 11:29
Compare
Choose a tag to compare

What's Changed

Full Changelog: 2.10.3...2.10.4

package dump now sorted by name/date

24 Aug 15:52
Compare
Choose a tag to compare

add /--/package-imports.php

24 Aug 12:49
Compare
Choose a tag to compare

Adjust opensearch xml

10 Aug 20:16
ad2bedc
Compare
Choose a tag to compare

What's Changed

Full Changelog: 2.10.0...2.10.1

Sponsored by: Wrightsville Beach, North Carolina, USA

Adding OpenSearch support

09 Aug 18:11
5859bda
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 2.9.11...2.10.0

Fix list of commits if not logged in

06 Aug 13:02
Compare
Choose a tag to compare

Use PHP_PKGNAME{PREFIX,SUFFIX} on PHP ports

01 Aug 12:01
24813c7
Compare
Choose a tag to compare

What's Changed

Full Changelog: 2.9.9...2.9.10