Bug 125724 - [maintainer update] databases/sqldeveloper version update from 1.5.0.53.38 to 1.5.1.54.40
Summary: [maintainer update] databases/sqldeveloper version update from 1.5.0.53.38 to...
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: Rong-En Fan
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-07-17 20:50 UTC by Jose G. Juanino
Modified: 2008-07-19 15:20 UTC (History)
0 users

See Also:


Attachments
file.diff (5.87 KB, patch)
2008-07-17 20:50 UTC, Jose G. Juanino
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Jose G. Juanino 2008-07-17 20:50:03 UTC
Dear FreeBSD committer:

I send a patch to update sqldeveloper port from 1.5.0.53.38 to 1.5.1.54.40 version

# cd /usr/ports/databases/sqldeveloper
# patch -p1 < pathToPatch.diff
# rm *.orig files/*.orig

Note the following:

* Release notes:
  http://www.oracle.com/technology/products/database/sql_developer/files/relnotes_v151.html

* MySQL dependency has been removed as port version of mysql-conector is 5.1,
  and sqldeveloper supports 5.0 only (see release notes).


Best regards

Fix: Patch attached with submission follows:
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2008-07-17 20:50:13 UTC
Class Changed
From-To: sw-bug->maintainer-update

Fix category (submitter is maintainer) (via the GNATS Auto Assign Tool)
Comment 2 Rong-En Fan freebsd_committer freebsd_triage 2008-07-19 09:42:34 UTC
Responsible Changed
From-To: freebsd-ports-bugs->rafan

Take.
Comment 3 dfilter service freebsd_committer freebsd_triage 2008-07-19 15:10:52 UTC
rafan       2008-07-19 14:10:37 UTC

  FreeBSD ports repository

  Modified files:
    databases/sqldeveloper Makefile distinfo pkg-plist 
    databases/sqldeveloper/files patch-sqlcli 
                                 patch-sqldeveloper.sh 
                                 pkg-message.in 
  Log:
  - Update to 1.5.1.54.40
    http://www.oracle.com/technology/products/database/sql_developer/files/relnotes_v151.html
  - MySQL dependency is removed due to databases/mysql-connector-odbc is updated
    to 5.1 and this port only supports 5.0 (see pkg-message for details)
  
  PR:             ports/125724
  Submitted by:   José García Juanino <jjuanino at gmail.com> (maintainer)
  
  Revision  Changes    Path
  1.4       +3 -10     ports/databases/sqldeveloper/Makefile
  1.3       +3 -3      ports/databases/sqldeveloper/distinfo
  1.3       +4 -3      ports/databases/sqldeveloper/files/patch-sqlcli
  1.3       +3 -3      ports/databases/sqldeveloper/files/patch-sqldeveloper.sh
  1.3       +3 -3      ports/databases/sqldeveloper/files/pkg-message.in
  1.3       +1 -10     ports/databases/sqldeveloper/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 4 Rong-En Fan freebsd_committer freebsd_triage 2008-07-19 15:10:54 UTC
State Changed
From-To: open->closed

Committed, thanks!