svn commit: r381116 - head/devel/rubygem-daemons

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Thu Mar 12 17:11:21 UTC 2015


Author: sunpoet
Date: Thu Mar 12 17:11:19 2015
New Revision: 381116
URL: https://svnweb.freebsd.org/changeset/ports/381116
QAT: https://qat.redports.org/buildarchive/r381116/

Log:
  - Update to 1.2.1
  - Add LICENSE
  - Update WWW
  
  Changes:	https://github.com/thuehlinger/daemons/blob/master/Releases

Modified:
  head/devel/rubygem-daemons/Makefile
  head/devel/rubygem-daemons/distinfo
  head/devel/rubygem-daemons/pkg-descr

Modified: head/devel/rubygem-daemons/Makefile
==============================================================================
--- head/devel/rubygem-daemons/Makefile	Thu Mar 12 17:11:12 2015	(r381115)
+++ head/devel/rubygem-daemons/Makefile	Thu Mar 12 17:11:19 2015	(r381116)
@@ -2,13 +2,15 @@
 # $FreeBSD$
 
 PORTNAME=	daemons
-PORTVERSION=	1.1.9
+PORTVERSION=	1.2.1
 CATEGORIES=	devel rubygems
 MASTER_SITES=	RG
 
 MAINTAINER=	ruby at FreeBSD.org
 COMMENT=	Toolkit to convert your script to a controllable daemon
 
+LICENSE=	MIT
+
 USE_RUBY=	yes
 USE_RUBYGEMS=	yes
 RUBYGEM_AUTOPLIST=	yes

Modified: head/devel/rubygem-daemons/distinfo
==============================================================================
--- head/devel/rubygem-daemons/distinfo	Thu Mar 12 17:11:12 2015	(r381115)
+++ head/devel/rubygem-daemons/distinfo	Thu Mar 12 17:11:19 2015	(r381116)
@@ -1,2 +1,2 @@
-SHA256 (rubygem/daemons-1.1.9.gem) = fee738586059ac5051ed89b40b63d02bdc9a19254f9b6e58848dea1c2f3135c8
-SIZE (rubygem/daemons-1.1.9.gem) = 32768
+SHA256 (rubygem/daemons-1.2.1.gem) = 237950b2d098dd016e5055a9f19bda3eaac5964b1baaa9e7394901b4f322eaae
+SIZE (rubygem/daemons-1.2.1.gem) = 25088

Modified: head/devel/rubygem-daemons/pkg-descr
==============================================================================
--- head/devel/rubygem-daemons/pkg-descr	Thu Mar 12 17:11:12 2015	(r381115)
+++ head/devel/rubygem-daemons/pkg-descr	Thu Mar 12 17:11:19 2015	(r381116)
@@ -10,4 +10,4 @@ like exception backtracing and logging (
 crashes) and monitoring and automatic restarting of your processes if
 they crash.
 
-WWW: http://rubygems.org/gems/daemons/
+WWW: https://github.com/thuehlinger/daemons


More information about the svn-ports-head mailing list