Date: Sat, 23 Mar 2024 14:59:35 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: 4662b14f6e4c - main - security/pear-Text_Password: Clean up Message-ID: <202403231459.42NExZx1087968@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=4662b14f6e4c48d0391d1a9ed91c205e98a43798 commit 4662b14f6e4c48d0391d1a9ed91c205e98a43798 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2024-03-23 14:20:26 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2024-03-23 14:31:00 +0000 security/pear-Text_Password: Clean up - Add LICENSE - Update distinfo - Remove DISTNAME and WRKSRC - Update WWW --- security/pear-Text_Password/Makefile | 7 ++++--- security/pear-Text_Password/distinfo | 6 +++--- 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/security/pear-Text_Password/Makefile b/security/pear-Text_Password/Makefile index 69f2f18971a8..a656ba04b9aa 100644 --- a/security/pear-Text_Password/Makefile +++ b/security/pear-Text_Password/Makefile @@ -1,15 +1,16 @@ PORTNAME= Text_Password PORTVERSION= 1.2.1 CATEGORIES= security www pear -DISTNAME= Text_password-${PORTVERSION} MAINTAINER= sunpoet@FreeBSD.org COMMENT= PEAR random password creator -WWW= https://pear.php.net/package/Text_Password +WWW= https://pear.php.net/package/Text_Password \ + https://github.com/pear/Text_Password + +LICENSE= MIT USES= pear NO_ARCH= yes -WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} .include <bsd.port.mk> diff --git a/security/pear-Text_Password/distinfo b/security/pear-Text_Password/distinfo index c83811bb7a62..757eb40e8b3d 100644 --- a/security/pear-Text_Password/distinfo +++ b/security/pear-Text_Password/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1470291207 -SHA256 (PEAR/Text_password-1.2.1.tgz) = d3c5d12f31c44759dddf7a7b61a5240c480804d90cdf01381590b893f55c1de8 -SIZE (PEAR/Text_password-1.2.1.tgz) = 5631 +TIMESTAMP = 1710712388 +SHA256 (PEAR/Text_Password-1.2.1.tgz) = d3c5d12f31c44759dddf7a7b61a5240c480804d90cdf01381590b893f55c1de8 +SIZE (PEAR/Text_Password-1.2.1.tgz) = 5631
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202403231459.42NExZx1087968>