107 Commits

Author SHA1 Message Date
Loïc Bartoletti
ed4719e517
graphics/proj: bump consumers of proj 2025-12-07 20:37:04 +01:00
Dmitry Marakasov
ca6f27dea1 converters/osm2pgsql: update 2.1.1 → 2.2.0 2025-09-18 14:43:55 +03:00
Matthias Andree
b7e654fbfe *: Bump PORTREVISION for devel/libfmt update {fmt.dev} 2025-08-10 21:02:47 +02:00
Sergey A. Osokin
0af0578acb lang/luajit: update to v2.1
Disconnect lang/luajit-devel from the build, will be removed soon.
Bump PORTREVISIONs for the consumers.

Discussed with:	adamw
PR:		225342
2025-07-08 23:05:09 -04:00
Dmitry Marakasov
308146ab1c converters/osm2pgsql: update 2.1.0 → 2.1.1 2025-04-14 15:23:32 +03:00
Dmitry Marakasov
7ab8ec4cbe converters/osm2pgsql: update 2.0.1 → 2.1.0 2025-04-09 15:47:33 +03:00
Daniel Engberg
aa1f9b124e */*: Bump consumers of graphics/proj
...due to version bump
2024-12-16 23:42:17 +01:00
Dmitry Marakasov
3f2d9c27c8 converters/osm2pgsql: update 2.0.0 → 2.0.1 2024-12-02 16:03:30 +03:00
Dmitry Marakasov
9188e28a24 converters/osm2pgsql: update 1.11.0 → 2.0.0 2024-09-19 23:22:20 +03:00
Loïc Bartoletti
2fc3ef8736 graphics/proj: Update to 9.4.1 2024-08-28 08:54:30 +02:00
Loïc Bartoletti
e3ecaf6c0a graphics/proj: Update to 9.4.0 2024-04-15 06:44:23 +02:00
Dmitry Marakasov
4ae2e5c0a5 converters/osm2pgsql: update 1.10.0 → 1.11.0 2024-02-27 20:01:05 +03:00
Dima Panov
db616534ff
devel/boost: bump consumers after library update 2024-02-13 17:44:22 +03:00
Piotr Kubaj
75c26805ce converters/osm2pgsql: disable on other 32-bit architectures 2024-02-11 12:48:43 +01:00
Dmitry Marakasov
82b6b39e70 converters/osm2pgsql: update 1.9.2 → 1.10.0 2023-11-08 21:31:09 +03:00
Dima Panov
21d8008e86
devel/boost*: bump all consumers after 1.83.0 2023-09-27 17:36:30 +03:00
Dmitry Marakasov
5da1f876bb converters/osm2pgsql: update 1.9.1 → 1.9.2 2023-09-08 03:12:28 +03:00
Dmitry Marakasov
a321ea99f0 converters/osm2pgsql: update 1.9.0 → 1.9.1 2023-08-22 20:38:34 +03:00
Dmitry Marakasov
c6debc386d converters/osm2pgsql: update 1.8.1 → 1.9.0 2023-08-22 00:06:34 +03:00
Loïc Bartoletti
94ecbdcacc graphics/proj: Update to 9.2.1 2023-07-26 21:58:55 +02:00
Dima Panov
3e45e8e244
*/*: bump all direct Boost cunsumers 2023-04-27 21:25:55 +03:00
Loïc Bartoletti
486ea1d293 graphics/proj: Update to 9.2.0 2023-03-09 13:42:31 +01:00
Dmitry Marakasov
03583d98bd converters/osm2pgsql: update 1.8.0 → 1.8.1 2023-02-15 19:33:34 +03:00
Dmitry Marakasov
516b8d8c01 converters/osm2pgsql: update 1.7.2 → 1.8.0
- Rapidjson dependency is no longer needed
- Switch to USES=luajit
2023-01-31 19:12:51 +03:00
Loïc Bartoletti
3db760ad79 graphics/proj: Update to 9.1.1 2023-01-18 15:48:50 +01:00
Dima Panov
e1287d0d12 */*: bump libboost*.so libraries consumert after Boost upgrade 2023-01-16 22:32:07 +03:00
Dmitry Marakasov
6d99ee8489 converters/osm2pgsql: fix build after libfmt update 2022-12-23 21:43:22 +03:00
Loïc Bartoletti
de3b9f5578 graphics/proj: Update to 9.1.0
Release notes:
https://proj.org/news.html#id37

Also remove proj-data dependency.

You can use proj to retrieve data or install graphics/proj-data
manually.
2022-11-17 09:20:57 +01:00
Dmitry Marakasov
ade98c9307 converters/osm2pgsql: update 1.7.1 → 1.7.2 2022-11-11 21:05:41 +03:00
Dmitry Marakasov
78cfe65ee0 converters/osm2pgsql: update 1.7.0 → 1.7.1 2022-11-03 15:09:17 +03:00
Stefan Eßer
fb16dfecae Remove WWW entries moved into port Makefiles
Commit b7f05445c00f 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)
2022-09-07 23:58:51 +02:00
Stefan Eßer
b7f05445c0 Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.

Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.

There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.

This commit implements such a proposal and moves one of the WWW: entries
of each pkg-descr file into the respective port's Makefile. A heuristic
attempts to identify the most relevant URL in case there is more than
one WWW: entry in some pkg-descr file. URLs that are not moved into the
Makefile are prefixed with "See also:" instead of "WWW:" in the pkg-descr
files in order to preserve them.

There are 1256 ports that had no WWW: entries in pkg-descr files. These
ports will not be touched in this commit.

The portlint port has been adjusted to expect a WWW entry in each port
Makefile, and to flag any remaining "WWW:" lines in pkg-descr files as
deprecated.

Approved by:		portmgr (tcberner)
2022-09-07 23:10:59 +02:00
Dmitry Marakasov
0fe8ef9723 converters/osm2pgsql: update 1.6.0 → 1.7.0 2022-08-30 21:55:07 +03:00
Dima Panov
4cf39decb3 */*: bump all consumers after recent boost upgrade 2022-08-12 17:46:53 +03:00
Dima Panov
b082b3d13e devel/boost-all: bump all library consumers after boost upgrade
PR:	246106
2022-05-22 23:17:16 +03:00
Dmitry Marakasov
526e37bd33 converters/osm2pgsql: update 1.5.1 → 1.6.0
- Switch to latest lua
- Tweak depends
2022-03-15 14:50:06 +03:00
Dmitry Marakasov
a3e890fd8e converters/osm2pgsql: update to 1.5.1 2021-08-18 16:17:18 +03:00
Po-Chuan Hsieh
287cd8ad71
devel/libfmt: Update to 8.0.0
- Bump PORTREVISION of dependent ports for shlib change

Changes:	https://github.com/fmtlib/fmt/releases
PR:		257026
Exp-run by:	antoine
2021-07-22 02:11:51 +08:00
Dmitry Marakasov
7139c9dade converters/osm2pgsql: update to 1.5.0 2021-06-10 17:00:45 +03:00
Dmitry Marakasov
697005ef38 converters/osm2pgsql: update to 1.4.2
- Improve testing by only running tests which do not require database
  access
2021-04-09 00:32:25 +03:00
Dmitry Marakasov
5823922c58 Remove useless Created by: headers mentioning me 2021-04-08 02:19:01 +03:00
Mathieu Arnold
305f148f48
Remove # $FreeBSD$ from Makefiles. 2021-04-06 16:31:07 +02:00
Dmitry Marakasov
bf5be35640 - Update to 1.4.1 2021-02-05 16:07:14 +00:00
Dmitry Marakasov
c221e10611 - Update to 1.4.0 2021-01-28 12:12:49 +00:00
Loïc Bartoletti
b59496747d graphics/proj: Update to 7.2.0
Changelog:
  - https://proj.org/news.html#release-notes
2020-11-18 05:27:28 +00:00
Loïc Bartoletti
1141c4e8ef graphics/proj: Update to 7.1.1
- Add a pkg-message explaining how to access or sync datum grids from the CDN
  (disabled by default)
- Add curl and tiff dependencies since proj can read datum grids from remote
  COG (Cloud Optimized Geotiff)
- Take maintainer'ship (ok wen@)

PR:		245611
Submitted by:	wen (first version)
Reviewed by:	wen, rhurlin
Approved by:	wen
Exp-run by:	antoine
2020-11-17 09:23:58 +00:00
Dmitry Marakasov
66037f60b4 - Update to 1.2.2 2020-07-03 13:26:09 +00:00
Dmitry Marakasov
f6809cd45c - Switch to share/man 2020-04-08 12:35:39 +00:00
Jan Beich
701aa3bcf8 devel/boost-*: update to 1.72.0
Changes:	http://www.boost.org/users/history/version_1_72_0.html
PR:		241449
Exp-run by:	antoine
Differential Revision:	https://reviews.freebsd.org/D22136
2019-12-11 17:53:48 +00:00
Dmitry Marakasov
a48cf9602b - Update to 1.2.1 2019-12-03 11:26:34 +00:00