summaryrefslogtreecommitdiff
path: root/devel/libmba/Makefile
diff options
context:
space:
mode:
authorChristian Weisgerber <naddy@FreeBSD.org>2003-04-23 22:44:31 +0000
committerChristian Weisgerber <naddy@FreeBSD.org>2003-04-23 22:44:31 +0000
commit2c58468101c9dc4b5081435933645e143cd41ae4 (patch)
tree66cd465bd5a2ea8d11a81bcddc82ba3b03865bad /devel/libmba/Makefile
parentUpdate to version 0.13. (diff)
Update to version 0.5.1
PR: 51049 Submitted by: Ports Fury
Notes
Notes: svn path=/head/; revision=79541
Diffstat (limited to 'devel/libmba/Makefile')
-rw-r--r--devel/libmba/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/devel/libmba/Makefile b/devel/libmba/Makefile
index 9de22ea31064..c5c516a58c38 100644
--- a/devel/libmba/Makefile
+++ b/devel/libmba/Makefile
@@ -7,9 +7,9 @@
#
PORTNAME= libmba
-PORTVERSION= 0.4.6
+PORTVERSION= 0.5.1
CATEGORIES= devel
-MASTER_SITES= http://www.eskimo.com/~miallen/libmba/dl/
+MASTER_SITES= http://www.ioplex.com/~miallen/libmba/dl/
MAINTAINER= ports@FreeBSD.org
COMMENT= A collection of C modules potentially useful to any project
@@ -24,7 +24,7 @@ MAKE_ENV= SHLIB_MAJOR="${SHLIB_MAJOR}"
PLIST_SUB= SHLIB_MAJOR="${SHLIB_MAJOR}"
MAN3= cfg.3m domnode.3m mbs.3m msgno.3m hashmap.3m hexdump.3m \
- linkedlist.3m stack.3m
+ linkedlist.3m pool.3m shellout.3m stack.3m varray.3m
MANCOMPRESSED= yes
.include <bsd.port.mk>