Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 5 Dec 2013 20:28:04 +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: r335706 - in head/www/rubygem-railties: . files
Message-ID:  <201312052028.rB5KS4Vh001539@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Thu Dec  5 20:28:03 2013
New Revision: 335706
URL: http://svnweb.freebsd.org/changeset/ports/335706

Log:
  - Update to 3.2.16
  - Add LICENSE
  - Sort RUN_DEPENDS
  - Use REINPLACE_CMD instead of patch file
  
  Changes:	https://github.com/rails/rails/blob/v3.2.16/railties/CHANGELOG.md

Deleted:
  head/www/rubygem-railties/files/
Modified:
  head/www/rubygem-railties/Makefile
  head/www/rubygem-railties/distinfo

Modified: head/www/rubygem-railties/Makefile
==============================================================================
--- head/www/rubygem-railties/Makefile	Thu Dec  5 20:27:58 2013	(r335705)
+++ head/www/rubygem-railties/Makefile	Thu Dec  5 20:28:03 2013	(r335706)
@@ -1,15 +1,17 @@
 # $FreeBSD$
 
 PORTNAME=	railties
-PORTVERSION=	3.2.15
+PORTVERSION=	3.2.16
 CATEGORIES=	www rubygems
 MASTER_SITES=	RG
 
 MAINTAINER=	ruby@FreeBSD.org
 COMMENT=	Rails internals bootup, plugins, generators, and rake tasks
 
-RUN_DEPENDS=	rubygem-activesupport>=${PORTVERSION}:${PORTSDIR}/devel/rubygem-activesupport \
-		rubygem-actionpack>=${PORTVERSION}:${PORTSDIR}/www/rubygem-actionpack \
+LICENSE=	MIT
+
+RUN_DEPENDS=	rubygem-actionpack>=${PORTVERSION}:${PORTSDIR}/www/rubygem-actionpack \
+		rubygem-activesupport>=${PORTVERSION}:${PORTSDIR}/devel/rubygem-activesupport \
 		rubygem-thor>=0.14.6:${PORTSDIR}/devel/rubygem-thor \
 		rubygem-rack-ssl>=1.3.2:${PORTSDIR}/www/rubygem-rack-ssl
 
@@ -20,4 +22,7 @@ RUBYGEM_AUTOPLIST=	yes
 
 PLIST_FILES=	bin/rails
 
+post-patch:
+	@${REINPLACE_CMD} -e '61,72 d' ${WRKSRC}/${GEM_NAME}.gemspec
+
 .include <bsd.port.mk>

Modified: head/www/rubygem-railties/distinfo
==============================================================================
--- head/www/rubygem-railties/distinfo	Thu Dec  5 20:27:58 2013	(r335705)
+++ head/www/rubygem-railties/distinfo	Thu Dec  5 20:28:03 2013	(r335706)
@@ -1,2 +1,2 @@
-SHA256 (rubygem/railties-3.2.15.gem) = 1df2eeeb39acb016bd4b96e19234daf6429515944367e0e9c004b3489c997803
-SIZE (rubygem/railties-3.2.15.gem) = 1587712
+SHA256 (rubygem/railties-3.2.16.gem) = 177c699a03e3bb4d1d0fec745890dd4ee0998d04ce42e5b606028584cbb19d88
+SIZE (rubygem/railties-3.2.16.gem) = 1587712



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