Dear FreeBSD committer: I send a patch to update datamodeler port from 4.1.1.887 to 4.1.3.901 version # pwd /usr/ports/databases/datamodeler # svnlite diff Index: Makefile =================================================================== --- Makefile (revision 410067) +++ Makefile (working copy) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= datamodeler -PORTVERSION= 4.1.1.888 +PORTVERSION= 4.1.3.901 DISTVERSIONSUFFIX=-1 CATEGORIES= databases java MASTER_SITES= #http://www.oracle.com/technetwork/developer-tools/datamodeler/downloads/index.html Index: distinfo =================================================================== --- distinfo (revision 410067) +++ distinfo (working copy) @@ -1,2 +1,2 @@ -SHA256 (oracle/datamodeler-4.1.1.888-1.noarch.rpm) = 58c6bb2b8609c6bfe10437f350ce00abe1120fcd5165fbe3bb2f3f579bef9731 -SIZE (oracle/datamodeler-4.1.1.888-1.noarch.rpm) = 189567084 +SHA256 (oracle/datamodeler-4.1.3.901-1.noarch.rpm) = 29fb033c189574d9539b7ea6449eb5f0a643250fe12571afbb635515081d706d +SIZE (oracle/datamodeler-4.1.3.901-1.noarch.rpm) = 189638988 Best regards
Hi, Please attach a diff to this bug instead of pasting the patch inline. It is what we normally do, and makes it much easier for other people to apply and commit your patch.
A commit references this bug: Author: pi Date: Fri Mar 4 18:56:55 UTC 2016 New revision: 410145 URL: https://svnweb.freebsd.org/changeset/ports/410145 Log: databases/datamodeler: 4.1.1.888 -> 4.1.3.901 Changes: http://www.oracle.com/technetwork/developer-tools/datamodeler/downloads/data-modeler-relnotes-v412-2714825.html PR: 207683 Submitted by: jjuanino@gmail.com (maintainer) Changes: head/databases/datamodeler/Makefile head/databases/datamodeler/distinfo head/databases/datamodeler/pkg-descr
Committed, thanks.