svn commit: r398844 - head/devel/rubygem-CFPropertyList

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Thu Oct 8 18:43:04 UTC 2015


Author: sunpoet
Date: Thu Oct  8 18:43:02 2015
New Revision: 398844
URL: https://svnweb.freebsd.org/changeset/ports/398844

Log:
  - Update to 2.3.2
  - Add LICENSE_FILE
  
  Changes:	https://github.com/ckruse/CFPropertyList/commits/master

Modified:
  head/devel/rubygem-CFPropertyList/Makefile
  head/devel/rubygem-CFPropertyList/distinfo

Modified: head/devel/rubygem-CFPropertyList/Makefile
==============================================================================
--- head/devel/rubygem-CFPropertyList/Makefile	Thu Oct  8 18:42:57 2015	(r398843)
+++ head/devel/rubygem-CFPropertyList/Makefile	Thu Oct  8 18:43:02 2015	(r398844)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	CFPropertyList
-PORTVERSION=	2.3.1
+PORTVERSION=	2.3.2
 CATEGORIES=	devel rubygems
 MASTER_SITES=	RG
 
@@ -10,6 +10,7 @@ MAINTAINER=	sunpoet at FreeBSD.org
 COMMENT=	Read, write and manipulate both binary and XML property lists
 
 LICENSE=	MIT
+LICENSE_FILE=	${WRKSRC}/LICENSE
 
 NO_ARCH=	yes
 USE_RUBY=	yes

Modified: head/devel/rubygem-CFPropertyList/distinfo
==============================================================================
--- head/devel/rubygem-CFPropertyList/distinfo	Thu Oct  8 18:42:57 2015	(r398843)
+++ head/devel/rubygem-CFPropertyList/distinfo	Thu Oct  8 18:43:02 2015	(r398844)
@@ -1,2 +1,2 @@
-SHA256 (rubygem/CFPropertyList-2.3.1.gem) = d368584640bac41886169a5bb409d8908e4e3fc48745701f5c4e3968fb1bd3f2
-SIZE (rubygem/CFPropertyList-2.3.1.gem) = 17920
+SHA256 (rubygem/CFPropertyList-2.3.2.gem) = e2f1b93707dfa2ae8b136caacab6e5307747c2ec4f3337ba8a907c6486214b56
+SIZE (rubygem/CFPropertyList-2.3.2.gem) = 17920


More information about the svn-ports-all mailing list