Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 23 Aug 2020 19:48:06 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r545992 - head/textproc/rubygem-albino
Message-ID:  <202008231948.07NJm6PJ093882@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Sun Aug 23 19:48:06 2020
New Revision: 545992
URL: https://svnweb.freebsd.org/changeset/ports/545992

Log:
  Add LICENSE_FILE
  
  - Update WWW

Modified:
  head/textproc/rubygem-albino/Makefile
  head/textproc/rubygem-albino/pkg-descr

Modified: head/textproc/rubygem-albino/Makefile
==============================================================================
--- head/textproc/rubygem-albino/Makefile	Sun Aug 23 19:48:01 2020	(r545991)
+++ head/textproc/rubygem-albino/Makefile	Sun Aug 23 19:48:06 2020	(r545992)
@@ -10,14 +10,16 @@ MAINTAINER=	ruby@FreeBSD.org
 COMMENT=	Ruby wrapper for pygmentize
 
 LICENSE=	MIT
+LICENSE_FILE=	${WRKSRC}/LICENSE
 
 RUN_DEPENDS=	rubygem-posix-spawn>=0.3.6:devel/rubygem-posix-spawn \
 		${PYTHON_PKGNAMEPREFIX}pygments>=0.8:textproc/py-pygments@${PY_FLAVOR}
 
+USES=		gem python shebangfix
+USE_RUBY=	yes
+
 NO_ARCH=	yes
 
-USE_RUBY=	yes
-USES=		gem python shebangfix
 SHEBANG_FILES=	vendor/multipygmentize
 
 .include <bsd.port.mk>

Modified: head/textproc/rubygem-albino/pkg-descr
==============================================================================
--- head/textproc/rubygem-albino/pkg-descr	Sun Aug 23 19:48:01 2020	(r545991)
+++ head/textproc/rubygem-albino/pkg-descr	Sun Aug 23 19:48:06 2020	(r545992)
@@ -1,3 +1,3 @@
 Ruby wrapper for pygmentize.
 
-WWW: https://github.com/github-archive/albino
+WWW: https://github.com/github/albino



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