svn commit: r406820 - head/devel/pure-ffi

Vanilla I. Shu vanilla at FreeBSD.org
Thu Jan 21 03:28:01 UTC 2016


Author: vanilla
Date: Thu Jan 21 03:27:59 2016
New Revision: 406820
URL: https://svnweb.freebsd.org/changeset/ports/406820

Log:
  Upgrade to 0.14.
  
  Approved by:	maintainer via twitter.

Modified:
  head/devel/pure-ffi/Makefile
  head/devel/pure-ffi/distinfo

Modified: head/devel/pure-ffi/Makefile
==============================================================================
--- head/devel/pure-ffi/Makefile	Thu Jan 21 03:27:36 2016	(r406819)
+++ head/devel/pure-ffi/Makefile	Thu Jan 21 03:27:59 2016	(r406820)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	pure-ffi
-PORTVERSION=	0.13
+PORTVERSION=	0.14
 CATEGORIES=	devel
 MASTER_SITES=	https://cdn.bitbucket.org/purelang/pure-lang/downloads/
 DIST_SUBDIR=	pure
@@ -15,7 +15,7 @@ LICENSE_COMB=	dual
 
 LIB_DEPENDS+=	libffi.so:${PORTSDIR}/devel/libffi
 
-USES=		pure
+USES=		pkgconfig pure
 
 PLIST_FILES=	lib/pure/ffi.pure \
 		lib/pure/ffi.so

Modified: head/devel/pure-ffi/distinfo
==============================================================================
--- head/devel/pure-ffi/distinfo	Thu Jan 21 03:27:36 2016	(r406819)
+++ head/devel/pure-ffi/distinfo	Thu Jan 21 03:27:59 2016	(r406820)
@@ -1,2 +1,2 @@
-SHA256 (pure/pure-ffi-0.13.tar.gz) = 1c605ee261a6a8fe60684e764ba1f12dfd2e1e09290190411314b35a71a69636
-SIZE (pure/pure-ffi-0.13.tar.gz) = 39857
+SHA256 (pure/pure-ffi-0.14.tar.gz) = 0331f48efaae40af21b23cf286fd7eac0ea0a249d08fd97bf23246929c0ea71a
+SIZE (pure/pure-ffi-0.14.tar.gz) = 27523


More information about the svn-ports-head mailing list