diff --git a/devel/libds/Makefile b/devel/libds/Makefile index 93a3b1764cb2..2141f8ec6072 100644 --- a/devel/libds/Makefile +++ b/devel/libds/Makefile @@ -2,11 +2,9 @@ # $FreeBSD$ PORTNAME= libds -PORTVERSION= 1.0 -PORTREVISION= 1 +PORTVERSION= 2.1 CATEGORIES= devel -MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-2.1 -DISTNAME= libds-2.1 +MASTER_SITES= SF MAINTAINER= ports@FreeBSD.org COMMENT= ANSI Generic Data Structures Library diff --git a/devel/libds/pkg-descr b/devel/libds/pkg-descr index aae072360fd9..bedd8213242b 100644 --- a/devel/libds/pkg-descr +++ b/devel/libds/pkg-descr @@ -12,3 +12,5 @@ supported: LibDS has been designed to be very easy to use, without sacrificing either flexibility or speed. The API is small, and clean. + +WWW: https://sourceforge.net/projects/libds/