FreeBSD Bugzilla – Attachment 243998 Details for
Bug 273039
astro/starfetch: Update to 0.0.4
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
starfetch-0.0.4.patch
0001-astro-starfetch-Update-to-0.0.4.patch (text/plain), 2.87 KB, created by
Jesús Daniel Colmenares Oviedo
on 2023-08-10 08:48:10 UTC
(
hide
)
Description:
starfetch-0.0.4.patch
Filename:
MIME Type:
Creator:
Jesús Daniel Colmenares Oviedo
Created:
2023-08-10 08:48:10 UTC
Size:
2.87 KB
patch
obsolete
>From e9edd64d0405a9e13a53c58c62c30f2ab12836bd Mon Sep 17 00:00:00 2001 >From: =?UTF-8?q?Jes=C3=BAs=20Daniel=20Colmenares=20Oviedo?= > <DtxdF@disroot.org> >Date: Thu, 10 Aug 2023 04:46:40 -0400 >Subject: [PATCH] astro/starfetch: Update to 0.0.4 > >* Remove trailing slash in WWW >* Use a hardcoded string instead of ${PORTNAME} >* Remove AppleDouble encoded Macintosh files > (included in this release, cause `Abort (core dumped)`) > >ChangeLog: https://github.com/Haruno19/starfetch/releases/tag/0.0.4 > >* Overall better and cleaner code >* Compatibility for Windows systems >* Full Qt5/6 GUI version for starfetch >* Lets the user choose between black, white, cyan, magenta, yellow, > red and blue to color part of the output >--- > astro/starfetch/Makefile | 15 ++++++++------- > astro/starfetch/distinfo | 6 +++--- > 2 files changed, 11 insertions(+), 10 deletions(-) > >diff --git a/astro/starfetch/Makefile b/astro/starfetch/Makefile >index a68e44bed..535e0379e 100644 >--- a/astro/starfetch/Makefile >+++ b/astro/starfetch/Makefile >@@ -1,11 +1,11 @@ > PORTNAME= starfetch >-DISTVERSION= 0.0.3 >+DISTVERSION= 0.0.4 > CATEGORIES= astro > MASTER_SITES= https://github.com/Haruno19/${PORTNAME}/releases/download/${DISTVERSION}/ > > MAINTAINER= DtxdF@disroot.org > COMMENT= Command line tool that displays constellations >-WWW= https://github.com/Haruno19/starfetch/ >+WWW= https://github.com/Haruno19/starfetch > > LICENSE= GPLv3 > LICENSE_FILE= ${WRKSRC}/LICENSE >@@ -13,17 +13,18 @@ LICENSE_FILE= ${WRKSRC}/LICENSE > CXXFLAGS+= -std=c++17 > > post-patch: >- @${REINPLACE_CMD} -e '/^string path = /s#=.*#= "${DATADIR}/";#' ${WRKSRC}/src/${PORTNAME}.cpp >+ @${REINPLACE_CMD} -e '/^string path = /s#=.*#= "${DATADIR}/";#' ${WRKSRC}/src/starfetch.cpp > > do-build: >- ${CXX} ${CXXFLAGS} ${WRKSRC}/src/${PORTNAME}.cpp -o ${WRKSRC}/${PORTNAME} >+ ${CXX} ${CXXFLAGS} ${WRKSRC}/src/starfetch.cpp -o ${WRKSRC}/starfetch > > do-install: >- ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin/${PORTNAME} >+ ${INSTALL_PROGRAM} ${WRKSRC}/starfetch ${STAGEDIR}${PREFIX}/bin/starfetch > > post-install: > ${MKDIR} ${STAGEDIR}${DATADIR} >- (cd ${WRKSRC}/res && ${COPYTREE_SHARE} . ${STAGEDIR}${DATADIR}) >- ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/${PORTNAME} >+ cd ${WRKSRC}/res && ${FIND} . -name '._*' -exec ${RM} -f {} \; >+ cd ${WRKSRC}/res && ${COPYTREE_SHARE} . ${STAGEDIR}${DATADIR} >+ ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/starfetch > > .include <bsd.port.mk> >diff --git a/astro/starfetch/distinfo b/astro/starfetch/distinfo >index de99ddcb4..1fc6c2b94 100644 >--- a/astro/starfetch/distinfo >+++ b/astro/starfetch/distinfo >@@ -1,3 +1,3 @@ >-TIMESTAMP = 1666478439 >-SHA256 (starfetch-0.0.3.tar.gz) = 4afb6e37c72464feb1813a574fe5a60c285e08ebfbf1f3e8f2b9318573c7497a >-SIZE (starfetch-0.0.3.tar.gz) = 399822 >+TIMESTAMP = 1691651185 >+SHA256 (starfetch-0.0.4.tar.gz) = 10899d964db3f8cdf91f26e6e4ee60f558ab6c8a6c7778f64f5395affbf3de2b >+SIZE (starfetch-0.0.4.tar.gz) = 591205 >-- >2.41.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 Diff
View Attachment As Raw
Flags:
DtxdF
:
maintainer-approval+
Actions:
View
|
Diff
Attachments on
bug 273039
: 243998