git: 775cd716d5ca - main - sysutils/catatonit: Fix license type and simplify build
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 25 Jul 2023 09:29:19 UTC
The branch main has been updated by dfr:
URL: https://cgit.FreeBSD.org/ports/commit/?id=775cd716d5ca4c9c0eeab81a0ca90c265b2dea06
commit 775cd716d5ca4c9c0eeab81a0ca90c265b2dea06
Author: Doug Rabson <dfr@FreeBSD.org>
AuthorDate: 2023-07-23 07:20:46 +0000
Commit: Doug Rabson <dfr@FreeBSD.org>
CommitDate: 2023-07-25 09:28:37 +0000
sysutils/catatonit: Fix license type and simplify build
The license should be GPLv3+ - add a link to the license file. Also, let
autoreconf manage running autogen.sh and remove the dependency on gmake.
Approved by: diizzy
Differential Revision: https://reviews.freebsd.org/D41155
---
sysutils/catatonit/Makefile | 11 +++++------
1 file changed, 5 insertions(+), 6 deletions(-)
diff --git a/sysutils/catatonit/Makefile b/sysutils/catatonit/Makefile
index 8758f9a678cc..551e017b1926 100644
--- a/sysutils/catatonit/Makefile
+++ b/sysutils/catatonit/Makefile
@@ -1,23 +1,22 @@
PORTNAME= catatonit
DISTVERSIONPREFIX= v
DISTVERSION= 0.1.7
+PORTREVISION= 1
CATEGORIES= sysutils
MAINTAINER= dfr@FreeBSD.org
COMMENT= A signal-forwarding process manager for containers
WWW= https://github.com/openSUSE/catatonit
-LICENSE= GPLv3
+LICENSE= GPLv3+
+LICENSE_FILE= ${WRKSRC}/COPYING
-USES= autoreconf gmake
+USES= autoreconf libtool
USE_GITHUB= yes
GH_ACCOUNT= dfr
GH_TAGNAME= 65a1a0f
-HAS_CONFIGURE= yes
-
-pre-configure:
- @(cd ${WRKSRC} && ./autogen.sh)
+GNU_CONFIGURE= yes
post-install:
@${MKDIR} ${STAGEDIR}${PREFIX}/libexec/podman