aboutsummaryrefslogtreecommitdiff
path: root/devel/libfortuna/Makefile
diff options
context:
space:
mode:
authorBryan Drewery <bdrewery@FreeBSD.org>2015-04-28 15:16:09 +0000
committerBryan Drewery <bdrewery@FreeBSD.org>2015-04-28 15:16:09 +0000
commit750553e951d6b0f8e66934a723a1508bcc3d5ea5 (patch)
tree7e1ce09a5c725e2feb91eabef18d5a8d57807782 /devel/libfortuna/Makefile
parent17a5385f17c5ca6063bd314adcc9366da876d293 (diff)
downloadports-750553e951d6b0f8e66934a723a1508bcc3d5ea5.tar.gz
ports-750553e951d6b0f8e66934a723a1508bcc3d5ea5.zip
Update to 0.1.1
PR: 199735 Submitted by: waitman@waitman.net (maintainer)
Notes
Notes: svn path=/head/; revision=384908
Diffstat (limited to 'devel/libfortuna/Makefile')
-rw-r--r--devel/libfortuna/Makefile6
1 files changed, 2 insertions, 4 deletions
diff --git a/devel/libfortuna/Makefile b/devel/libfortuna/Makefile
index 54e2aa0d47a4..0d9b5e253ce5 100644
--- a/devel/libfortuna/Makefile
+++ b/devel/libfortuna/Makefile
@@ -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>