Bug 150682 - Update Port: databases/couchdb
Summary: Update Port: databases/couchdb
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Ashish SHUKLA
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-09-17 21:40 UTC by Ashish SHUKLA
Modified: 2011-08-18 14:30 UTC (History)
0 users

See Also:


Attachments
file.diff (6.17 KB, patch)
2010-09-17 21:40 UTC, Ashish SHUKLA
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Ashish SHUKLA freebsd_committer freebsd_triage 2010-09-17 21:40:05 UTC
As per the homepage of CouchDB[1], the version of CouchDB in ports tree has a nasty bug. This diff updates the port to 1.0.1, as well as fixes issues with the current port which includes not execution of post-installation tasks when installed via packages.

Also there is a problem with the current port, that it depends on lang/erlang-lite port and when lang/erlang is installed, it passes the dependency check but doesn't depend on 'erlang' package at the end of installation. I'm not sure about a fix for this problem. If I found anything I'll post it here.

References:
[1] - http://couchdb.apache.org/notice/1.0.1.html
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2010-09-17 21:40:12 UTC
Responsible Changed
From-To: freebsd-ports-bugs->ashish

Submitter has GNATS access (via the GNATS Auto Assign Tool)
Comment 2 Edwin Groothuis freebsd_committer freebsd_triage 2010-09-17 21:40:15 UTC
Maintainer of databases/couchdb,

Please note that PR ports/150682 has just been submitted.

If it contains a patch for an upgrade, an enhancement or a bug fix
you agree on, reply to this email stating that you approve the patch
and a committer will take care of it.

The full text of the PR can be found at:
    http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/150682

-- 
Edwin Groothuis via the GNATS Auto Assign Tool
edwin@FreeBSD.org
Comment 3 Edwin Groothuis freebsd_committer freebsd_triage 2010-09-17 21:40:17 UTC
State Changed
From-To: open->feedback

Awaiting maintainers feedback (via the GNATS Auto Assign Tool)
Comment 4 Till Klampaeckel 2010-09-18 15:16:35 UTC
Patch looks great, thanks for submitting it.

I'll look into the lang/erlang issue.

Thanks,
Till
Comment 5 Ashish SHUKLA freebsd_committer freebsd_triage 2010-12-21 04:45:53 UTC
Hi,

Any progress on this ?

Thanks
-- 
Ashish SHUKLA      | GPG: F682 CDCC 39DC 0FEA E116  20B6 C746 CFA9 E74F A4B0
freebsd.org!ashish | http://people.freebsd.org/~ashish/

Avoid Success At All Costs !!
Comment 6 Till Klampaeckel 2011-08-14 19:51:01 UTC
Sorry, I thought I sent an email already, +1 (or +10)
Comment 7 Ashish SHUKLA freebsd_committer freebsd_triage 2011-08-18 13:41:49 UTC
till  writes:
> Sorry, I thought I sent an email already, +1 (or +10)


Sorry for the late reply. Just want to confirm do you want me to take over
maintainership of the port?

Thanks
-- 
Ashish SHUKLA      | GPG: F682 CDCC 39DC 0FEA E116  20B6 C746 CFA9 E74F A4B0
freebsd.org!ashish | http://people.freebsd.org/~ashish/

Avoid Success At All Costs !!
Comment 8 Till Klampaeckel 2011-08-18 14:07:43 UTC
On Thu, Aug 18, 2011 at 2:41 PM, Ashish SHUKLA <ashish@freebsd.org> wrote:
> till =A0writes:
>> Sorry, I thought I sent an email already, +1 (or +10)
>
> Sorry for the late reply. Just want to confirm do you want me to take ove=
r
> maintainership of the port?
>
> Thanks

I was +1'ing the updates. Which I thought I did a long time ago.

Till
Comment 9 dfilter service freebsd_committer freebsd_triage 2011-08-18 14:25:02 UTC
ashish      2011-08-18 13:24:48 UTC

  FreeBSD ports repository

  Modified files:
    databases/couchdb    Makefile distinfo pkg-plist 
  Added files:
    databases/couchdb    pkg-deinstall pkg-install 
  Log:
  - Update to 1.1.0
  - Use USERS/GROUPS for user/group creation
  - Move post-install/post-deinstall tasks to pkg-install/pkg-deinstall
  
  PR:             ports/150682
  Approved by:    till@php.net (maintainer)
  
  Revision  Changes    Path
  1.16      +12 -13    ports/databases/couchdb/Makefile
  1.7       +2 -2      ports/databases/couchdb/distinfo
  1.1       +15 -0     ports/databases/couchdb/pkg-deinstall (new)
  1.3       +20 -0     ports/databases/couchdb/pkg-install (new)
  1.6       +76 -36    ports/databases/couchdb/pkg-plist
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 10 Ashish SHUKLA freebsd_committer freebsd_triage 2011-08-18 14:26:01 UTC
State Changed
From-To: feedback->closed

Port updated. Thanks!