Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F160369257
D34683.id104247.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
2 KB
Referenced Files
None
Subscribers
None
D34683.id104247.diff
View Options
Index: sysutils/minipro/Makefile
===================================================================
--- sysutils/minipro/Makefile
+++ sysutils/minipro/Makefile
@@ -1,8 +1,7 @@
# Created by: Hondareyte <lhondareyte@laposte.net>
PORTNAME= minipro
-PORTVERSION= 0.3
-PORTREVISION= 2
+PORTVERSION= 0.5
CATEGORIES= sysutils
MAINTAINER= lhondareyte@laposte.net
@@ -17,7 +16,7 @@
USE_GITLAB= yes
GL_ACCOUNT= DavidGriffith
-GL_COMMIT= e6fb06822e6685886a045ae98c3c82d832bd8e9c
+GL_COMMIT= 8be592c954264afdc3a2cb596ee45517cc5dc621
GL_PROJECT= ${PORTNAME}
BINARY_ALIAS= sed=${LOCALBASE}/bin/gsed
SHEBANG_FILES= miniprohex
Index: sysutils/minipro/distinfo
===================================================================
--- sysutils/minipro/distinfo
+++ sysutils/minipro/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1617892296
-SHA256 (DavidGriffith-minipro-e6fb06822e6685886a045ae98c3c82d832bd8e9c_GL0.tar.gz) = 81fdf0e937660b577e2e5456824c04dafbcc4701bf84a6da60f6de8a1f2869d0
-SIZE (DavidGriffith-minipro-e6fb06822e6685886a045ae98c3c82d832bd8e9c_GL0.tar.gz) = 282019
+TIMESTAMP = 1648345702
+SHA256 (DavidGriffith-minipro-8be592c954264afdc3a2cb596ee45517cc5dc621_GL0.tar.gz) = 4b0381949b1ac335132fd4ee6560fe8cfa6320edaaa1f7473ebec03dce2fa907
+SIZE (DavidGriffith-minipro-8be592c954264afdc3a2cb596ee45517cc5dc621_GL0.tar.gz) = 388948
Index: sysutils/minipro/files/patch-Makefile
===================================================================
--- sysutils/minipro/files/patch-Makefile
+++ sysutils/minipro/files/patch-Makefile
@@ -1,4 +1,4 @@
---- Makefile.orig 2019-02-27 06:19:06 UTC
+--- Makefile.orig 2022-03-27 01:54:42 UTC
+++ Makefile
@@ -1,16 +1,16 @@
# Install Configuration
@@ -9,8 +9,8 @@
#CC=clang
# Compiler options
--CFLAGS = -g -O0 -Wall
-+CFLAGS ?= -g -O0 -Wall
+-CFLAGS = -g -O0 -Wall -DSHARE_INSTDIR="\"$(SHARE_INSTDIR)\""
++CFLAGS += -g -O0 -Wall -DSHARE_INSTDIR="\"$(SHARE_INSTDIR)\""
# Normally minipro is installed to /usr/local. If you want to put it
# somewhere else, define that location here.
@@ -20,10 +20,10 @@
# Some older releases of MacOS need some extra library flags.
#EXTRA_LIBS += "-framework Foundation -framework IOKit"
-@@ -58,7 +58,7 @@ OBJCOPY=objcopy
-
- DIST_DIR = $(MINIPRO)-$(VERSION)
- BIN_INSTDIR=$(DESTDIR)$(PREFIX)/bin
+@@ -70,7 +70,7 @@ INCLUDE_INSTDIR=$(DESTDIR)$(PREFIX)/include/libminipro
+ LIB_INSTDIR=$(DESTDIR)$(PREFIX)/lib
+ SHARE_INSTDIR=$(DESTDIR)$(PREFIX)/share/minipro
+ INCLUDE_INSTDIR=$(DESTDIR)$(PREFIX)/include/libminipro
-MAN_INSTDIR=$(DESTDIR)$(PREFIX)/share/man/man1
+MAN_INSTDIR=$(DESTDIR)$(PREFIX)/man/man1
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Wed, Jun 24, 7:16 PM (45 m, 12 s)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
34291631
Default Alt Text
D34683.id104247.diff (2 KB)
Attached To
Mode
D34683: Update sysutils/minipro to 0.5
Attached
Detach File
Event Timeline
Log In to Comment