Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 28 Apr 2015 15:16:10 +0000 (UTC)
From:      Bryan Drewery <bdrewery@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r384908 - head/devel/libfortuna
Message-ID:  <201504281516.t3SFGAj9035805@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bdrewery
Date: Tue Apr 28 15:16:09 2015
New Revision: 384908
URL: https://svnweb.freebsd.org/changeset/ports/384908

Log:
  Update to 0.1.1
  
  PR:		199735
  Submitted by:	waitman@waitman.net (maintainer)

Modified:
  head/devel/libfortuna/Makefile
  head/devel/libfortuna/distinfo
  head/devel/libfortuna/pkg-descr

Modified: head/devel/libfortuna/Makefile
==============================================================================
--- head/devel/libfortuna/Makefile	Tue Apr 28 15:11:07 2015	(r384907)
+++ head/devel/libfortuna/Makefile	Tue Apr 28 15:16:09 2015	(r384908)
@@ -2,9 +2,8 @@
 # $FreeBSD$
 
 PORTNAME=	libfortuna
-PORTVERSION=	0.1.0
+PORTVERSION=	0.1.1
 CATEGORIES=	devel
-MASTER_SITES=	GHL
 
 MAINTAINER=	waitman@waitman.net
 COMMENT=	Fortuna PRNG Library
@@ -15,7 +14,6 @@ LICENSE_FILE=	${WRKSRC}/COPYRIGHT
 USE_GITHUB=	yes
 USE_LDCONFIG=	yes
 GH_ACCOUNT=	waitman
-GH_TAGNAME=	${GH_COMMIT}
-GH_COMMIT=	4a52e16
+GH_TAGNAME=	11cbd88
 
 .include <bsd.port.mk>

Modified: head/devel/libfortuna/distinfo
==============================================================================
--- head/devel/libfortuna/distinfo	Tue Apr 28 15:11:07 2015	(r384907)
+++ head/devel/libfortuna/distinfo	Tue Apr 28 15:16:09 2015	(r384908)
@@ -1,2 +1,2 @@
-SHA256 (libfortuna-0.1.0.tar.gz) = b70c49c2f5b51e5da651291ccb3e30beadc67a860e18d38e61dbfebf5c0b11a8
-SIZE (libfortuna-0.1.0.tar.gz) = 475233
+SHA256 (waitman-libfortuna-0.1.1-11cbd88_GH0.tar.gz) = 08402e7c531126905a5ac566098d079585d771cb7092559e1ad7fe392ec8bcc9
+SIZE (waitman-libfortuna-0.1.1-11cbd88_GH0.tar.gz) = 475218

Modified: head/devel/libfortuna/pkg-descr
==============================================================================
--- head/devel/libfortuna/pkg-descr	Tue Apr 28 15:11:07 2015	(r384907)
+++ head/devel/libfortuna/pkg-descr	Tue Apr 28 15:16:09 2015	(r384908)
@@ -3,4 +3,4 @@ Fortuna PRNG library for generating rand
 libfortuna is a C library based on code extracted from BSD licensed PostgreSQL 
 sources. It generates numbers with decent randomness.
 
-WWW: https://dx.burplex.com/bin/libfortuna.html
+WWW: http://crxwg.com/fortuna/bin/libfortuna.html



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