svn commit: r518539 - branches/2019Q4/textproc/rubygem-github-linguist

Matthias Fechner mfechner at FreeBSD.org
Wed Nov 27 20:35:56 UTC 2019


Author: mfechner
Date: Wed Nov 27 20:35:55 2019
New Revision: 518539
URL: https://svnweb.freebsd.org/changeset/ports/518539

Log:
  MFH: r518198
  
  Update to 7.6.1 which is required for gitlab-ce 12.5.
  
  Approved by:	ports-secteam (joneum)

Modified:
  branches/2019Q4/textproc/rubygem-github-linguist/Makefile
  branches/2019Q4/textproc/rubygem-github-linguist/distinfo
Directory Properties:
  branches/2019Q4/   (props changed)

Modified: branches/2019Q4/textproc/rubygem-github-linguist/Makefile
==============================================================================
--- branches/2019Q4/textproc/rubygem-github-linguist/Makefile	Wed Nov 27 20:34:59 2019	(r518538)
+++ branches/2019Q4/textproc/rubygem-github-linguist/Makefile	Wed Nov 27 20:35:55 2019	(r518539)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	github-linguist
-PORTVERSION=	6.4.1
+PORTVERSION=	7.6.1
 CATEGORIES=	textproc rubygems
 MASTER_SITES=	RG
 
@@ -11,17 +11,17 @@ COMMENT=	GitHub Language detection
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
-RUN_DEPENDS=	rubygem-charlock_holmes>=0.7.6:textproc/rubygem-charlock_holmes \
-		rubygem-escape_utils>=1.2.0:textproc/rubygem-escape_utils \
-		rubygem-mime-types>=1.19:misc/rubygem-mime-types \
+RUN_DEPENDS=	rubygem-charlock_holmes>=0.7.6<0.8:textproc/rubygem-charlock_holmes \
+		rubygem-escape_utils>=1.2.0<1.3:textproc/rubygem-escape_utils \
+		rubygem-mini_mime>=1.0<2.0:mail/rubygem-mini_mime \
 		rubygem-rugged>=0.25.1:devel/rubygem-rugged
 
 # bin/linguist
-CONFLICTS_INSTALL=	qtchooser rubygem-github-linguist47 rubygem-gitlab-linguist
+#CONFLICTS_INSTALL=	qtchooser rubygem-github-linguist47 rubygem-gitlab-linguist
 
 USES=		gem
 USE_RUBY=	yes
 
-PLIST_FILES=	bin/git-linguist bin/linguist
+PLIST_FILES=	bin/git-linguist bin/github-linguist
 
 .include <bsd.port.mk>

Modified: branches/2019Q4/textproc/rubygem-github-linguist/distinfo
==============================================================================
--- branches/2019Q4/textproc/rubygem-github-linguist/distinfo	Wed Nov 27 20:34:59 2019	(r518538)
+++ branches/2019Q4/textproc/rubygem-github-linguist/distinfo	Wed Nov 27 20:35:55 2019	(r518539)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1542910023
-SHA256 (rubygem/github-linguist-6.4.1.gem) = 0e9651d70ac6fb7903aa7a03db4316f3810d4b40a4ac317ff7a675e275be1a5b
-SIZE (rubygem/github-linguist-6.4.1.gem) = 2283008
+TIMESTAMP = 1574432032
+SHA256 (rubygem/github-linguist-7.6.1.gem) = 7eaa299cde5e9d75c94140bf31649387b204ad828bc4cce15a7b97546110ae15
+SIZE (rubygem/github-linguist-7.6.1.gem) = 2531840


More information about the svn-ports-all mailing list