FreeBSD Bugzilla – Attachment 223756 Details for
Bug 254701
graphics/yed: Update to 3.21.1
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
patch
yed.patch (text/plain), 1.81 KB, created by
Yuri Victorovich
on 2021-04-01 21:19:13 UTC
(
hide
)
Description:
patch
Filename:
MIME Type:
Creator:
Yuri Victorovich
Created:
2021-04-01 21:19:13 UTC
Size:
1.81 KB
patch
obsolete
>Index: graphics/yed/Makefile >=================================================================== >--- graphics/yed/Makefile (revision 569609) >+++ graphics/yed/Makefile (working copy) >@@ -2,7 +2,7 @@ > # $FreeBSD$ > > PORTNAME= yed >-DISTVERSION= 3.20.1 >+DISTVERSION= 3.21.1 > CATEGORIES= graphics java > MASTER_SITES= # > DISTNAME= yEd-${DISTVERSION} >@@ -19,15 +19,19 @@ > USES= zip > USE_JAVA= yes > JAVA_VERSION= 1.8+ >-NO_BUILD= yes >-NO_ARCH= yes >+ > RESTRICTED= Downloading requires acceptance of license agreement >+ > DESKTOP_ENTRIES="yEd" "${COMMENT}" "" "yed" "Graphics;" false > > WRKSRC= ${WRKDIR}/${PORTNAME}-${DISTVERSION} > > SUB_FILES= ${PORTNAME} >+SUB_LIST= JAVA_HOME=${JAVA_HOME} > >+NO_BUILD= yes >+NO_ARCH= yes >+ > DOWNLOAD_URL?= http://www.yworks.com/downloads\#yEd > > .include <bsd.port.pre.mk> >Index: graphics/yed/distinfo >=================================================================== >--- graphics/yed/distinfo (revision 569609) >+++ graphics/yed/distinfo (working copy) >@@ -1,3 +1,3 @@ >-TIMESTAMP = 1601150519 >-SHA256 (yEd-3.20.1.zip) = f1b8c878e45d476fd99e950c3469e7d7d9b433dab4efad8c1f8938dec9e2d897 >-SIZE (yEd-3.20.1.zip) = 36979768 >+TIMESTAMP = 1617309945 >+SHA256 (yEd-3.21.1.zip) = c4301c2d7e842bdb781b6a112c74e1244d1b80eb0eeb8a0a30e1bfba83ef09e4 >+SIZE (yEd-3.21.1.zip) = 36128103 >Index: graphics/yed/files/yed.in >=================================================================== >--- graphics/yed/files/yed.in (revision 569609) >+++ graphics/yed/files/yed.in (working copy) >@@ -1,11 +1,3 @@ > #!/bin/sh > >-#: ${JAVA_HOME=%%PREFIX%%/openjdk8} >-JAVA_HOME=%%PREFIX%%/openjdk8 >- >-if [ ! -x ${JAVA_HOME}/bin/java ]; then >- echo "No java distribution in ${JAVA_HOME}" >- exit 1 >-fi >- >-exec java -Dawt.useSystemAAFontSettings=on -jar %%DATADIR%%/yed.jar >+exec %%JAVA_HOME%%/bin/java -Dawt.useSystemAAFontSettings=on -jar %%DATADIR%%/yed.jar "$@"
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
Actions:
View
|
Diff
Attachments on
bug 254701
: 223756