Bug 129827

Summary: databases/sqldeveloper version update from 1.5.1 to 1.5.3
Product: Ports & Packages Reporter: Jose G. Juanino <jjuanino>
Component: Individual Port(s)Assignee: Martin Wilke <miwi>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.diff none

Description Jose G. Juanino 2008-12-21 20:20:01 UTC
I send a patch to update sqldeveloper port from 1.5.1.54.40 to 1.5.3.57.83 version

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

Release notes:

www.oracle.com/technology/products/database/sql_developer/files/relnotes_v153.html

Best regards

Fix: Patch attached with submission follows:
Comment 1 Martin Wilke freebsd_committer freebsd_triage 2008-12-21 20:31:06 UTC
Responsible Changed
From-To: freebsd-ports-bugs->miwi

I'll take it.
Comment 2 Jose G. Juanino 2008-12-22 10:10:19 UTC
Hi,

I have forgot to remove the line:

PORTREVISION=1

Regards
Comment 3 Jose G. Juanino 2008-12-22 11:25:51 UTC
El lunes 22 de diciembre a las 11:10:18 CET, Jose Garcia Juanino escribió:
> Hi,
> 
> I have forgot to remove the line:
> 
> PORTREVISION=1

I have another improvement:

* Below the line

PORTVERSION=    1.5.3.57.83

inserts the new variable:

PORTMINORVERSION=       ${PORTVERSION:C/([0-9]+\.){3}//:S/.//}

This gives, for PORTVERSION=1.5.3.57.83:

PORTMINORVERSION=5783

* Substitute the line:

DISTNAME=       ${PORTNAME}-5783${DISTVERSIONSUFFIX}

by

DISTNAME=       ${PORTNAME}-${PORTMINORVERSION}${DISTVERSIONSUFFIX}

With these changes, the new port updates will be easier and simpler.

Best regards
Comment 4 Martin Wilke freebsd_committer freebsd_triage 2008-12-24 19:40:41 UTC
State Changed
From-To: open->closed

Committed. Thanks!
Comment 5 dfilter service freebsd_committer freebsd_triage 2008-12-24 19:41:08 UTC
miwi        2008-12-24 19:40:58 UTC

  FreeBSD ports repository

  Modified files:
    databases/sqldeveloper Makefile distinfo pkg-plist 
  Log:
  - Update to 1.5.3
  
  PR:             129827
  Submitted by:   José García Juanino <jjuanino@gmail.com> (maintainer)
  
  Revision  Changes    Path
  1.6       +2 -9      ports/databases/sqldeveloper/Makefile
  1.4       +3 -3      ports/databases/sqldeveloper/distinfo
  1.4       +2 -6      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"