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: databases/ora2pg/distinfo

Number of commits found: 14

Monday, 1 Apr 2024
00:16 Wen Heping (wen) search for other commits by this committer
databases/ora2pg: Update to 24.3
commit hash: 8187a8680d0ad0f7f06de6a147e64891ccbe10ad commit hash: 8187a8680d0ad0f7f06de6a147e64891ccbe10ad commit hash: 8187a8680d0ad0f7f06de6a147e64891ccbe10ad commit hash: 8187a8680d0ad0f7f06de6a147e64891ccbe10ad 8187a86
Monday, 11 Mar 2024
08:17 Wen Heping (wen) search for other commits by this committer
databases/ora2pg: Update to 24.2
commit hash: 2a74848d5c9a5145702296eebad0ed9ac98a3827 commit hash: 2a74848d5c9a5145702296eebad0ed9ac98a3827 commit hash: 2a74848d5c9a5145702296eebad0ed9ac98a3827 commit hash: 2a74848d5c9a5145702296eebad0ed9ac98a3827 2a74848
Saturday, 9 Sep 2023
13:38 Wen Heping (wen) search for other commits by this committer
databases/ora2pg: Update to 24.1
commit hash: 4b5afdec303b38357021f518ae2195444662a8d1 commit hash: 4b5afdec303b38357021f518ae2195444662a8d1 commit hash: 4b5afdec303b38357021f518ae2195444662a8d1 commit hash: 4b5afdec303b38357021f518ae2195444662a8d1 4b5afde
Thursday, 10 Aug 2023
11:54 Wen Heping (wen) search for other commits by this committer
databases/ora2pg: Update to 24.0
commit hash: ee50cc65f9053268196577486ab73330e1bf7c64 commit hash: ee50cc65f9053268196577486ab73330e1bf7c64 commit hash: ee50cc65f9053268196577486ab73330e1bf7c64 commit hash: ee50cc65f9053268196577486ab73330e1bf7c64 ee50cc6
Saturday, 18 Feb 2023
10:59 Wen Heping (wen) search for other commits by this committer
databases/ora2pg: Update to 23.2
commit hash: 3648e98a9d1537e7308a8f2f5896234d5b175023 commit hash: 3648e98a9d1537e7308a8f2f5896234d5b175023 commit hash: 3648e98a9d1537e7308a8f2f5896234d5b175023 commit hash: 3648e98a9d1537e7308a8f2f5896234d5b175023 3648e98
Friday, 18 Feb 2022
05:43 Wen Heping (wen) search for other commits by this committer
databases/ora2pg: Update to 23.1
commit hash: d62a5094b753bcfe47eb74754295c7b6bc56553e commit hash: d62a5094b753bcfe47eb74754295c7b6bc56553e commit hash: d62a5094b753bcfe47eb74754295c7b6bc56553e commit hash: d62a5094b753bcfe47eb74754295c7b6bc56553e d62a509
Thursday, 14 Oct 2021
07:10 Wen Heping (wen) search for other commits by this committer
databases/ora2pg: Update to 22.1
commit hash: 6f2fb7aaad8836a879fce15f1d462c0d3af0163d commit hash: 6f2fb7aaad8836a879fce15f1d462c0d3af0163d commit hash: 6f2fb7aaad8836a879fce15f1d462c0d3af0163d commit hash: 6f2fb7aaad8836a879fce15f1d462c0d3af0163d 6f2fb7a
Saturday, 10 Apr 2021
02:23 Wen Heping (wen) search for other commits by this committer
databases/ora2pg: Update to 21.1
commit hash: c51dc27dae149df8d61ea457b03599adb8ec56c1 commit hash: c51dc27dae149df8d61ea457b03599adb8ec56c1 commit hash: c51dc27dae149df8d61ea457b03599adb8ec56c1 commit hash: c51dc27dae149df8d61ea457b03599adb8ec56c1 c51dc27
Wednesday, 14 Oct 2020
02:23 wen search for other commits by this committer
- Update to 21.0
Original commitRevision:552296 
Tuesday, 25 Feb 2020
09:16 wen search for other commits by this committer
- Update to 20.0
- Take maintainership
Original commitRevision:527068 
Thursday, 18 Oct 2018
19:03 swills search for other commits by this committer
databases/ora2pg: Update to 19.1

PR:		232367
Submitted by:	Nathan <ndowens@yahoo.com>
Original commitRevision:482354 
Sunday, 19 Aug 2018
14:26 pi search for other commits by this committer
databases/ora2pg: update 18.2 -> 19.0

- This release fix several issues reported by users during last year.
  It also adds several new features and configuration directives.

Relnotes:	https://github.com/darold/ora2pg/releases
Original commitRevision:477578 
Saturday, 28 Jul 2018
09:51 wen search for other commits by this committer
- Update to 18.2
Original commitRevision:475517 
Tuesday, 13 Jun 2017
03:30 wen search for other commits by this committer
Ora2Pg is a free tool used to migrate an Oracle database to a PostgreSQL
compatible schema. It connects your Oracle database, scan it automatically
and extracts its structure or data, it then generates SQL scripts that you
can load into your PostgreSQL database. Ora2Pg can be used from reverse
engineering Oracle database to huge enterprise database migration or simply
to replicate some Oracle data into a PostgreSQL database. It is really easy
to used and doesn't need any Oracle database knowledge than providing the
parameters needed to connect to the Oracle database.

WWW: https://github.com/darold/ora2pg

PR:		219682
Submitted by:	amutu@amutu.com
Original commitRevision:443484 

Number of commits found: 14