FreeBSD Bugzilla – Attachment 248185 Details for
Bug 276780
audio/cutmp3: update to 3.0.3
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
updates based on review feedback
0002-Update-based-on-review-feedback.patch (text/plain), 1.74 KB, created by
Matthew Phillips
on 2024-02-04 14:29:52 UTC
(
hide
)
Description:
updates based on review feedback
Filename:
MIME Type:
Creator:
Matthew Phillips
Created:
2024-02-04 14:29:52 UTC
Size:
1.74 KB
patch
obsolete
>From 4780bbbf68edcd7e2dd2b865253995b131b880ea Mon Sep 17 00:00:00 2001 >From: Matthew Phillips <matthew@matthewphillips.info> >Date: Sun, 4 Feb 2024 14:28:00 +0000 >Subject: [PATCH 2/2] Update based on review feedback > >--- > audio/cutmp3/Makefile | 8 +++----- > audio/cutmp3/files/patch-Makefile | 6 +++--- > 2 files changed, 6 insertions(+), 8 deletions(-) > >diff --git a/audio/cutmp3/Makefile b/audio/cutmp3/Makefile >index 728849258..414f057d5 100644 >--- a/audio/cutmp3/Makefile >+++ b/audio/cutmp3/Makefile >@@ -1,7 +1,6 @@ > PORTNAME= cutmp3 >-PORTVERSION= 3.0.3 > DISTVERSIONPREFIX= v >-PORTREVISION= 2 >+DISTVERSION= 3.0.3 > CATEGORIES= audio > > MAINTAINER= matthew@matthewphillips.info >@@ -11,13 +10,12 @@ WWW= https://github.com/tarjanm-movidius/cutmp3 > LICENSE= GPLv2+ > LICENSE_FILE= ${WRKSRC}/COPYING > >-USES= readline tar:bzip2 >- >+USES= readline > USE_GITHUB= yes > GH_ACCOUNT= tarjanm-movidius > > PLIST_FILES= bin/cutmp3 \ >- man/man1/cutmp3.1.gz >+ share/man/man1/cutmp3.1.gz > > PORTDOCS= README README.timetable USAGE > >diff --git a/audio/cutmp3/files/patch-Makefile b/audio/cutmp3/files/patch-Makefile >index d43021e12..9f6585ca2 100644 >--- a/audio/cutmp3/files/patch-Makefile >+++ b/audio/cutmp3/files/patch-Makefile >@@ -1,14 +1,14 @@ >---- Makefile.orig 2023-10-06 17:30:38 UTC >+--- Makefile.orig 2024-02-04 14:15:09 UTC > +++ Makefile > @@ -3,37 +3,34 @@ DATADIR=${PREFIX}/share > PREFIX?=/usr/local > BINDIR=${PREFIX}/bin > DATADIR=${PREFIX}/share > -MANDIR=${PREFIX}/share/man/man1 >-+MANDIR=${PREFIX}/man/man1 >++MANDIR=${DATADIR}/man/man1 > DOCDIR=${DATADIR}/doc/${NAME}-${VERSION} > -CFLAGS?=-Wall -Wformat-security -Wunused-result >-+CFLAGS=-Wall -Wformat-security -Wunused-result >++CFLAGS+=-Wall -Wformat-security -Wunused-result > #CFLAGS+=-DDEBUG > > all: >-- >2.43.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
Actions:
View
|
Diff
Attachments on
bug 276780
:
248137
|
248185
|
248187
|
248188