Bug 197586 - databases/pg_reorg: Update to 1.1.11, Request MAINTAINERship
Summary: databases/pg_reorg: Update to 1.1.11, Request MAINTAINERship
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Some People
Assignee: Jan Beich
URL:
Keywords: patch, patch-ready
Depends on:
Blocks:
 
Reported: 2015-02-13 00:36 UTC by Chris Hutchinson
Modified: 2015-02-24 17:45 UTC (History)
2 users (show)

See Also:


Attachments
svn diff for databases/pg_reorg upgrade (3.11 KB, patch)
2015-02-13 00:36 UTC, Chris Hutchinson
koobs: maintainer-approval+
Details | Diff
log file of tests, and install for databases/pg_reorg (9.90 KB, text/plain)
2015-02-13 00:38 UTC, Chris Hutchinson
no flags Details
svn diff for databases/pg_reorg upgrade (3.05 KB, patch)
2015-02-24 17:28 UTC, Chris Hutchinson
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Chris Hutchinson 2015-02-13 00:36:53 UTC
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
Comment 1 Chris Hutchinson 2015-02-13 00:38:26 UTC
Created attachment 152927 [details]
log file of tests, and install for databases/pg_reorg
Comment 2 Kubilay Kocak freebsd_committer freebsd_triage 2015-02-16 03:09:10 UTC
Comment on attachment 152926 [details]
svn diff for databases/pg_reorg upgrade

Port is current unmaintained, set maintainer-approval (+)
Comment 3 Jan Beich freebsd_committer freebsd_triage 2015-02-24 16:30:13 UTC
(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
Comment 4 Chris Hutchinson 2015-02-24 17:28:40 UTC
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
Comment 5 commit-hook freebsd_committer freebsd_triage 2015-02-24 17:44:18 UTC
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
Comment 6 Jan Beich freebsd_committer freebsd_triage 2015-02-24 17:45:56 UTC
Thanks. Committed after:
- Fix indentation
- De-dup pkg-descr by using description from doc/index.html
- Drop bsd.port.pre.mk