Bug 162413 - [PATCH] databases/cassandra: update to 1.0.2
Summary: [PATCH] databases/cassandra: update to 1.0.2
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: Cheng-Lung Sung
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-11-09 21:30 UTC by Radim Kolar
Modified: 2011-11-14 02:20 UTC (History)
1 user (show)

See Also:


Attachments
cassandra-1.0.2_1.patch (86.67 KB, patch)
2011-11-09 21:30 UTC, Radim Kolar
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Radim Kolar 2011-11-09 21:30:10 UTC
Replaces ports/162372 includes all his fancy features like

- Update to 1.0.2
- JNA support
- JVM forced to be openjdk6
- smart shutdown
- jamm memory agemt turned on

new features today:

+ path is hardcoded into repaircluster script for easier running from cron
+ rc.conf cassandra_vmargs can now override autogenerated JVM args
+  in previous versions cassandra_vmargs were not used

Added file(s):
- files/patch-env
- files/repaircluster.in

Removed file(s):
- scripts/repaircluster

Port maintainer (gslin@gslin.org) is cc'd.

Generated with FreeBSD Port Tools 0.99
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2011-11-09 21:30:23 UTC
Maintainer of databases/cassandra,

Please note that PR ports/162413 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/162413

-- 
Edwin Groothuis via the GNATS Auto Assign Tool
edwin@FreeBSD.org
Comment 2 Edwin Groothuis freebsd_committer freebsd_triage 2011-11-09 21:30:27 UTC
State Changed
From-To: open->feedback

Awaiting maintainers feedback (via the GNATS Auto Assign Tool)
Comment 3 Cheng-Lung Sung freebsd_committer freebsd_triage 2011-11-10 00:58:55 UTC
Responsible Changed
From-To: freebsd-ports-bugs->clsung

I'll take it.
Comment 4 dfilter service freebsd_committer freebsd_triage 2011-11-14 02:17:56 UTC
clsung      2011-11-14 02:17:47 UTC

  FreeBSD ports repository

  Modified files:
    databases/cassandra  Makefile distinfo pkg-deinstall 
                         pkg-install pkg-plist 
    databases/cassandra/files cassandra.in 
  Added files:
    databases/cassandra/files patch-env repaircluster.in 
  Removed files:
    databases/cassandra/scripts repaircluster 
  Log:
  - Update to 1.0.2
  - JNA support
  - JVM forced to be openjdk6
  - smart shutdown
  - jamm memory agemt turned on
  - path is hardcoded into repaircluster script for easier running from cron
  - rc.conf cassandra_vmargs can now override autogenerated JVM args
  - in previous versions cassandra_vmargs were not used
  
  PR:             ports/162413
  Submitted by:   Radim Kolar <hsn_AT_sendmail.cz>
  Approved by:    maintainer (via ports/162372)
  Feature safe:   yes
  
  Revision  Changes    Path
  1.17      +20 -9     ports/databases/cassandra/Makefile
  1.15      +2 -2      ports/databases/cassandra/distinfo
  1.4       +18 -2     ports/databases/cassandra/files/cassandra.in
  1.1       +7 -0      ports/databases/cassandra/files/patch-env (new)
  1.1       +12 -0     ports/databases/cassandra/files/repaircluster.in (new)
  1.2       +2 -3      ports/databases/cassandra/pkg-deinstall
  1.2       +1 -2      ports/databases/cassandra/pkg-install
  1.16      +368 -156  ports/databases/cassandra/pkg-plist
  1.2       +0 -9      ports/databases/cassandra/scripts/repaircluster (dead)
_______________________________________________
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 5 Cheng-Lung Sung freebsd_committer freebsd_triage 2011-11-14 02:17:58 UTC
State Changed
From-To: feedback->closed

Committed. Thank You.