svn commit: r333606 - head/devel/rubygem-lockfile
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Tue Nov 12 19:44:59 UTC 2013
Author: sunpoet
Date: Tue Nov 12 19:44:58 2013
New Revision: 333606
URL: http://svnweb.freebsd.org/changeset/ports/333606
Log:
- Update to 2.1.0
- Remove leading indefinite article from COMMENT
- Support STAGEDIR
PR: ports/183867
Submitted by: sunpoet (myself)
Approved by: dhn (maintainer)
Modified:
head/devel/rubygem-lockfile/Makefile (contents, props changed)
head/devel/rubygem-lockfile/distinfo (contents, props changed)
Modified: head/devel/rubygem-lockfile/Makefile
==============================================================================
--- head/devel/rubygem-lockfile/Makefile Tue Nov 12 19:44:50 2013 (r333605)
+++ head/devel/rubygem-lockfile/Makefile Tue Nov 12 19:44:58 2013 (r333606)
@@ -2,18 +2,17 @@
# $FreeBSD$
PORTNAME= lockfile
-PORTVERSION= 1.4.3
+PORTVERSION= 2.1.0
CATEGORIES= devel rubygems
MASTER_SITES= RG
MAINTAINER= dhn at FreeBSD.org
-COMMENT= A ruby library for creating NFS safe lockfiles
+COMMENT= Ruby library for creating NFS safe lockfiles
USE_RUBY= yes
USE_RUBYGEMS= yes
USE_RAKE= yes
RUBYGEM_AUTOPLIST= yes
-PLIST_FILES= bin/rlock bin/rlock-${PORTVERSION}
+PLIST_FILES= bin/rlock
-NO_STAGE= yes
.include <bsd.port.mk>
Modified: head/devel/rubygem-lockfile/distinfo
==============================================================================
--- head/devel/rubygem-lockfile/distinfo Tue Nov 12 19:44:50 2013 (r333605)
+++ head/devel/rubygem-lockfile/distinfo Tue Nov 12 19:44:58 2013 (r333606)
@@ -1,2 +1,2 @@
-SHA256 (rubygem/lockfile-1.4.3.gem) = 63a9afc59c5084ebc46745d1f22e909c53d292d10c3e5f50d7bde891fbf6ab33
-SIZE (rubygem/lockfile-1.4.3.gem) = 19456
+SHA256 (rubygem/lockfile-2.1.0.gem) = 0ee241d791b99c8b47f81812241b3881ad2f85db4ab155fcc167650666fad7f9
+SIZE (rubygem/lockfile-2.1.0.gem) = 23040
More information about the svn-ports-head
mailing list