Index: head/devel/libfortuna/Makefile =================================================================== --- head/devel/libfortuna/Makefile (revision 384907) +++ head/devel/libfortuna/Makefile (revision 384908) @@ -1,21 +1,19 @@ # Created by: "Waitman Gobble" # $FreeBSD$ PORTNAME= libfortuna -PORTVERSION= 0.1.0 +PORTVERSION= 0.1.1 CATEGORIES= devel -MASTER_SITES= GHL MAINTAINER= waitman@waitman.net COMMENT= Fortuna PRNG Library LICENSE= MIT LICENSE_FILE= ${WRKSRC}/COPYRIGHT USE_GITHUB= yes USE_LDCONFIG= yes GH_ACCOUNT= waitman -GH_TAGNAME= ${GH_COMMIT} -GH_COMMIT= 4a52e16 +GH_TAGNAME= 11cbd88 .include Index: head/devel/libfortuna/distinfo =================================================================== --- head/devel/libfortuna/distinfo (revision 384907) +++ head/devel/libfortuna/distinfo (revision 384908) @@ -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 Index: head/devel/libfortuna/pkg-descr =================================================================== --- head/devel/libfortuna/pkg-descr (revision 384907) +++ head/devel/libfortuna/pkg-descr (revision 384908) @@ -1,6 +1,6 @@ Fortuna PRNG library for generating random numbers 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