diff options
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/elephant/Makefile | 13 | ||||
-rw-r--r-- | sysutils/elephant/distinfo | 10 | ||||
-rw-r--r-- | sysutils/minipro/Makefile | 8 | ||||
-rw-r--r-- | sysutils/minipro/distinfo | 6 | ||||
-rw-r--r-- | sysutils/minipro/files/patch-Makefile | 17 | ||||
-rw-r--r-- | sysutils/zeitgeist/pkg-plist | 6 |
6 files changed, 32 insertions, 28 deletions
diff --git a/sysutils/elephant/Makefile b/sysutils/elephant/Makefile index 0d8774e9f236..8f34d8eeb2f1 100644 --- a/sysutils/elephant/Makefile +++ b/sysutils/elephant/Makefile @@ -1,7 +1,6 @@ PORTNAME= elephant DISTVERSIONPREFIX= v -DISTVERSION= 1.3.2 -PORTREVISION= 1 +DISTVERSION= 2.1.4 CATEGORIES= sysutils MAINTAINER= tagattie@FreeBSD.org @@ -11,12 +10,12 @@ WWW= https://github.com/abenz1267/elephant LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/LICENSE -NOT_FOR_ARCHS= i386 -NOT_FOR_ARCHS_REASON= -buildmode=plugin not supported on freebsd/386 +NOT_FOR_ARCHS= aarch64 armv7 i386 +NOT_FOR_ARCHS_REASON= -buildmode=plugin not supported on these architectures USES= go:1.25,modules -GO_MODULE= github.com/abenz1267/elephant +GO_MODULE= github.com/abenz1267/elephant/v2 GO_TARGET= ./cmd/elephant PLIST_FILES= bin/${PORTNAME} @@ -64,10 +63,6 @@ WEBSEARCH_PLIST_FILES= etc/xdg/elephant/providers/websearch.so ENABLED_PROVIDERS= ${SELECTED_OPTIONS:NDOCS:tl} -post-patch: - @${REINPLACE_CMD} -e 's|/etc|${PREFIX}&|' \ - ${GO_WRKSRC}/internal/providers/load.go - post-build: .for provider in ${ENABLED_PROVIDERS} @${ECHO_MSG} "===> Building ${provider} from ./internal/providers/${provider}" diff --git a/sysutils/elephant/distinfo b/sysutils/elephant/distinfo index 57668f983e71..13a6693cb46e 100644 --- a/sysutils/elephant/distinfo +++ b/sysutils/elephant/distinfo @@ -1,5 +1,5 @@ -TIMESTAMP = 1759455617 -SHA256 (go/sysutils_elephant/elephant-v1.3.2/v1.3.2.mod) = 272874130a90b2beac5b65820bf759b9a1f2b29dbd9d4347aaf0410dfddf5a76 -SIZE (go/sysutils_elephant/elephant-v1.3.2/v1.3.2.mod) = 965 -SHA256 (go/sysutils_elephant/elephant-v1.3.2/v1.3.2.zip) = c3e4e98de4dfa14bd1bbfae4a74050e529bb0dfbbe556e5a7f7a9f451d686a82 -SIZE (go/sysutils_elephant/elephant-v1.3.2/v1.3.2.zip) = 7132904 +TIMESTAMP = 1760271169 +SHA256 (go/sysutils_elephant/elephant-v2.1.4/v2.1.4.mod) = 4b93d08796d6e98c1f458096d8375c6cc1b02f46fdf735f83143267fda8c93dc +SIZE (go/sysutils_elephant/elephant-v2.1.4/v2.1.4.mod) = 968 +SHA256 (go/sysutils_elephant/elephant-v2.1.4/v2.1.4.zip) = 992d96de206fe1cb6cc9f37e8bd1f91b8b7d0cf1da8eafa6504bad8a0f519ccc +SIZE (go/sysutils_elephant/elephant-v2.1.4/v2.1.4.zip) = 7134346 diff --git a/sysutils/minipro/Makefile b/sysutils/minipro/Makefile index 0aa350bba30f..7299898ff617 100644 --- a/sysutils/minipro/Makefile +++ b/sysutils/minipro/Makefile @@ -1,6 +1,6 @@ PORTNAME= minipro -DISTVERSION= 0.5 -PORTREVISION= 2 +DISTVERSION= 0.7.4 +PORTREVISION= 0 CATEGORIES= sysutils MAINTAINER= bofh@freebsd.org @@ -16,17 +16,17 @@ USES= compiler:c11 gmake pkgconfig USE_GITLAB= yes GL_ACCOUNT= DavidGriffith GL_PROJECT= ${PORTNAME} -GL_TAGNAME= e8244313c2558b41a390824e1f847f449ebd7fce +GL_TAGNAME= f124338492a3937dbf02f9c4bc5219892f10481e BINARY_ALIAS= sed=${LOCALBASE}/bin/gsed PLIST_FILES= bin/minipro \ share/man/man1/minipro.1.gz \ + share/minipro/dump-alg-minipro.bash \ share/minipro/infoic.xml \ share/minipro/logicic.xml post-install: - @${GZIP_CMD} ${STAGEDIR}${PREFIX}/share/man/man1/minipro.1 @${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/${PORTNAME} .include <bsd.port.mk> diff --git a/sysutils/minipro/distinfo b/sysutils/minipro/distinfo index 2177ef6c0e47..14e71c3067a5 100644 --- a/sysutils/minipro/distinfo +++ b/sysutils/minipro/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1704228872 -SHA256 (DavidGriffith-minipro-e8244313c2558b41a390824e1f847f449ebd7fce_GL0.tar.gz) = 674ea630d7685bf22e87b6ddaaf837191de8d9a2705f83eed7ce5cf0dd819a74 -SIZE (DavidGriffith-minipro-e8244313c2558b41a390824e1f847f449ebd7fce_GL0.tar.gz) = 495793 +TIMESTAMP = 1760215933 +SHA256 (DavidGriffith-minipro-f124338492a3937dbf02f9c4bc5219892f10481e_GL0.tar.gz) = ebefbf0f7ed1cb589b3f9a382cdbb57ef840974f4f8a3ad3a2e1396eec220ac0 +SIZE (DavidGriffith-minipro-f124338492a3937dbf02f9c4bc5219892f10481e_GL0.tar.gz) = 810891 diff --git a/sysutils/minipro/files/patch-Makefile b/sysutils/minipro/files/patch-Makefile index f0e847fb685f..06ff1ba5489c 100644 --- a/sysutils/minipro/files/patch-Makefile +++ b/sysutils/minipro/files/patch-Makefile @@ -1,4 +1,4 @@ ---- Makefile.orig 2023-12-03 05:11:49 UTC +--- Makefile.orig 2025-09-24 21:56:36 UTC +++ Makefile @@ -1,11 +1,11 @@ # Install Configuration @@ -9,8 +9,17 @@ #CC=clang # Compiler options --CFLAGS = -g -O0 -Wall -Wextra -W -Wno-sign-compare -Wno-unused-parameter +-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 = + CPPFLAGS += -DSHARE_INSTDIR="\"$(SHARE_INSTDIR)\"" + LDFLAGS ?= + +@@ -160,7 +160,7 @@ install: + mkdir -p $(MAN_INSTDIR) + mkdir -p $(SHARE_INSTDIR) + cp $(MINIPRO) $(BIN_INSTDIR)/ +- cp $(DUMP_ALG) $(BIN_INSTDIR)/ ++ cp $(DUMP_ALG) $(SHARE_INSTDIR)/ + cp $(INFOIC) $(SHARE_INSTDIR)/ + cp $(LOGICIC) $(SHARE_INSTDIR)/ diff --git a/sysutils/zeitgeist/pkg-plist b/sysutils/zeitgeist/pkg-plist index 1314ca96507c..4ad940c71d2f 100644 --- a/sysutils/zeitgeist/pkg-plist +++ b/sysutils/zeitgeist/pkg-plist @@ -1,6 +1,6 @@ bin/zeitgeist-daemon -bin/zeitgeist-datahub -etc/xdg/autostart/zeitgeist-datahub.desktop +%%DATAHUB%%bin/zeitgeist-datahub +%%DATAHUB%%etc/xdg/autostart/zeitgeist-datahub.desktop include/zeitgeist-2.0/zeitgeist-datamodel.h include/zeitgeist-2.0/zeitgeist.h lib/girepository-1.0/Zeitgeist-2.0.typelib @@ -25,7 +25,7 @@ lib/libzeitgeist-2.0.so.0.0.0 @comment lib/systemd/user/zeitgeist.service libdata/pkgconfig/zeitgeist-2.0.pc share/man/man1/zeitgeist-daemon.1.gz -share/man/man1/zeitgeist-datahub.1.gz +%%DATAHUB%%share/man/man1/zeitgeist-datahub.1.gz share/bash-completion/completions/zeitgeist-daemon share/dbus-1/services/org.gnome.zeitgeist.Engine.service share/gir-1.0/Zeitgeist-2.0.gir |