FreeBSD Bugzilla – Attachment 204781 Details for
Bug 238290
net-im/coyim: Fix missing version number in "About" dialog
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Fixes the version number displayed in the "About" dialog box.
coyim.version-gen.patch (text/plain), 754 bytes, created by
Santhosh Raju
on 2019-06-02 14:09:11 UTC
(
hide
)
Description:
Fixes the version number displayed in the "About" dialog box.
Filename:
MIME Type:
Creator:
Santhosh Raju
Created:
2019-06-02 14:09:11 UTC
Size:
754 bytes
patch
obsolete
>diff --git a/net-im/coyim/Makefile b/net-im/coyim/Makefile >index 4e8c03e..335c9e6 100644 >--- a/net-im/coyim/Makefile >+++ b/net-im/coyim/Makefile >@@ -3,7 +3,7 @@ > PORTNAME= coyim > DISTVERSIONPREFIX= v > DISTVERSION= 0.3.11 >-PORTREVISION= 1 >+PORTREVISION= 2 > CATEGORIES= net-im > > MAINTAINER= santhosh.raju@gmail.com >@@ -45,8 +45,13 @@ COYIM_DESKTOP= ${WRKSRC}/build/coyim.desktop > > INSTALLATION_DIRS+= share/applications share/pixmaps > >+post-extract: >+ @${REINPLACE_CMD} -e 's|\#!/usr/bin/env bash|\#!/bin/sh|' \ >+ ${WRKSRC}/gen_version_file.sh >+ > do-build: > cd ${WRKSRC}/${GH_SUBDIR} && \ >+ ./gen_version_file.sh ${DISTVERSIONPREFIX}${DISTVERSION} && \ > ${SETENV} ${MAKE_ENV} GOPATH=${WRKSRC} \ > go build -tags ${GTK_BUILD_TAG} -o ${PORTNAME} >
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:
santhosh.raju
:
maintainer-approval+
Actions:
View
|
Diff
Attachments on
bug 238290
:
204781
|
204784