Created attachment 152926 [details] svn diff for databases/pg_reorg upgrade This upgrades databases/pg_reorg from 1.10 to 1.11. Upstream announced they are no longer supporting, or maintaining pg_reorg. So I've opted to continue it's maintenance, and development going forward. Which accounts for the new WWW. This version squashes 2 bugs. Changed: Makefile MASTER_SITES - link to new version MAINTAINER - me pkg-descr minor maodifcations/additions WWW changed Added Makefile WANT_PGSQL_VER pgsql support < 91, is no longer supported pkg-plist NEW - removes unnecessary fluff in Makefile That's it! Please find the svn diff, and the session log, attached. Thank you! --Chris
Created attachment 152927 [details] log file of tests, and install for databases/pg_reorg
Comment on attachment 152926 [details] svn diff for databases/pg_reorg upgrade Port is current unmaintained, set maintainer-approval (+)
(In reply to Chris Hutchinson from comment #0) > Upstream announced they are no longer supporting, or maintaining > pg_reorg. So I've opted to continue it's maintenance, and > development going forward. Which accounts for the new WWW. pgfoundry home has ChangeLog, VCS, bug tracker and a mailing list. These are important to see how the current design came to be or why it was consequently abandoned. Inactive upstream may some day revive. There's "request to join" link if you're the one to shepherd it. related: http://lists.pgfoundry.org/pipermail/reorg-general/2015-January/000283.html
Created attachment 153453 [details] svn diff for databases/pg_reorg upgrade Good point(s). I should probably simply fork it under a new name, for the changes/additions I have intend. So for the sake of this ports version; let's just upgrade it to 1.1.11. Please find the *new* svn diff, attached, to accommodate that. :-) Thanks for all your time, Jan Beich. --Chris
A commit references this bug: Author: jbeich Date: Tue Feb 24 17:44:04 UTC 2015 New revision: 379831 URL: https://svnweb.freebsd.org/changeset/ports/379831 Log: - Update to 1.1.11 - Require PostgreSQL 9.1+ - Strip binaries - Sync pkg-descr - Pass maintainership PR: 197586 Submitted by: Chris Hutchinson <portmaster@bsdforge.com> ChangeLog: - Supports PostgreSQL 9.4 - Change not to wait for transactions in different databases. - Support for DESC, NULLS FIRST/LAST, COLLATE to index keys. Changes: head/databases/pg_reorg/Makefile head/databases/pg_reorg/distinfo head/databases/pg_reorg/pkg-descr head/databases/pg_reorg/pkg-plist
Thanks. Committed after: - Fix indentation - De-dup pkg-descr by using description from doc/index.html - Drop bsd.port.pre.mk