notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

Finally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combination for a given watch list. This is what FreshPorts will look for.

non port: cad/veroroute/Makefile

Number of commits found: 52

Wednesday, 17 Apr 2024
07:38 Yuri Victorovich (yuri) search for other commits by this committer
cad/veroroute: update 2.38 → 2.39

Reported by:	portscout
commit hash: f177480bce7e2e473563a928b6009ad0698893c6 commit hash: f177480bce7e2e473563a928b6009ad0698893c6 commit hash: f177480bce7e2e473563a928b6009ad0698893c6 commit hash: f177480bce7e2e473563a928b6009ad0698893c6 f177480
Friday, 8 Mar 2024
22:34 Yuri Victorovich (yuri) search for other commits by this committer
cad/veroroute: update 2.37 → 2.38

Reported by:	portscout
commit hash: c093bf6e8e91dbf79e73c5f6237f3d11791ff0e3 commit hash: c093bf6e8e91dbf79e73c5f6237f3d11791ff0e3 commit hash: c093bf6e8e91dbf79e73c5f6237f3d11791ff0e3 commit hash: c093bf6e8e91dbf79e73c5f6237f3d11791ff0e3 c093bf6
Tuesday, 13 Feb 2024
07:50 Yuri Victorovich (yuri) search for other commits by this committer
cad/veroroute: update 2.36 → 2.37

Reported by:	portscout
commit hash: 6623bcfd309304ebcfaf93047f82cf3748704364 commit hash: 6623bcfd309304ebcfaf93047f82cf3748704364 commit hash: 6623bcfd309304ebcfaf93047f82cf3748704364 commit hash: 6623bcfd309304ebcfaf93047f82cf3748704364 6623bcf
Sunday, 4 Jun 2023
21:27 Yuri Victorovich (yuri) search for other commits by this committer
cad/veroroute: Update 2.31 → 2.36

Reported by:	portscout
commit hash: 1c1f12eb5f52d725a1e152c6a28b17e01831a84c commit hash: 1c1f12eb5f52d725a1e152c6a28b17e01831a84c commit hash: 1c1f12eb5f52d725a1e152c6a28b17e01831a84c commit hash: 1c1f12eb5f52d725a1e152c6a28b17e01831a84c 1c1f12e
Tuesday, 4 Apr 2023
09:40 Yuri Victorovich (yuri) search for other commits by this committer
cad/veroroute: Update 2.30 → 2.31

Reported by:	portscout
commit hash: c4ac3227ee5044c29d202d8999ed12e04360f9a4 commit hash: c4ac3227ee5044c29d202d8999ed12e04360f9a4 commit hash: c4ac3227ee5044c29d202d8999ed12e04360f9a4 commit hash: c4ac3227ee5044c29d202d8999ed12e04360f9a4 c4ac322
Saturday, 25 Mar 2023
22:10 Yuri Victorovich (yuri) search for other commits by this committer
cad/veroroute: Update 2.29 → 2.30

Reported by:	portscout
commit hash: 44e18affe4cc13882212f6aca8720aaa62c7e5c7 commit hash: 44e18affe4cc13882212f6aca8720aaa62c7e5c7 commit hash: 44e18affe4cc13882212f6aca8720aaa62c7e5c7 commit hash: 44e18affe4cc13882212f6aca8720aaa62c7e5c7 44e18af
Sunday, 5 Mar 2023
17:56 Yuri Victorovich (yuri) search for other commits by this committer
cad/veroroute: Update 2.28 → 2.29

Reported by:	portscout
commit hash: a57d6d68db03bd70c14147c0ce0f45c270012a7e commit hash: a57d6d68db03bd70c14147c0ce0f45c270012a7e commit hash: a57d6d68db03bd70c14147c0ce0f45c270012a7e commit hash: a57d6d68db03bd70c14147c0ce0f45c270012a7e a57d6d6
Sunday, 11 Sep 2022
10:20 Felix Palmen (zirias) search for other commits by this committer
Mk/Uses: always use colon for build/run suffix

Most USES use a colon for build/run(/test) suffixes. Change kde.mk,
qt.mk and pyqt.mk to do the same, and update all ports using that.

Document in CHANGES.

PR:			266034
Exp-run by:		antoine
Approved by:		tcberner (mentor)
Differential Revision:	https://reviews.freebsd.org/D36349
commit hash: ddae4e92d8313a1461145e3b4f0232fe463feaee commit hash: ddae4e92d8313a1461145e3b4f0232fe463feaee commit hash: ddae4e92d8313a1461145e3b4f0232fe463feaee commit hash: ddae4e92d8313a1461145e3b4f0232fe463feaee ddae4e9
Wednesday, 7 Sep 2022
21:10 Stefan Eßer (se) search for other commits by this committer
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)
commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 b7f0544
Monday, 6 Jun 2022
06:31 Yuri Victorovich (yuri) search for other commits by this committer
cad/veroroute: Update 2.27 -> 2.28

Reported by:	portscout
commit hash: 4cc962ad6da67cb0198c3c590f84c716fa5904e5 commit hash: 4cc962ad6da67cb0198c3c590f84c716fa5904e5 commit hash: 4cc962ad6da67cb0198c3c590f84c716fa5904e5 commit hash: 4cc962ad6da67cb0198c3c590f84c716fa5904e5 4cc962a
Friday, 20 May 2022
20:08 Yuri Victorovich (yuri) search for other commits by this committer
cad/veroroute: Update 2.26 -> 2.27

Reported by:	portscout
commit hash: e4962bfac354594e11e649762834c51dca43571e commit hash: e4962bfac354594e11e649762834c51dca43571e commit hash: e4962bfac354594e11e649762834c51dca43571e commit hash: e4962bfac354594e11e649762834c51dca43571e e4962bf
Thursday, 5 May 2022
18:42 Yuri Victorovich (yuri) search for other commits by this committer
cad/veroroute: Update 2.25 -> 2.26
commit hash: bed5d0981f1a783a130008dac412a1841692b82e commit hash: bed5d0981f1a783a130008dac412a1841692b82e commit hash: bed5d0981f1a783a130008dac412a1841692b82e commit hash: bed5d0981f1a783a130008dac412a1841692b82e bed5d09
Saturday, 30 Apr 2022
18:42 Yuri Victorovich (yuri) search for other commits by this committer
cad/veroroute: Fix paths in .desktop file

PR:		263689
Reported by:	Torfinn Ingolfsen <tingox+freebsd@gmail.com>
commit hash: 9308b879e2359aad90de076eb1b144da322e00b3 commit hash: 9308b879e2359aad90de076eb1b144da322e00b3 commit hash: 9308b879e2359aad90de076eb1b144da322e00b3 commit hash: 9308b879e2359aad90de076eb1b144da322e00b3 9308b87
Friday, 29 Apr 2022
23:21 Yuri Victorovich (yuri) search for other commits by this committer
cad/veroroute: Update 2.24 -> 2.25

Reported by:	portscout
commit hash: 1e56220456075afaa147ea79f094271c7ddc152d commit hash: 1e56220456075afaa147ea79f094271c7ddc152d commit hash: 1e56220456075afaa147ea79f094271c7ddc152d commit hash: 1e56220456075afaa147ea79f094271c7ddc152d 1e5622045
Thursday, 21 Apr 2022
20:40 Yuri Victorovich (yuri) search for other commits by this committer
cad/veroroute: Update 2.23 -> 2.24

Reported by:	portscout
commit hash: 634aea6166b174be75228925af74f08e0b6c7995 commit hash: 634aea6166b174be75228925af74f08e0b6c7995 commit hash: 634aea6166b174be75228925af74f08e0b6c7995 commit hash: 634aea6166b174be75228925af74f08e0b6c7995 634aea6
Wednesday, 20 Apr 2022
04:20 Yuri Victorovich (yuri) search for other commits by this committer
cad/veroroute: Update 2.20 -> 2.23

Reported by:	portscout
commit hash: fbbcc03299200a6c3d35f57bc3be75b639d89515 commit hash: fbbcc03299200a6c3d35f57bc3be75b639d89515 commit hash: fbbcc03299200a6c3d35f57bc3be75b639d89515 commit hash: fbbcc03299200a6c3d35f57bc3be75b639d89515 fbbcc03
Sunday, 27 Mar 2022
02:40 Yuri Victorovich (yuri) search for other commits by this committer
cad/veroroute: Update 2.19 -> 2.20

Reported by:	portscout
commit hash: cdbc869a16694cd073f8333f0d7d8a6f487ab3a5 commit hash: cdbc869a16694cd073f8333f0d7d8a6f487ab3a5 commit hash: cdbc869a16694cd073f8333f0d7d8a6f487ab3a5 commit hash: cdbc869a16694cd073f8333f0d7d8a6f487ab3a5 cdbc869
Thursday, 24 Feb 2022
23:07 Yuri Victorovich (yuri) search for other commits by this committer
cad/veroroute: Update 2.16 -> 2.19

Reported by:	portscout
commit hash: e8341dbd63a6919e23586161a3855c80475b788c commit hash: e8341dbd63a6919e23586161a3855c80475b788c commit hash: e8341dbd63a6919e23586161a3855c80475b788c commit hash: e8341dbd63a6919e23586161a3855c80475b788c e8341dbd
Tuesday, 18 Jan 2022
18:42 Yuri Victorovich (yuri) search for other commits by this committer
cad/veroroute: Restore PORTEPOCH that was removed by mistake
commit hash: ff61c103655c7a1b0a1cd3b8b79b5a54339e4368 commit hash: ff61c103655c7a1b0a1cd3b8b79b5a54339e4368 commit hash: ff61c103655c7a1b0a1cd3b8b79b5a54339e4368 commit hash: ff61c103655c7a1b0a1cd3b8b79b5a54339e4368 ff61c10
Monday, 17 Jan 2022
22:41 Yuri Victorovich (yuri) search for other commits by this committer
cad/veroroute: Update 2.15 -> 2.16

Reported by:	portscout
commit hash: 6e78c8e663cbfc4ea782b012ed0c1d59c1ecc7ff commit hash: 6e78c8e663cbfc4ea782b012ed0c1d59c1ecc7ff commit hash: 6e78c8e663cbfc4ea782b012ed0c1d59c1ecc7ff commit hash: 6e78c8e663cbfc4ea782b012ed0c1d59c1ecc7ff 6e78c8e
Thursday, 1 Jul 2021
01:07 Yuri Victorovich (yuri) search for other commits by this committer
cad/veroroute: Update 2.14 -> 2.15

Reported by:	portscout
commit hash: 2c53a47948a5424078686774f4b13e7a528d8374 commit hash: 2c53a47948a5424078686774f4b13e7a528d8374 commit hash: 2c53a47948a5424078686774f4b13e7a528d8374 commit hash: 2c53a47948a5424078686774f4b13e7a528d8374 2c53a47
Wednesday, 23 Jun 2021
14:51 Yuri Victorovich (yuri) search for other commits by this committer
cad/veroroute: Update 2.13 -> 2.14

Reported by:	portscout
commit hash: 4652796451726534733d68376aadf51d49f99e6a commit hash: 4652796451726534733d68376aadf51d49f99e6a commit hash: 4652796451726534733d68376aadf51d49f99e6a commit hash: 4652796451726534733d68376aadf51d49f99e6a 4652796
Tuesday, 22 Jun 2021
18:53 Kevin Bowling (kbowling) search for other commits by this committer
graphics/mesa-libs: Bump reverse deps for libglvnd

Per discussion with bapt on helping pkg handle the changing of these
deps and avoiding impossible upgrade senarios.

PR:		246767
Reviewed by:	manu, bapt
Approved by:	x11
Differential Revision:	https://reviews.freebsd.org/D30824
commit hash: da3162c7c9f01912ba1940e188b253f2b5c7ba77 commit hash: da3162c7c9f01912ba1940e188b253f2b5c7ba77 commit hash: da3162c7c9f01912ba1940e188b253f2b5c7ba77 commit hash: da3162c7c9f01912ba1940e188b253f2b5c7ba77 da3162c
Thursday, 6 May 2021
06:38 Yuri Victorovich (yuri) search for other commits by this committer
cad/veroroute: Update 2.12 -> 2.13

Reported by:	portscout
commit hash: 17b57e6525e3a360e9f321beabf822c56fbe67cf commit hash: 17b57e6525e3a360e9f321beabf822c56fbe67cf commit hash: 17b57e6525e3a360e9f321beabf822c56fbe67cf commit hash: 17b57e6525e3a360e9f321beabf822c56fbe67cf 17b57e6
Wednesday, 7 Apr 2021
08:09 Mathieu Arnold (mat) search for other commits by this committer
One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c cf118cc
Tuesday, 6 Apr 2021
14:31 Mathieu Arnold (mat) search for other commits by this committer
Remove # $FreeBSD$ from Makefiles.
commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb 305f148
Wednesday, 24 Mar 2021
23:18 yuri search for other commits by this committer
cad/veroroute: Update 2.11 -> 2.12

Reported by:	portscout
Original commitRevision:569165 
Saturday, 20 Mar 2021
06:50 yuri search for other commits by this committer
cad/veroroute: Update 2.10 -> 2.11

Reported by:	portscout
Original commitRevision:568844 
Friday, 12 Mar 2021
10:12 yuri search for other commits by this committer
cad/veroroute: Update 2.09 -> 2.10

Reported by:	portscout
Original commitRevision:568159 
Wednesday, 3 Mar 2021
07:11 yuri search for other commits by this committer
cad/veroroute: Update 2.07 -> 2.09

Reported by:	portscout
Original commitRevision:567029 
Wednesday, 24 Feb 2021
18:20 yuri search for other commits by this committer
cad/veroroute: Update 2.06 -> 2.07

Reported by:	portscout
Original commitRevision:566497 
Saturday, 20 Feb 2021
17:39 yuri search for other commits by this committer
cad/veroroute: Update 2.04 -> 2.06
Original commitRevision:566173 
Saturday, 13 Feb 2021
02:43 yuri search for other commits by this committer
cad/veroroute: Update 2.01 -> 2.04
Original commitRevision:565101 
Sunday, 24 Jan 2021
01:13 yuri search for other commits by this committer
cad/veroroute: Update 2.00 -> 2.01

Reported by:	portscout
Original commitRevision:562434 
Tuesday, 29 Sep 2020
08:31 yuri search for other commits by this committer
cad/veroroute: Update 1.99 -> 2.00

Reported by:	portscout
Original commitRevision:550482 
Tuesday, 8 Sep 2020
05:10 yuri search for other commits by this committer
cad/veroroute: Update 1.98 -> 1.99

Reported by:	portscout
Original commitRevision:547961 
Thursday, 3 Sep 2020
08:05 yuri search for other commits by this committer
cad/veroroute: Update 1.97 -> 1.98

Reported by:	portscout
Original commitRevision:547426 
Friday, 28 Aug 2020
20:29 yuri search for other commits by this committer
cad/veroroute: Update 1.96 -> 1.97

Reported by:	portscout
Original commitRevision:546824 
Monday, 15 Jun 2020
02:26 yuri search for other commits by this committer
cad/veroroute: Update 1.94 -> 1.96

Reported by:	portscout
Original commitRevision:538835 
Sunday, 17 May 2020
08:37 yuri search for other commits by this committer
cad/veroroute: Update 1.93 -> 1.94

Reported by:	portscout
Original commitRevision:535527 
Sunday, 10 May 2020
04:48 yuri search for other commits by this committer
cad/veroroute: Update 1.90 -> 1.93
Original commitRevision:534808 
Thursday, 23 Apr 2020
03:36 yuri search for other commits by this committer
cad/veroroute: Update 1.86 -> 1.90

Reported by:	upstream
Original commitRevision:532614 
Monday, 16 Mar 2020
01:10 yuri search for other commits by this committer
cad/veroroute: Update 185 -> 1.86 (despite DISTVERSION being in the format NNN,
the version is N.NN)

Reported by:	upstream
Original commitRevision:528513 
Friday, 13 Mar 2020
07:57 yuri search for other commits by this committer
cad/veroroute: Update 184 -> 185

Reported by:	portscout
Original commitRevision:528334 
Saturday, 7 Mar 2020
18:48 yuri search for other commits by this committer
cad/veroroute: Update 182 -> 184

Reported by:	portscout
Original commitRevision:527963 
Monday, 2 Mar 2020
07:15 yuri search for other commits by this committer
cad/veroroute: Update 180 -> 182

Reported by:	portscout
Original commitRevision:527611 
Friday, 28 Feb 2020
08:19 yuri search for other commits by this committer
cad/veroroute: Update 179 -> 180

Reported by:	portscout
Original commitRevision:527324 
Monday, 17 Feb 2020
17:19 yuri search for other commits by this committer
cad/veroroute: Update 178 -> 179

Reported by:	portscout
Original commitRevision:526381 
Saturday, 15 Feb 2020
05:12 yuri search for other commits by this committer
cad/veroroute: Update 175 -> 178

Reported by:	portscout
Original commitRevision:526207 
Saturday, 8 Feb 2020
06:56 yuri search for other commits by this committer
cad/veroroute: Update 174 -> 175

Reported by:	portscout
Original commitRevision:525519 
Monday, 3 Feb 2020
15:10 linimon search for other commits by this committer
Fix build on GCC-based systems:

  cc1plus: error: unrecognized command line option "-std=gnu++11"

Approved by:	portmgr (tier-2 blanket)
Original commitRevision:525043 
Sunday, 2 Feb 2020
03:12 yuri search for other commits by this committer
New port: cad/veroroute: PCB (printed circuit board) design software
Original commitRevision:524803 

Number of commits found: 52