Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 1 Jul 2015 17:45:33 +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: r391088 - in head/devel: . rubygem-git-version-bump
Message-ID:  <201507011745.t61HjXU9057429@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Wed Jul  1 17:45:32 2015
New Revision: 391088
URL: https://svnweb.freebsd.org/changeset/ports/391088

Log:
  - Add rubygem-git-version-bump 0.15.1
  
  Maintain your program versions entirely within git. No local files required! All
  versioning information is stored using git tags.
  
  This gem contains a command-line tool and set of Rake tasks to increment and
  display your version numbers via git tags, and some associated Ruby code to use
  inside a gemspec or your program to retrieve the current version number, for use
  in builds and at runtime.
  
  WWW: https://github.com/mpalmer/git-version-bump
  RG:  https://rubygems.org/gems/git-version-bump

Added:
  head/devel/rubygem-git-version-bump/
  head/devel/rubygem-git-version-bump/Makefile   (contents, props changed)
  head/devel/rubygem-git-version-bump/distinfo   (contents, props changed)
  head/devel/rubygem-git-version-bump/pkg-descr   (contents, props changed)
Modified:
  head/devel/Makefile

Modified: head/devel/Makefile
==============================================================================
--- head/devel/Makefile	Wed Jul  1 17:45:27 2015	(r391087)
+++ head/devel/Makefile	Wed Jul  1 17:45:32 2015	(r391088)
@@ -4617,6 +4617,7 @@
     SUBDIR += rubygem-gibbler
     SUBDIR += rubygem-gio2
     SUBDIR += rubygem-git
+    SUBDIR += rubygem-git-version-bump
     SUBDIR += rubygem-github_api
     SUBDIR += rubygem-gitlab-pygments.rb
     SUBDIR += rubygem-gitlab_git

Added: head/devel/rubygem-git-version-bump/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/rubygem-git-version-bump/Makefile	Wed Jul  1 17:45:32 2015	(r391088)
@@ -0,0 +1,20 @@
+# Created by: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME=	git-version-bump
+PORTVERSION=	0.15.1
+CATEGORIES=	devel rubygems
+MASTER_SITES=	RG
+
+MAINTAINER=	sunpoet@FreeBSD.org
+COMMENT=	Manage your app version entirely via git tags
+
+LICENSE=	GPLv3
+
+USE_RUBY=	yes
+USE_RUBYGEMS=	yes
+RUBYGEM_AUTOPLIST=	yes
+
+PLIST_FILES=	bin/git-version-bump
+
+.include <bsd.port.mk>

Added: head/devel/rubygem-git-version-bump/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/rubygem-git-version-bump/distinfo	Wed Jul  1 17:45:32 2015	(r391088)
@@ -0,0 +1,2 @@
+SHA256 (rubygem/git-version-bump-0.15.1.gem) = 5a509ed953157c65c529815a996e14afb91aeded97b478d91316df551f109275
+SIZE (rubygem/git-version-bump-0.15.1.gem) = 23040

Added: head/devel/rubygem-git-version-bump/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/rubygem-git-version-bump/pkg-descr	Wed Jul  1 17:45:32 2015	(r391088)
@@ -0,0 +1,10 @@
+Maintain your program versions entirely within git. No local files required! All
+versioning information is stored using git tags.
+
+This gem contains a command-line tool and set of Rake tasks to increment and
+display your version numbers via git tags, and some associated Ruby code to use
+inside a gemspec or your program to retrieve the current version number, for use
+in builds and at runtime.
+
+WWW: https://github.com/mpalmer/git-version-bump
+RG:  https://rubygems.org/gems/git-version-bump



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