FreeBSD Bugzilla – Attachment 260313 Details for
Bug 277852
devel/alire: Update to 2.1.0
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
devel/alire: Update to 2.1.0
0001-devel-alire-Update-to-2.1.0.patch (text/plain), 2.74 KB, created by
Alastair Hogge
on 2025-05-10 07:48:14 UTC
(
hide
)
Description:
devel/alire: Update to 2.1.0
Filename:
MIME Type:
Creator:
Alastair Hogge
Created:
2025-05-10 07:48:14 UTC
Size:
2.74 KB
patch
obsolete
>From f1702310e2ced4537cb01c7264c07f890acc268f Mon Sep 17 00:00:00 2001 >From: Alastair Hogge <agh@riseup.net> >Date: Fri, 9 May 2025 03:43:49 +0800 >Subject: [PATCH] devel/alire: Update to 2.1.0 > >Update to 2.1.0: >* Remove desktop-file-utils from ${USES}, because no MIME type is > declared >* Remove pkg-plist, replacing its contents with the dynamically > generated ${PLIST_FILES}, and ${PORTDOCS} >* Some port{clippy|fmt|lint} maintenance >* Use ${MAKE_CMD} in the do-build target instead of hard-coding grpbuild > >https://github.com/alire-project/alire/releases/tag/v2.1.0 > > PR: 277852 >--- > devel/alire/Makefile | 21 ++++++++++++++------- > devel/alire/distinfo | 6 +++--- > 2 files changed, 17 insertions(+), 10 deletions(-) > >diff --git a/devel/alire/Makefile b/devel/alire/Makefile >index 6f9df7e1ec24..3c58684d2caf 100644 >--- a/devel/alire/Makefile >+++ b/devel/alire/Makefile >@@ -1,8 +1,7 @@ > PORTNAME= alire >-DISTVERSION= 1.2.2 >-PORTREVISION= 1 >+DISTVERSION= 2.1.0 > CATEGORIES= devel >-MASTER_SITES= https://github.com/alire-project/${PORTNAME}/releases/download/v${DISTVERSION}/ >+MASTER_SITES= https://github.com/alire-project/${PORTNAME}/releases/download/v${PORTVERSION}/ > DISTNAME= alr-${DISTVERSION}-full-sources > > MAINTAINER= agh@riseup.net >@@ -16,18 +15,26 @@ BROKEN_i386= segfault: raised STORAGE_ERROR : s-intman.adb:136 explicit raise > > BUILD_DEPENDS= gprbuild>0:devel/gprbuild > >-USES= ada:12,run desktop-file-utils zip >+USES= ada:12,run zip > USE_GCC= yes:build > >-_GPR_ARGS= -j${MAKE_JOBS_NUMBER} -p -XALIRE_OS=freebsd >+MAKE_CMD= gprbuild > >-WRKSRC= ${WRKDIR}/alr-${DISTVERSION} >+WRKSRC= ${WRKDIR}/alr-${PORTVERSION} >+ >+PLIST_FILES= bin/alr \ >+ etc/bash_completion.d/alr-completion.bash \ >+ share/applications/alr.desktop \ >+ share/pixmaps/alr.png >+PORTDOCS= * > > OPTIONS_DEFINE= DEBUG DOCS > OPTIONS_SUB= yes > > DOCS_DESC= Install Design and Development documentation > >+_GPR_ARGS= -j${MAKE_JOBS_NUMBER} -p -vh -vP2 -XALIRE_OS=freebsd >+ > .include <bsd.port.options.mk> > > .if empty(PORT_OPTIONS:MDEBUG) >@@ -36,7 +43,7 @@ _GPR_ARGS+= -XALIRE_BUILD_MODE=release > > do-build: > (cd ${WRKSRC} && \ >- ${SETENV} ${MAKE_ENV} gprbuild ${_GPR_ARGS} -P alr_env) >+ ${SETENV} ${MAKE_ENV} ${MAKE_CMD} ${_GPR_ARGS} -P alr_env) > > do-install: > ${MKDIR} ${STAGEDIR}${PREFIX}/bin >diff --git a/devel/alire/distinfo b/devel/alire/distinfo >index aa0ad93172dc..cae1747b01ce 100644 >--- a/devel/alire/distinfo >+++ b/devel/alire/distinfo >@@ -1,3 +1,3 @@ >-TIMESTAMP = 1691804403 >-SHA256 (alr-1.2.2-full-sources.zip) = 8a9efd65a3da4e22ffaf5b146dba8dc125cf4ea26d482a25bcaac85d0d2764d1 >-SIZE (alr-1.2.2-full-sources.zip) = 2267709 >+TIMESTAMP = 1746693413 >+SHA256 (alr-2.1.0-full-sources.zip) = 654bad4830f7861a45ecadcb1de74f2a0dde410d90e284248218c7b6e6bedc0e >+SIZE (alr-2.1.0-full-sources.zip) = 3342243 >-- >2.49.0 >
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 Raw
Actions:
View
Attachments on
bug 277852
:
249727
|
260313
|
260348