svn commit: r388860 - in head/sysutils: . rubygem-bundler17

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Mon Jun 8 19:37:21 UTC 2015


Author: sunpoet
Date: Mon Jun  8 19:37:19 2015
New Revision: 388860
URL: https://svnweb.freebsd.org/changeset/ports/388860

Log:
  - Add rubygem-bundler17 1.7.14 (repocopied from rubygem-bundler r383320)
  - Update to 1.7.15
  - Remove executables to avoid CONFLICTS with rubygem-bundler
  - Add PORTSCOUT

Added:
  head/sysutils/rubygem-bundler17/
     - copied from r383320, head/sysutils/rubygem-bundler/
Modified:
  head/sysutils/Makefile
  head/sysutils/rubygem-bundler17/Makefile
  head/sysutils/rubygem-bundler17/distinfo

Modified: head/sysutils/Makefile
==============================================================================
--- head/sysutils/Makefile	Mon Jun  8 19:37:12 2015	(r388859)
+++ head/sysutils/Makefile	Mon Jun  8 19:37:19 2015	(r388860)
@@ -816,6 +816,7 @@
     SUBDIR += rubygem-SyslogLogger
     SUBDIR += rubygem-backup
     SUBDIR += rubygem-bundler
+    SUBDIR += rubygem-bundler17
     SUBDIR += rubygem-bundler_ext
     SUBDIR += rubygem-capistrano
     SUBDIR += rubygem-capistrano-ext

Modified: head/sysutils/rubygem-bundler17/Makefile
==============================================================================
--- head/sysutils/rubygem-bundler/Makefile	Sun Apr  5 18:24:13 2015	(r383320)
+++ head/sysutils/rubygem-bundler17/Makefile	Mon Jun  8 19:37:19 2015	(r388860)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	bundler
-PORTVERSION=	1.7.14
+PORTVERSION=	1.7.15
 CATEGORIES=	sysutils rubygems
 MASTER_SITES=	RG
 
@@ -11,10 +11,13 @@ COMMENT=	Tool that manages gem dependenc
 
 LICENSE=	MIT
 
+PORTSCOUT=	limit:^1\.7\.[0-9]*
+
 USE_RUBY=	yes
 USE_RUBYGEMS=	yes
 RUBYGEM_AUTOPLIST=	yes
 
-PLIST_FILES=	bin/bundle bin/bundler
+post-install:
+	${RM} ${STAGEDIR}${PREFIX}/bin/bundle*
 
 .include <bsd.port.mk>

Modified: head/sysutils/rubygem-bundler17/distinfo
==============================================================================
--- head/sysutils/rubygem-bundler/distinfo	Sun Apr  5 18:24:13 2015	(r383320)
+++ head/sysutils/rubygem-bundler17/distinfo	Mon Jun  8 19:37:19 2015	(r388860)
@@ -1,2 +1,2 @@
-SHA256 (rubygem/bundler-1.7.14.gem) = 04c6c3ee221fad57bea2841e01b6c879431e412d7b79c82234a9aea04920a166
-SIZE (rubygem/bundler-1.7.14.gem) = 308224
+SHA256 (rubygem/bundler-1.7.15.gem) = bf491b71adafe39bf7396d143393d6b100bd441d8fcf0323d42a13893e1cf36b
+SIZE (rubygem/bundler-1.7.15.gem) = 308224


More information about the svn-ports-all mailing list