svn commit: r338342 - head/textproc/rubygem-github-linguist

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Wed Jan 1 00:08:29 UTC 2014


Author: sunpoet
Date: Wed Jan  1 00:08:28 2014
New Revision: 338342
URL: http://svnweb.freebsd.org/changeset/ports/338342

Log:
  - Update to 2.10.9
  - Add LICENSE
  - Use = instead of +=
  - Remove contiguous blank lines
  
  Changes:	https://github.com/github/linguist/commits/master

Modified:
  head/textproc/rubygem-github-linguist/Makefile
  head/textproc/rubygem-github-linguist/distinfo   (contents, props changed)

Modified: head/textproc/rubygem-github-linguist/Makefile
==============================================================================
--- head/textproc/rubygem-github-linguist/Makefile	Wed Jan  1 00:08:20 2014	(r338341)
+++ head/textproc/rubygem-github-linguist/Makefile	Wed Jan  1 00:08:28 2014	(r338342)
@@ -1,23 +1,24 @@
 # $FreeBSD$
 
 PORTNAME=	github-linguist
-PORTVERSION=	2.9.4
+PORTVERSION=	2.10.9
 CATEGORIES=	textproc rubygems
 MASTER_SITES=	RG
 
 MAINTAINER=	ruby at FreeBSD.org
 COMMENT=	GitHub Language detection
 
+LICENSE=	MIT
+
 RUN_DEPENDS=	rubygem-charlock_holmes>=0.6.6:${PORTSDIR}/textproc/rubygem-charlock_holmes \
 		rubygem-escape_utils>=0.3.1:${PORTSDIR}/textproc/rubygem-escape_utils \
 		rubygem-mime-types>=1.19:${PORTSDIR}/misc/rubygem-mime-types \
-		rubygem-pygments.rb>=0.5.2:${PORTSDIR}/devel/rubygem-pygments.rb
+		rubygem-pygments.rb>=0.5.4:${PORTSDIR}/devel/rubygem-pygments.rb
 
 USE_RUBY=	yes
 USE_RUBYGEMS=	yes
 RUBYGEM_AUTOPLIST=	yes
 
-PLIST_FILES+=	bin/linguist
-
+PLIST_FILES=	bin/linguist
 
 .include <bsd.port.mk>

Modified: head/textproc/rubygem-github-linguist/distinfo
==============================================================================
--- head/textproc/rubygem-github-linguist/distinfo	Wed Jan  1 00:08:20 2014	(r338341)
+++ head/textproc/rubygem-github-linguist/distinfo	Wed Jan  1 00:08:28 2014	(r338342)
@@ -1,2 +1,2 @@
-SHA256 (rubygem/github-linguist-2.9.4.gem) = bcd5a296f4cf08520f9025e4370a48471ff2965ee3fe12f2fb16b49980112d6f
-SIZE (rubygem/github-linguist-2.9.4.gem) = 240640
+SHA256 (rubygem/github-linguist-2.10.9.gem) = b566980a5ee536e59f86d4b120cf726fd7bfcfb12c45f398b070a91d787b78a6
+SIZE (rubygem/github-linguist-2.10.9.gem) = 272896


More information about the svn-ports-all mailing list