git: c818497c04d3 - main - */*: fix handling of # character in COMMENT
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 31 Oct 2024 17:46:17 UTC
The branch main has been updated by amdmi3: URL: https://cgit.FreeBSD.org/ports/commit/?id=c818497c04d352b9b822f02263d589fbf0313da1 commit c818497c04d352b9b822f02263d589fbf0313da1 Author: Dmitry Marakasov <amdmi3@FreeBSD.org> AuthorDate: 2024-10-31 17:42:11 +0000 Commit: Dmitry Marakasov <amdmi3@FreeBSD.org> CommitDate: 2024-10-31 17:44:13 +0000 */*: fix handling of # character in COMMENT Approved by: portmgr blanket --- cad/Clipper2/Makefile | 2 +- databases/rubygem-activerecord-explain-analyze/Makefile | 2 +- devel/duplo/Makefile | 2 +- security/crackpkcs12/Makefile | 2 +- security/p5-Crypt-PKCS10/Makefile | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/cad/Clipper2/Makefile b/cad/Clipper2/Makefile index 5b938cee1d94..288629687841 100644 --- a/cad/Clipper2/Makefile +++ b/cad/Clipper2/Makefile @@ -6,7 +6,7 @@ MASTER_SITES= https://github.com/AngusJohnson/${PORTNAME}/releases/download/${PO DISTNAME= ${PORTNAME}_${DISTVERSION} MAINTAINER= mr@freebsd.org -COMMENT= A Polygon Clipping and Offsetting library (in C++, C# & Delphi) +COMMENT= A Polygon Clipping and Offsetting library (in C++, C\# & Delphi) WWW= https://github.com/AngusJohnson/Clipper2 LICENSE= BSL diff --git a/databases/rubygem-activerecord-explain-analyze/Makefile b/databases/rubygem-activerecord-explain-analyze/Makefile index 0ce5b03de77a..62ce72d62983 100644 --- a/databases/rubygem-activerecord-explain-analyze/Makefile +++ b/databases/rubygem-activerecord-explain-analyze/Makefile @@ -5,7 +5,7 @@ CATEGORIES= databases rubygems MASTER_SITES= RG MAINTAINER= mfechner@FreeBSD.org -COMMENT= Extends ActiveRecord#explain with additional features +COMMENT= Extends ActiveRecord\#explain with additional features WWW= https://github.com/6/activerecord-explain-analyze LICENSE= MIT diff --git a/devel/duplo/Makefile b/devel/duplo/Makefile index 496a06b6ed7b..aec5c8026cc2 100644 --- a/devel/duplo/Makefile +++ b/devel/duplo/Makefile @@ -5,7 +5,7 @@ MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}_${PORTVERSION} DISTNAME= ${PORTNAME}_${PORTVERSION}_src MAINTAINER= ports@FreeBSD.org -COMMENT= Find duplicated code blocks in large C/C++/Java/C#/VB.Net systems +COMMENT= Find duplicated code blocks in large C/C++/Java/C\#/VB.Net systems WWW= http://duplo.giants.ch/ USES= gmake diff --git a/security/crackpkcs12/Makefile b/security/crackpkcs12/Makefile index ebb3a6f9624c..6dc8d142581d 100644 --- a/security/crackpkcs12/Makefile +++ b/security/crackpkcs12/Makefile @@ -4,7 +4,7 @@ CATEGORIES= security MASTER_SITES= SF/${PORTNAME}/${PORTVERSION} MAINTAINER= ehaupt@FreeBSD.org -COMMENT= Multithreaded program to crack PKCS#12 files +COMMENT= Multithreaded program to crack PKCS\#12 files WWW= https://crackpkcs12.sourceforge.net/ LICENSE= GPLv3+ diff --git a/security/p5-Crypt-PKCS10/Makefile b/security/p5-Crypt-PKCS10/Makefile index 14ebc25786b1..227e1be5aac7 100644 --- a/security/p5-Crypt-PKCS10/Makefile +++ b/security/p5-Crypt-PKCS10/Makefile @@ -5,7 +5,7 @@ CATEGORIES= security perl5 PKGNAMEPREFIX= p5- MAINTAINER= svysh.fbsd@gmail.com -COMMENT= Parse PKCS #10 certificate requests +COMMENT= Parse PKCS \#10 certificate requests WWW= https://github.com/openxpki/Crypt-PKCS10/ LICENSE= ART10 GPLv1+