git: 0c47737829fe - main - devel/cunit: Cosmetic change
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 30 Mar 2022 22:22:29 UTC
The branch main has been updated by sunpoet:
URL: https://cgit.FreeBSD.org/ports/commit/?id=0c47737829fe5ca9698afbe16a3567244be020f0
commit 0c47737829fe5ca9698afbe16a3567244be020f0
Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2022-03-30 22:02:44 +0000
Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2022-03-30 22:02:44 +0000
devel/cunit: Cosmetic change
---
devel/cunit/Makefile | 23 ++++++++++++-----------
1 file changed, 12 insertions(+), 11 deletions(-)
diff --git a/devel/cunit/Makefile b/devel/cunit/Makefile
index 27792ddb292b..f5b5a882d4d4 100644
--- a/devel/cunit/Makefile
+++ b/devel/cunit/Makefile
@@ -4,7 +4,7 @@ PORTNAME= cunit
PORTVERSION= 2.1.3
PORTREVISION= 3
CATEGORIES= devel
-MASTER_SITES= SF/${PORTNAME}/CUnit/${PORTVERSION:R}-${PORTVERSION:E}
+MASTER_SITES= SF/cunit/CUnit/${PORTVERSION:R}-${PORTVERSION:E}
DISTNAME= CUnit-${PORTVERSION:R}-${PORTVERSION:E}
MAINTAINER= sunpoet@FreeBSD.org
@@ -13,6 +13,17 @@ COMMENT= Automated unit testing framework for C
LICENSE= LGPL20
LICENSE_FILE= ${WRKSRC}/COPYING
+USES= autoreconf gmake libtool pathfix tar:bzip2
+
+GNU_CONFIGURE= yes
+INSTALL_TARGET= install-strip
+TEST_TARGET= check
+USE_LDCONFIG= yes
+
+DATADIR= ${PREFIX}/share/CUnit
+DOCSDIR= ${PREFIX}/share/doc/CUnit
+EXAMPLESDIR= ${PREFIX}/share/examples/CUnit
+
CONFLICTS_INSTALL= c-unit
OPTIONS_DEFINE= AUTOMATED BASIC CONSOLE CURSES DEBUG DOCS EXAMPLES MEMTRACE TEST
@@ -27,16 +38,6 @@ EXAMPLES_DESC= Example programs
MEMTRACE_DESC= Internal memory tracking
TEST_DESC= Internal test program
-GNU_CONFIGURE= yes
-INSTALL_TARGET= install-strip
-TEST_TARGET= check
-USE_LDCONFIG= yes
-USES= autoreconf gmake libtool pathfix tar:bzip2
-
-DATADIR= ${PREFIX}/share/CUnit
-DOCSDIR= ${PREFIX}/share/doc/CUnit
-EXAMPLESDIR= ${PREFIX}/share/examples/CUnit
-
AUTOMATED_CONFIGURE_ENABLE= automated
BASIC_CONFIGURE_ENABLE= basic
CONSOLE_CONFIGURE_ENABLE= console