svn commit: r310796 - head/devel/rubygem-sexp_processor

Steve Wills swills at FreeBSD.org
Tue Jan 22 02:35:54 UTC 2013


Author: swills
Date: Tue Jan 22 02:35:53 2013
New Revision: 310796
URL: http://svnweb.freebsd.org/changeset/ports/310796

Log:
  - Update to 4.1.3
  - Convert to new Makefile header
  - Add LICENSE
  
  PR:		ports/174690
  Submitted by:	tota

Modified:
  head/devel/rubygem-sexp_processor/Makefile
  head/devel/rubygem-sexp_processor/distinfo   (contents, props changed)

Modified: head/devel/rubygem-sexp_processor/Makefile
==============================================================================
--- head/devel/rubygem-sexp_processor/Makefile	Tue Jan 22 02:23:58 2013	(r310795)
+++ head/devel/rubygem-sexp_processor/Makefile	Tue Jan 22 02:35:53 2013	(r310796)
@@ -1,18 +1,15 @@
-# Ports collection makefile for:	rubygem-sexp_processor
-# Date created:				Feb 03 2009
-# Whom:					Cheng-Lung Sung <clsung at FreeBSD.org>
-#
+# Created by: Cheng-Lung Sung <clsung at FreeBSD.org>
 # $FreeBSD$
 
 PORTNAME=	sexp_processor
-PORTVERSION=	3.2.0
+PORTVERSION=	4.1.3
 CATEGORIES=	devel rubygems
 MASTER_SITES=	RG
 
 MAINTAINER=	ruby at FreeBSD.org
 COMMENT=	Generic sexp processing tools
 
-RUN_DEPENDS=	rubygem-hoe>=1.8.2:${PORTSDIR}/devel/rubygem-hoe
+LICENSE=	MIT
 
 USE_RUBY=	yes
 USE_RUBYGEMS=	yes

Modified: head/devel/rubygem-sexp_processor/distinfo
==============================================================================
--- head/devel/rubygem-sexp_processor/distinfo	Tue Jan 22 02:23:58 2013	(r310795)
+++ head/devel/rubygem-sexp_processor/distinfo	Tue Jan 22 02:35:53 2013	(r310796)
@@ -1,2 +1,2 @@
-SHA256 (rubygem/sexp_processor-3.2.0.gem) = 5951f8d33ede2f68686c701142c6cc1004d6f525b0aa8e8279a1bf075542b0f0
-SIZE (rubygem/sexp_processor-3.2.0.gem) = 35328
+SHA256 (rubygem/sexp_processor-4.1.3.gem) = d02f1465c7f012f77a61abdaa841a5273a2277247bc143bfa11cf139a29dbdf8
+SIZE (rubygem/sexp_processor-4.1.3.gem) = 34816


More information about the svn-ports-all mailing list