FreeBSD Bugzilla – Attachment 195554 Details for
Bug 229895
databases/liquibase: Update to version 3.6.2
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
patch
liquibase-3.6.2.diff (text/plain), 2.32 KB, created by
Jochen Neumeister
on 2018-07-28 19:52:49 UTC
(
hide
)
Description:
patch
Filename:
MIME Type:
Creator:
Jochen Neumeister
Created:
2018-07-28 19:52:49 UTC
Size:
2.32 KB
patch
obsolete
>Index: databases/liquibase/Makefile >=================================================================== >--- databases/liquibase/Makefile (Revision 475604) >+++ databases/liquibase/Makefile (Arbeitskopie) >@@ -2,7 +2,7 @@ > # $FreeBSD$ > > PORTNAME= liquibase >-PORTVERSION= 3.4.1 >+PORTVERSION= 3.6.2 > DISTVERSIONSUFFIX= -bin > CATEGORIES= databases java > MASTER_SITES= https://github.com/liquibase/liquibase/releases/download/liquibase-parent-${PORTVERSION}/ >Index: databases/liquibase/distinfo >=================================================================== >--- databases/liquibase/distinfo (Revision 475604) >+++ databases/liquibase/distinfo (Arbeitskopie) >@@ -1,2 +1,3 @@ >-SHA256 (liquibase-3.4.1-bin.tar.gz) = 693919918e217e7a88c5140e82f279f31f636233a62cd2108abdafa4f3ed0a02 >-SIZE (liquibase-3.4.1-bin.tar.gz) = 6718242 >+TIMESTAMP = 1532806380 >+SHA256 (liquibase-3.6.2-bin.tar.gz) = dd6d6c81b7ed6c75ee32d51bb53b3449fe2a695684965e36014ff70ea65c3ea5 >+SIZE (liquibase-3.6.2-bin.tar.gz) = 6084651 >Index: databases/liquibase/files/patch-liquibase >=================================================================== >--- databases/liquibase/files/patch-liquibase (Revision 475604) >+++ databases/liquibase/files/patch-liquibase (Arbeitskopie) >@@ -1,13 +1,12 @@ >---- liquibase.orig 2015-07-28 18:54:25 UTC >-+++ liquibase >-@@ -1,54 +1,14 @@ >+--- liquibase.orig 2018-07-28 21:36:02.294669000 +0200 >++++ liquibase 2018-07-28 21:41:44.302244000 +0200 >+@@ -1,55 +1,14 @@ > -#!/usr/bin/env bash > +#!/bin/sh > > -if [ ! -n "${LIQUIBASE_HOME+x}" ]; then > - # echo "LIQUIBASE_HOME is not set." >-+LIQUIBASE_HOME=`dirname $0`/../share/liquibase >- >+- > - ## resolve links - $0 may be a symlink > - PRG="$0" > - while [ -h "$PRG" ] ; do >@@ -50,17 +49,20 @@ > - for i in "$LIQUIBASE_HOME"/liquibase*.jar; do > - CP="$CP""$CP_SEPARATOR""$i" > - done >+- CP="$CP""$CP_SEPARATOR""$LIQUIBASE_HOME/lib/" > - for i in "$LIQUIBASE_HOME"/lib/*.jar; do > - CP="$CP""$CP_SEPARATOR""$i" > - done > -fi >++LIQUIBASE_HOME=`dirname $0`/../share/liquibase > +CP=. >-+for i in "$LIQUIBASE_HOME"/liquibase*.jar; do >-+ CP="$CP":"$i" >-+done >-+for i in "$LIQUIBASE_HOME"/lib/*.jar; do >-+ CP="$CP":"$i" >-+done >++for i in "$LIQUIBASE_HOME=/liquibase*.jat; do >++ CP="$CP":$i" >++ done >++for i in $LIQUIBASE_HOME"/lib/*.jar; do >++ CP=$CP":$i" >++ done >++.fi > > # add any JVM options here > JAVA_OPTS="${JAVA_OPTS-}"
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Flags:
ndowens04
:
maintainer-approval+
Actions:
View
|
Diff
Attachments on
bug 229895
:
195284
|
195553
| 195554