mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
audio/cd-discid: Update to latest commit upstream (20160916)
Update to latest commit (a69bd89) No changelog, bugfixes mainly
This commit is contained in:
parent
ad39fa819e
commit
2bb9593571
3 changed files with 22 additions and 21 deletions
|
@ -1,21 +1,21 @@
|
|||
PORTNAME= cd-discid
|
||||
PORTVERSION= 0.9
|
||||
DISTVERSION= 1.4-14
|
||||
DISTVERSIONSUFFIX= -ga69bd89
|
||||
CATEGORIES= audio
|
||||
MASTER_SITES= http://lly.org/~rcw/cd-discid/
|
||||
DISTNAME= ${PORTNAME}_${PORTVERSION}.orig
|
||||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= Backend utility to retrieve CDDB discid information
|
||||
WWW= http://lly.org/~rcw/cd-discid/
|
||||
WWW= http://linukz.org/cd-discid.shtml
|
||||
|
||||
WRKSRC= ${WRKDIR}/${PKGNAME}
|
||||
LICENSE= GPLv2
|
||||
LICENSE_FILE= ${WRKSRC}/COPYING
|
||||
|
||||
MAKE_ARGS= prefix=${STAGEDIR}${PREFIX} mandir=${STAGEDIR}${PREFIX}/man/man1
|
||||
USE_GITHUB= yes
|
||||
GH_ACCOUNT= taem
|
||||
|
||||
MAKE_ARGS+= MANDIR=${PREFIX}/man/man1
|
||||
|
||||
PLIST_FILES= bin/cd-discid \
|
||||
man/man1/cd-discid.1.gz
|
||||
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} -e "s/-o 0//g" ${WRKSRC}/Makefile
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -1,2 +1,3 @@
|
|||
SHA256 (cd-discid_0.9.orig.tar.gz) = 4917ac85e734d669cc4e2b8e04803afc3bddb809fc36ba400ef48075839fa2bb
|
||||
SIZE (cd-discid_0.9.orig.tar.gz) = 11217
|
||||
TIMESTAMP = 1697963860
|
||||
SHA256 (taem-cd-discid-1.4-14-ga69bd89_GH0.tar.gz) = b417d2dfb8e4ada8160d12af643ffd95d0a203125265dfe2b7d25a00ed9ae3a4
|
||||
SIZE (taem-cd-discid-1.4-14-ga69bd89_GH0.tar.gz) = 13404
|
||||
|
|
|
@ -1,11 +1,11 @@
|
|||
--- Makefile.orig 2003-01-05 20:18:07 UTC
|
||||
--- Makefile.orig 2023-10-22 08:45:17 UTC
|
||||
+++ Makefile
|
||||
@@ -1,6 +1,6 @@
|
||||
VERSION = 0.8
|
||||
-CC = gcc
|
||||
-CFLAGS = -g -O2
|
||||
+CC ?= cc
|
||||
+CFLAGS ?= -O -pipe
|
||||
LDFLAGS =
|
||||
LIBS =
|
||||
DEFS =
|
||||
@@ -30,8 +30,6 @@ cd-discid: $(OBJS)
|
||||
$(CC) $(CFLAGS) $(CPPFLAGS) $(LDFLAGS) -o $@ $(OBJS) $(LIBS)
|
||||
|
||||
install: cd-discid
|
||||
- mkdir -p $(BINDIR)
|
||||
- mkdir -p $(MANDIR)
|
||||
$(INSTALL) cd-discid $(DESTDIR)$(BINDIR)/cd-discid
|
||||
$(STRIP) $(DESTDIR)$(BINDIR)/cd-discid
|
||||
$(INSTALL) -m 644 cd-discid.1 $(DESTDIR)$(MANDIR)/cd-discid.1
|
||||
|
|
Loading…
Add table
Reference in a new issue