Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 19 Sep 2021 06:07:43 GMT
From:      Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: d89ff4884add - main - security/pear-Crypt_CBC: Add LICENSE
Message-ID:  <202109190607.18J67h4V053609@gitrepo.freebsd.org>

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

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

commit d89ff4884addbec9d6a77c3683ea5ecb6a0edcee
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2021-09-19 05:29:57 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2021-09-19 06:00:09 +0000

    security/pear-Crypt_CBC: Add LICENSE
    
    - Add NO_ARCH
    - Update WWW
---
 security/pear-Crypt_CBC/Makefile  | 7 ++++++-
 security/pear-Crypt_CBC/pkg-descr | 4 ++--
 2 files changed, 8 insertions(+), 3 deletions(-)

diff --git a/security/pear-Crypt_CBC/Makefile b/security/pear-Crypt_CBC/Makefile
index 1db8f2ee337f..267a38a6db4a 100644
--- a/security/pear-Crypt_CBC/Makefile
+++ b/security/pear-Crypt_CBC/Makefile
@@ -5,8 +5,13 @@ PORTVERSION=	1.0.1
 CATEGORIES=	security www pear
 
 MAINTAINER=	sunpoet@FreeBSD.org
-COMMENT=	PEAR class to emulate Perl's Crypt::CBC module
+COMMENT=	Class to emulate Perl's Crypt::CBC module
+
+LICENSE=	BSD3CLAUSE
+LICENSE_FILE=	${WRKSRC}/LICENSE
 
 USES=		pear
 
+NO_ARCH=	yes
+
 .include <bsd.port.mk>
diff --git a/security/pear-Crypt_CBC/pkg-descr b/security/pear-Crypt_CBC/pkg-descr
index d0dd552dcabb..d84cc7ba984d 100644
--- a/security/pear-Crypt_CBC/pkg-descr
+++ b/security/pear-Crypt_CBC/pkg-descr
@@ -1,3 +1,3 @@
-A PEAR class to emulate Perl's Crypt::CBC module.
+A class to emulate Perl's Crypt::CBC module.
 
-WWW: https://pear.php.net/package-info.php?package=Crypt_CBC
+WWW: https://pear.php.net/package/Crypt_CBC



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