Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 10 Oct 2015 23:13:01 +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: r399052 - head/www/rubygem-task_list
Message-ID:  <201510102313.t9AND1j9080879@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Sat Oct 10 23:13:01 2015
New Revision: 399052
URL: https://svnweb.freebsd.org/changeset/ports/399052

Log:
  - Use @FreeBSD.org
  - Add LICENSE_FILE
  - Use = instead of ?=

Modified:
  head/www/rubygem-task_list/Makefile

Modified: head/www/rubygem-task_list/Makefile
==============================================================================
--- head/www/rubygem-task_list/Makefile	Sat Oct 10 23:12:57 2015	(r399051)
+++ head/www/rubygem-task_list/Makefile	Sat Oct 10 23:13:01 2015	(r399052)
@@ -6,15 +6,15 @@ PORTVERSION=	1.0.2
 CATEGORIES=	www rubygems
 MASTER_SITES=	RG
 
-MAINTAINER=	ruby@freebsd.org
+MAINTAINER=	ruby@FreeBSD.org
 COMMENT=	GitHub-flavored-Markdown TaskList components
 
 LICENSE=	MIT
+LICENSE_FILE=	${WRKSRC}/LICENSE
 
-RUN_DEPENDS?=	rubygem-html-pipeline>=0.0.0:${PORTSDIR}/textproc/rubygem-html-pipeline
+RUN_DEPENDS=	rubygem-html-pipeline>=0:${PORTSDIR}/textproc/rubygem-html-pipeline
 
 NO_ARCH=	yes
-
 USE_RUBY=	yes
 USE_RUBYGEMS=	yes
 RUBYGEM_AUTOPLIST=	yes



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