FreeBSD Bugzilla – Attachment 228785 Details for
Bug 259233
devel/coursier: account for coursier changes and update to 2.0.16
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Diff for changes in devel/coursier for new version and structure
coursier.diff (text/plain), 2.24 KB, created by
Chris
on 2021-10-17 18:37:36 UTC
(
hide
)
Description:
Diff for changes in devel/coursier for new version and structure
Filename:
MIME Type:
Creator:
Chris
Created:
2021-10-17 18:37:36 UTC
Size:
2.24 KB
patch
obsolete
>diff --git a/devel/coursier/Makefile b/devel/coursier/Makefile >index 09464ea75887..5169c3109c1d 100644 >--- a/devel/coursier/Makefile >+++ b/devel/coursier/Makefile >@@ -1,31 +1,30 @@ > PORTNAME= coursier > DISTVERSIONPREFIX= v >-DISTVERSION= 1.1.0-M12 >+DISTVERSION= 2.0.16 > CATEGORIES= devel java >+MASTER_SITES= https://github.com/coursier/coursier/releases/download/${DISTVERSIONFULL}/ >+DISTNAME= ${PORTNAME} >+EXTRACT_SUFX= >+DIST_SUBDIR= ${PORTNAME} > > MAINTAINER= jhyphenkeck@gmail.com > COMMENT= Pure Scala Artifact Fetching > > LICENSE= APACHE20 >-LICENSE_FILE= ${WRKSRC}/LICENSE > >-USE_GITHUB= yes > USE_JAVA= yes >+JAVA_VERSION= 1.8+ > > NO_ARCH= yes > NO_BUILD= yes > > PLIST_FILES= bin/coursier > >-OPTIONS_DEFINE= DOCS >- >-PORTDOCS= README.md >+do-extract: >+ @${MKDIR} ${WRKSRC} >+ @${CP} ${DISTDIR}/${DIST_SUBDIR}/${DISTNAME} ${WRKSRC} > > do-install: >- ${INSTALL_SCRIPT} ${WRKSRC}/coursier ${STAGEDIR}${PREFIX}/bin >- >-do-install-DOCS-on: >- @${MKDIR} ${STAGEDIR}${DOCSDIR} >- ${INSTALL_DATA} ${WRKSRC}/README.md ${STAGEDIR}${DOCSDIR} >+ ${INSTALL_SCRIPT} ${WRKSRC}/${DISTNAME} ${STAGEDIR}${PREFIX}/bin/${PORTNAME} > > .include <bsd.port.mk> >diff --git a/devel/coursier/distinfo b/devel/coursier/distinfo >index 19c44fe609b8..3036a1107f12 100644 >--- a/devel/coursier/distinfo >+++ b/devel/coursier/distinfo >@@ -1,3 +1,3 @@ >-TIMESTAMP = 1551688034 >-SHA256 (coursier-coursier-v1.1.0-M12_GH0.tar.gz) = ab6edfec3e312b7aedf3a0ca0888f7b0201d11aa8e2b63f628852d68542460db >-SIZE (coursier-coursier-v1.1.0-M12_GH0.tar.gz) = 2653166 >+TIMESTAMP = 1634491974 >+SHA256 (coursier/coursier) = 631e8fbc1a3beb71a7130539b3b01852cfbe02edb94c5e9c6785981a0aee1e9c >+SIZE (coursier/coursier) = 42577 >diff --git a/devel/coursier/pkg-descr b/devel/coursier/pkg-descr >index 4f9880d5d259..67a928c43bdf 100644 >--- a/devel/coursier/pkg-descr >+++ b/devel/coursier/pkg-descr >@@ -1,4 +1,6 @@ >-Coursier can fetch, launch, and create tiny bootstrap launchers >-from apps distributed via Maven / Ivy repositories. >+Coursier is a command-line tool that can be used for various things surrounding >+dependencies and artifacts such as creating tiny bootstrap launchers for >+applications distributed via Maven / Ivy repositories, resolving artifact >+trees, or completing available version of desired artifacts. > > WWW: https://get-coursier.io/
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 259233
:
228785
|
229077
|
249735
|
251501