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:
Responsible Changed From-To: freebsd-ports-bugs->miwi I'll take it.
Hi, I have forgot to remove the line: PORTREVISION=1 Regards
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
State Changed From-To: open->closed Committed. Thanks!
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"