git: 435bcd216189 - main - sysutils/minipro: Update to latest snapshot
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 03 Jan 2024 05:28:07 UTC
The branch main has been updated by bofh: URL: https://cgit.FreeBSD.org/ports/commit/?id=435bcd216189cf3e1f138f53adbbcc63d73569f5 commit 435bcd216189cf3e1f138f53adbbcc63d73569f5 Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2024-01-02 21:11:39 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2024-01-03 05:27:53 +0000 sysutils/minipro: Update to latest snapshot - Add missing files [1] PR: 264459 Reported by: jeffpc@josefsipek.net --- sysutils/minipro/Makefile | 13 ++++++------- sysutils/minipro/distinfo | 6 +++--- sysutils/minipro/files/patch-Makefile | 12 +++++++----- 3 files changed, 16 insertions(+), 15 deletions(-) diff --git a/sysutils/minipro/Makefile b/sysutils/minipro/Makefile index b5ad7021b534..714483dfe8e1 100644 --- a/sysutils/minipro/Makefile +++ b/sysutils/minipro/Makefile @@ -1,5 +1,6 @@ PORTNAME= minipro -PORTVERSION= 0.5 +DISTVERSION= 0.5 +PORTREVISION= 1 CATEGORIES= sysutils MAINTAINER= bofh@freebsd.org @@ -11,20 +12,18 @@ LICENSE= GPLv3 BUILD_DEPENDS= gsed:textproc/gsed RUN_DEPENDS= bash:shells/bash -USES= compiler:c11 gmake pkgconfig shebangfix +USES= compiler:c11 gmake pkgconfig USE_GITLAB= yes GL_ACCOUNT= DavidGriffith GL_PROJECT= ${PORTNAME} -GL_TAGNAME= 8be592c954264afdc3a2cb596ee45517cc5dc621 - -SHEBANG_FILES= miniprohex +GL_TAGNAME= e8244313c2558b41a390824e1f847f449ebd7fce BINARY_ALIAS= sed=${LOCALBASE}/bin/gsed PLIST_FILES= bin/minipro \ - bin/miniprohex \ man/man1/minipro.1.gz \ - share/minipro/infoic.xml + share/minipro/infoic.xml \ + share/minipro/logicic.xml post-install: @${GZIP_CMD} ${STAGEDIR}${PREFIX}/man/man1/minipro.1 diff --git a/sysutils/minipro/distinfo b/sysutils/minipro/distinfo index 7c705a09d165..2177ef6c0e47 100644 --- a/sysutils/minipro/distinfo +++ b/sysutils/minipro/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1648345702 -SHA256 (DavidGriffith-minipro-8be592c954264afdc3a2cb596ee45517cc5dc621_GL0.tar.gz) = 4b0381949b1ac335132fd4ee6560fe8cfa6320edaaa1f7473ebec03dce2fa907 -SIZE (DavidGriffith-minipro-8be592c954264afdc3a2cb596ee45517cc5dc621_GL0.tar.gz) = 388948 +TIMESTAMP = 1704228872 +SHA256 (DavidGriffith-minipro-e8244313c2558b41a390824e1f847f449ebd7fce_GL0.tar.gz) = 674ea630d7685bf22e87b6ddaaf837191de8d9a2705f83eed7ce5cf0dd819a74 +SIZE (DavidGriffith-minipro-e8244313c2558b41a390824e1f847f449ebd7fce_GL0.tar.gz) = 495793 diff --git a/sysutils/minipro/files/patch-Makefile b/sysutils/minipro/files/patch-Makefile index 2f7425f74a1c..bc0196a67841 100644 --- a/sysutils/minipro/files/patch-Makefile +++ b/sysutils/minipro/files/patch-Makefile @@ -1,6 +1,6 @@ ---- Makefile.orig 2022-03-27 01:54:42 UTC +--- Makefile.orig 2023-12-03 05:11:49 UTC +++ Makefile -@@ -1,16 +1,16 @@ +@@ -1,18 +1,18 @@ # Install Configuration # Your C compiler @@ -9,8 +9,10 @@ #CC=clang # Compiler options --CFLAGS = -g -O0 -Wall -DSHARE_INSTDIR="\"$(SHARE_INSTDIR)\"" -+CFLAGS += -g -O0 -Wall -DSHARE_INSTDIR="\"$(SHARE_INSTDIR)\"" +-CFLAGS = -g -O0 -Wall -Wextra -W -Wno-sign-compare -Wno-unused-parameter ++CFLAGS += -g -O0 -Wall -Wextra -W -Wno-sign-compare -Wno-unused-parameter + CPPFLAGS = -DSHARE_INSTDIR="\"$(SHARE_INSTDIR)\"" + LDFLAGS = # Normally minipro is installed to /usr/local. If you want to put it # somewhere else, define that location here. @@ -20,7 +22,7 @@ # Some older releases of MacOS need some extra library flags. #EXTRA_LIBS += "-framework Foundation -framework IOKit" -@@ -70,7 +70,7 @@ INCLUDE_INSTDIR=$(DESTDIR)$(PREFIX)/include/libminipro +@@ -73,7 +73,7 @@ INCLUDE_INSTDIR=$(DESTDIR)$(PREFIX)/include/libminipro LIB_INSTDIR=$(DESTDIR)$(PREFIX)/lib SHARE_INSTDIR=$(DESTDIR)$(PREFIX)/share/minipro INCLUDE_INSTDIR=$(DESTDIR)$(PREFIX)/include/libminipro