Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 5 Sep 2024 06:20:24 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: 87ebaf6beca3 - main - textproc/pear-YAML: Add LICENSE
Message-ID:  <202409050620.4856KOvN002249@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=87ebaf6beca30e82cd3235337b1e0cd11967cd4c

commit 87ebaf6beca30e82cd3235337b1e0cd11967cd4c
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2024-09-05 05:25:48 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2024-09-05 06:17:52 +0000

    textproc/pear-YAML: Add LICENSE
    
    - Remove leading definite article from COMMENT
    - Update WWW
    - Add NO_ARCH
---
 textproc/pear-YAML/Makefile | 11 ++++++++---
 1 file changed, 8 insertions(+), 3 deletions(-)

diff --git a/textproc/pear-YAML/Makefile b/textproc/pear-YAML/Makefile
index 78f34827c3cb..a506c2fafaf2 100644
--- a/textproc/pear-YAML/Makefile
+++ b/textproc/pear-YAML/Makefile
@@ -5,10 +5,15 @@ MASTER_SITES=	http://pear.symfony-project.com/get/
 PKGNAMEPREFIX=	${PEAR_PKGNAMEPREFIX}
 
 MAINTAINER=	sunpoet@FreeBSD.org
-COMMENT=	The Symfony YAML Component
-WWW=		http://components.symfony-project.org/yaml/
+COMMENT=	Symfony Yaml Component
+WWW=		https://symfony.com/components/Yaml
 
-USES=	pear
+LICENSE=	MIT
+LICENSE_FILE=	${WRKSRC}/LICENSE
+
+USES=		pear
+
+NO_ARCH=	yes
 PEAR_CHANNEL=	symfony
 
 .include <bsd.port.mk>



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