FreeBSD Bugzilla – Attachment 214361 Details for
Bug 246292
devel/jetbrains-goland: Update to 2020.1.2
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
jetbrains-goland.diff
jetbrains-goland.diff (text/plain), 2.36 KB, created by
Dmitry Wagin
on 2020-05-10 17:54:22 UTC
(
hide
)
Description:
jetbrains-goland.diff
Filename:
MIME Type:
Creator:
Dmitry Wagin
Created:
2020-05-10 17:54:22 UTC
Size:
2.36 KB
patch
obsolete
>Index: devel/jetbrains-goland/Makefile >=================================================================== >--- devel/jetbrains-goland/Makefile (revision 534326) >+++ devel/jetbrains-goland/Makefile (working copy) >@@ -1,7 +1,7 @@ > # $FreeBSD$ > > PORTNAME= goland >-PORTVERSION= 2020.1.1 >+PORTVERSION= 2020.1.2 > CATEGORIES= devel java > MASTER_SITES= https://download-cf.jetbrains.com/go/ > PKGNAMEPREFIX= jetbrains- >@@ -16,7 +16,6 @@ > LICENSE_PERMS= dist-mirror pkg-mirror auto-accept > > RUN_DEPENDS= intellij-fsnotifier>0:java/intellij-fsnotifier \ >- delve>0:devel/delve \ > lsof:sysutils/lsof > > USES= python:run shebangfix >@@ -33,6 +32,13 @@ > > SUB_FILES= goland goland.desktop pkg-message > >+OPTIONS_DEFINE_amd64= DELVE >+OPTIONS_DEFAULT_amd64= DELVE >+ >+DELVE_DESC?= Debugger for the Go programming language >+ >+DELVE_RUN_DEPENDS= delve>0:devel/delve >+ > do-install: > # Linux/Windows/OS X only so remove them > @${RM} -r ${WRKSRC}/bin/fsnotifier \ >@@ -46,7 +52,6 @@ > @(cd ${WRKSRC} && ${COPYTREE_SHARE} . ${STAGEDIR}${DATADIR} \ > "! -name *\.so ! -name *\.dll ! -name *\.dylib ! -name *\.pdb ! -name *\.sh") > @(cd ${WRKSRC} && ${COPYTREE_BIN} . ${STAGEDIR}${DATADIR} "-name *\.sh") >- @${LN} -sf ${PREFIX}/bin/dlv ${STAGEDIR}${DATADIR}/plugins/go/lib/dlv/linux/dlv > ${INSTALL_SCRIPT} ${WRKDIR}/goland ${STAGEDIR}${PREFIX}/bin/goland > ${INSTALL_MAN} ${FILESDIR}/goland.1 ${STAGEDIR}${PREFIX}/man/man1 > ${INSTALL_DATA} ${WRKDIR}/goland.desktop ${STAGEDIR}${PREFIX}/share/applications/ >@@ -56,4 +61,7 @@ > ${ECHO} "-Dsun.java2d.xrender=false" >> ${STAGEDIR}${DATADIR}/bin/goland.vmoptions > ${ECHO} "-Dsun.java2d.xrender=false" >> ${STAGEDIR}${DATADIR}/bin/goland64.vmoptions > >+do-install-DELVE-on: >+ @${LN} -sf ${PREFIX}/bin/dlv ${STAGEDIR}${DATADIR}/plugins/go/lib/dlv/linux/dlv >+ > .include <bsd.port.mk> >Index: devel/jetbrains-goland/distinfo >=================================================================== >--- devel/jetbrains-goland/distinfo (revision 534326) >+++ devel/jetbrains-goland/distinfo (working copy) >@@ -1,3 +1,3 @@ >-TIMESTAMP = 1587726565 >-SHA256 (jetbrains/goland-2020.1.1.tar.gz) = 6e445e82f90c13db75f32570d67b8cf267be0c14dabb97bf27454b485c7123c2 >-SIZE (jetbrains/goland-2020.1.1.tar.gz) = 378467414 >+TIMESTAMP = 1588779923 >+SHA256 (jetbrains/goland-2020.1.2.tar.gz) = db3b424ffcd613a91374d8c30fb0d9f3136010acfe94a1cbd39f3b92aa89db6c >+SIZE (jetbrains/goland-2020.1.2.tar.gz) = 379159236
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:
dmitry.wagin
:
maintainer-approval+
Actions:
View
|
Diff
Attachments on
bug 246292
:
214246
| 214361