Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 27 Nov 2024 20:50:18 GMT
From:      Zsolt Udvari <uzsolt@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: ad6d6907c2e6 - main - devel/cvs-devel: Fix WWW, add license information
Message-ID:  <202411272050.4ARKoIC1049439@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by uzsolt:

URL: https://cgit.FreeBSD.org/ports/commit/?id=ad6d6907c2e6218a524ab7a6cb1271f0cea8f86f

commit ad6d6907c2e6218a524ab7a6cb1271f0cea8f86f
Author:     Zsolt Udvari <uzsolt@FreeBSD.org>
AuthorDate: 2024-11-27 20:45:28 +0000
Commit:     Zsolt Udvari <uzsolt@FreeBSD.org>
CommitDate: 2024-11-27 20:45:28 +0000

    devel/cvs-devel: Fix WWW, add license information
    
    Use system's zlib.
    Add gettext-runtime to USES.
    Add LICENSE and LICENSE_FILE.
    Switch to DISTVERSION.
    Pet portfmt.
    
    PR:             282798
    Reported by:    Herbert J. Skuhra <herbert@gojira.at>
    Approved by:    portmgr blanket
---
 devel/cvs-devel/Makefile | 30 +++++++++++++++++-------------
 1 file changed, 17 insertions(+), 13 deletions(-)

diff --git a/devel/cvs-devel/Makefile b/devel/cvs-devel/Makefile
index 36a04fc72eb6..cc5ca5f4c81b 100644
--- a/devel/cvs-devel/Makefile
+++ b/devel/cvs-devel/Makefile
@@ -1,28 +1,32 @@
 PORTNAME=	cvs
-PORTVERSION=	1.12.13
-PORTREVISION=	14
+DISTVERSION=	1.12.13
+PORTREVISION=	15
 CATEGORIES=	devel
-MASTER_SITES=	GNU/non-gnu/${PORTNAME}/source/feature/${PORTVERSION}
+MASTER_SITES=	GNU/non-gnu/${PORTNAME}/source/feature/${DISTVERSION}
 PKGNAMESUFFIX=	-devel
 
 MAINTAINER=	bdheeman@gmail.com
-COMMENT=	IPv6 enabled cvs.  You can use IPv6 connection when using pserver
-WWW=		https://www.cvshome.org/
+COMMENT=	IPv6 enabled cvs. You can use IPv6 connection when using pserver
+WWW=		https://www.nongnu.org/cvs/
 
-CONFLICTS=	cvs cvs+ipv6
+LICENSE=	GPLv1
+LICENSE_FILE=	${WRKSRC}/COPYING
 
-USES=		cpe makeinfo perl5 tar:bzip2
+USES=		cpe gettext-runtime makeinfo perl5 tar:bzip2
 CPE_VENDOR=	gnu
 GNU_CONFIGURE=	yes
-GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
-CONFIGURE_ARGS=	--enable-ipv6 --without-gssapi \
+CONFIGURE_ARGS=	--enable-ipv6 \
 		--with-editor="vi" \
-		--with-tmpdir="/tmp"
+		--with-external-zlib \
+		--with-tmpdir="/tmp" \
+		--without-gssapi
+
+CONFLICTS=	cvs cvs+ipv6
 
 INFO=		cvs cvsclient
 
 CVS_SITE?=	:pserver:anoncvs@anoncvs.jp.FreeBSD.org:/home/ncvs
-CVS_VER?=	v${PORTVERSION:S//_/g}
+CVS_VER?=	v${DISTVERSION:S//_/g}
 
 OPTIONS_DEFINE=	PAM
 PAM_DESC=	PAM support
@@ -30,11 +34,11 @@ PAM_DESC=	PAM support
 .include <bsd.port.pre.mk>
 
 .if ${PORT_OPTIONS:MPAM}
-CONFIGURE_ARGS+=--enable-pam
+CONFIGURE_ARGS+=	--enable-pam
 .endif
 
 post-patch:
-	@${REINPLACE_CMD} 's/${PORTVERSION:S/./\./g}/&-devel/g' \
+	@${REINPLACE_CMD} 's/${DISTVERSION:S/./\./g}/&-devel/g' \
 		${WRKSRC}/configure
 	@${CP} ${FILESDIR}/missing ${WRKSRC}
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202411272050.4ARKoIC1049439>