svn commit: r545992 - head/textproc/rubygem-albino

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sun Aug 23 19:48:14 UTC 2020


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 at 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


More information about the svn-ports-all mailing list