mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-20 00:21:35 +00:00
audio/mixertui: update to 1.4.1
PR: 251525 Submitted by: Alfonso S. Siciliano <alfix86@gmail.com> (maintainer, previous version)
This commit is contained in:
parent
992884a87f
commit
33a3aad0c2
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=561867
@ -1,8 +1,7 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= mixertui
|
||||
DISTVERSION= 1.4
|
||||
PORTREVISION= 2
|
||||
DISTVERSION= 1.4.1
|
||||
CATEGORIES= audio
|
||||
|
||||
MAINTAINER= alfix86@gmail.com
|
||||
@ -16,7 +15,7 @@ LIB_DEPENDS= libsysctlmibinfo2.so:devel/libsysctlmibinfo2
|
||||
USE_GITLAB= yes
|
||||
|
||||
GL_ACCOUNT= alfix
|
||||
GL_COMMIT= a3e268cd8dced956f4657c019465d0ae611a8fa5
|
||||
GL_COMMIT= 26e4c85fe6afd7403bfd6596c1da9161de03f1b4
|
||||
|
||||
PLIST_FILES= sbin/${PORTNAME} \
|
||||
share/man/man8/${PORTNAME}.8.gz
|
||||
|
@ -1,3 +1,3 @@
|
||||
TIMESTAMP = 1603826030
|
||||
SHA256 (alfix-mixertui-a3e268cd8dced956f4657c019465d0ae611a8fa5_GL0.tar.gz) = 3f0f30b398c653b7c8156389510a14253c3e0054fe60c11362bc79ef4326933c
|
||||
SIZE (alfix-mixertui-a3e268cd8dced956f4657c019465d0ae611a8fa5_GL0.tar.gz) = 181696
|
||||
TIMESTAMP = 1610914238
|
||||
SHA256 (alfix-mixertui-26e4c85fe6afd7403bfd6596c1da9161de03f1b4_GL0.tar.gz) = 3ceabed49c52a0e0143342cbd945b3f1d22efaca9b68b477daf90db901b35f67
|
||||
SIZE (alfix-mixertui-26e4c85fe6afd7403bfd6596c1da9161de03f1b4_GL0.tar.gz) = 65509
|
||||
|
@ -1,11 +0,0 @@
|
||||
--- Makefile.orig 2020-11-11 15:27:32 UTC
|
||||
+++ Makefile
|
||||
@@ -11,7 +11,7 @@ OBJECTS= ${SOURCES:.c=.o}
|
||||
#LDFLAGS= -L/usr/lib -lmenu -lncurses -L/usr/local/lib -lsysctlmibinfo2
|
||||
# PORT ncurses
|
||||
CCFLAGS= -Wall -I/usr/local/include/ -I/usr/local/include/ncurses/
|
||||
-LDFLAGS= -L/usr/local/lib -lsysctlmibinfo2 -lmenu -lncurses
|
||||
+LDFLAGS= -L/usr/local/lib -lsysctlmibinfo2 -lmenu -lncurses -ltinfo
|
||||
|
||||
BINDIR= /usr/local/sbin
|
||||
|
Loading…
Reference in New Issue
Block a user