mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 01:26:39 -04:00
*/*: fix handling of # character in COMMENT
Approved by: portmgr blanket
This commit is contained in:
parent
733cd19122
commit
c818497c04
5 changed files with 5 additions and 5 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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+
|
||||
|
|
|
@ -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+
|
||||
|
|
Loading…
Add table
Reference in a new issue