svn commit: r549090 - head/textproc/p5-Text-Markdown

Dmitry Marakasov amdmi3 at FreeBSD.org
Sun Sep 20 09:36:57 UTC 2020


Author: amdmi3
Date: Sun Sep 20 09:36:56 2020
New Revision: 549090
URL: https://svnweb.freebsd.org/changeset/ports/549090

Log:
  - Add LICENSE_FILE
  - Add NO_ARCH
  - Update WWW
  
  Approved by:	portmgr blanket

Modified:
  head/textproc/p5-Text-Markdown/Makefile
  head/textproc/p5-Text-Markdown/pkg-descr

Modified: head/textproc/p5-Text-Markdown/Makefile
==============================================================================
--- head/textproc/p5-Text-Markdown/Makefile	Sun Sep 20 08:39:45 2020	(r549089)
+++ head/textproc/p5-Text-Markdown/Makefile	Sun Sep 20 09:36:56 2020	(r549090)
@@ -12,6 +12,7 @@ MAINTAINER=	bofh at FreeBSD.org
 COMMENT=	Markdown Perl5 module
 
 LICENSE=	BSD3CLAUSE
+LICENSE_FILE=	${WRKSRC}/License.text
 
 BUILD_DEPENDS=	${RUN_DEPENDS}
 RUN_DEPENDS=	p5-List-MoreUtils>=0:lang/p5-List-MoreUtils
@@ -20,5 +21,6 @@ TEST_DEPENDS=	p5-Test-Differences>=0:devel/p5-Test-Dif
 
 USES=		perl5
 USE_PERL5=	configure
+NO_ARCH=	yes
 
 .include <bsd.port.mk>

Modified: head/textproc/p5-Text-Markdown/pkg-descr
==============================================================================
--- head/textproc/p5-Text-Markdown/pkg-descr	Sun Sep 20 08:39:45 2020	(r549089)
+++ head/textproc/p5-Text-Markdown/pkg-descr	Sun Sep 20 09:36:56 2020	(r549090)
@@ -8,4 +8,4 @@ specifically to serve as a front-end to (X)HTML. You c
 HTML tags anywhere in a Markdown document, and you can use block level
 HTML tags (like <div> and <table> as well).
 
-WWW: http://daringfireball.net/projects/markdown/
+WWW: https://daringfireball.net/projects/markdown/


More information about the svn-ports-all mailing list