FreeBSD Bugzilla – Attachment 247274 Details for
Bug 274955
net/gitup: mismatched checksums
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
gitup-0.98.14_1.patch
gitup-0.98.14_1.patch (text/plain), 1.10 KB, created by
takefu
on 2023-12-27 00:46:59 UTC
(
hide
)
Description:
gitup-0.98.14_1.patch
Filename:
MIME Type:
Creator:
takefu
Created:
2023-12-27 00:46:59 UTC
Size:
1.10 KB
patch
obsolete
>diff -udprN /usr/ports/net/gitup/Makefile ./Makefile >--- /usr/ports/net/gitup/Makefile 2023-11-30 05:24:02.184267000 +0000 >+++ ./Makefile 2023-12-27 00:41:31.880561000 +0000 >@@ -1,6 +1,7 @@ > PORTNAME= gitup > DISTVERSION= 0.98-14 > DISTVERSIONSUFFIX= -g5e26080 >+PORTREVISION= 1 > CATEGORIES= net > > MAINTAINER= eduardo@FreeBSD.org >@@ -24,6 +25,12 @@ PLIST_FILES= bin/gitup \ > PORTDOCS= README.md > > OPTIONS_DEFINE= DOCS >+ >+post-patch: >+ ${REINPLACE_CMD} -E \ >+ -e "s,stable/[0-9]+,stable/${OSREL:C|\.[0-9.]*||}," \ >+ -e "s,releng/[0-9]+.[0-9]+,releng/${OSREL}," \ >+ ${WRKSRC}/gitup.conf > > do-install: > ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin >diff -udprN /usr/ports/net/gitup/pkg-post-install ./pkg-post-install >--- /usr/ports/net/gitup/pkg-post-install 2023-11-30 05:24:02.184593000 +0000 >+++ ./pkg-post-install 1970-01-01 00:00:00.000000000 +0000 >@@ -1,8 +0,0 @@ >-osrel=$(${PKG_ROOTDIR}/bin/freebsd-version -u) >-releng=${osrel%%-*} >-stable=${osrel%%.*} >- >-sed -i '' -E \ >- -e "s,stable/[0-9]+,stable/${stable}," \ >- -e "s,releng/[0-9]+.[0-9]+,releng/${releng}," \ >- ${PKG_PREFIX}/etc/gitup.conf.sample
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:
takefu:
maintainer-approval+
Actions:
View
|
Diff
Attachments on
bug 274955
:
247274
|
247437