Date: Thu, 21 Mar 2024 20:23:32 GMT From: Nuno Teixeira <eduardo@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 7e563699ae9c - main - security/seccure: Move man pages to share/man Message-ID: <202403212023.42LKNW0p063290@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by eduardo: URL: https://cgit.FreeBSD.org/ports/commit/?id=7e563699ae9c4606ad8eba006cc7fe92c043aa73 commit 7e563699ae9c4606ad8eba006cc7fe92c043aa73 Author: Nuno Teixeira <eduardo@FreeBSD.org> AuthorDate: 2024-03-21 18:32:49 +0000 Commit: Nuno Teixeira <eduardo@FreeBSD.org> CommitDate: 2024-03-21 20:22:58 +0000 security/seccure: Move man pages to share/man Approved by: portmgr (blanket) --- security/seccure/Makefile | 2 +- security/seccure/files/patch-Makefile | 18 ++++++++++-------- security/seccure/pkg-plist | 2 +- 3 files changed, 12 insertions(+), 10 deletions(-) diff --git a/security/seccure/Makefile b/security/seccure/Makefile index b342b78cacf9..5d5fb36329bc 100644 --- a/security/seccure/Makefile +++ b/security/seccure/Makefile @@ -1,6 +1,6 @@ PORTNAME= seccure PORTVERSION= 0.5 -PORTREVISION= 9 +PORTREVISION= 10 CATEGORIES= security MASTER_SITES= http://point-at-infinity.org/seccure/ \ NETBSD diff --git a/security/seccure/files/patch-Makefile b/security/seccure/files/patch-Makefile index fbc5a21b14c7..663c5555ad75 100644 --- a/security/seccure/files/patch-Makefile +++ b/security/seccure/files/patch-Makefile @@ -1,14 +1,16 @@ ---- Makefile 2009-04-09 08:42:50.000000000 -0400 -+++ /tmp/Makefile 2011-05-26 19:30:35.000000000 -0400 -@@ -1,4 +1,6 @@ --CFLAGS = -O2 -Wall # -D NOBEEP +--- Makefile.orig 2014-08-11 12:46:47 UTC ++++ Makefile +@@ -1,6 +1,8 @@ CFLAGS = -O2 -Wall -Wextra -std=c89 -pedantic -D_POSIX + CFLAGS = -O2 -Wall -Wextra -std=c89 -pedantic -D_POSIX_C_SOURCE=200112 # -D NOBEEP +-LIBS = -lgcrypt +CFLAGS = -L$(LOCALBASE)/lib -I$(LOCALBASE)/include -O2 -DNOBEEP -DNOMEMLOCK -lgcrypt -+ -+all: default ++all: default ++ default: binaries # doc -@@ -8,15 +10,15 @@ + binaries: seccure-key seccure-encrypt seccure-decrypt seccure-sign \ +@@ -9,15 +11,15 @@ install: default doc: seccure.1 seccure.1.html install: default @@ -29,7 +31,7 @@ + ln -f $(DESTDIR)$(PREFIX)/bin/seccure-key $(DESTDIR)$(PREFIX)/bin/seccure-signcrypt + ln -f $(DESTDIR)$(PREFIX)/bin/seccure-key $(DESTDIR)$(PREFIX)/bin/seccure-veridec + ln -f $(DESTDIR)$(PREFIX)/bin/seccure-key $(DESTDIR)$(PREFIX)/bin/seccure-dh -+ install -m0644 seccure.1 $(DESTDIR)$(PREFIX)/man/man1 ++ install -m0644 seccure.1 $(DESTDIR)$(PREFIX)/share/man/man1 clean: rm -f *.o *~ seccure-key seccure-encrypt seccure-decrypt seccure-sign \ diff --git a/security/seccure/pkg-plist b/security/seccure/pkg-plist index 17439de0ede7..cfeb784378ba 100644 --- a/security/seccure/pkg-plist +++ b/security/seccure/pkg-plist @@ -6,4 +6,4 @@ bin/seccure-verify bin/seccure-signcrypt bin/seccure-veridec bin/seccure-dh -man/man1/seccure.1.gz +share/man/man1/seccure.1.gz
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202403212023.42LKNW0p063290>