Date: Mon, 24 Jun 2019 16:47:45 +0000 (UTC) From: Dmitry Marakasov <amdmi3@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r505031 - head/devel/libds Message-ID: <201906241647.x5OGlj9b036595@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: amdmi3 Date: Mon Jun 24 16:47:44 2019 New Revision: 505031 URL: https://svnweb.freebsd.org/changeset/ports/505031 Log: - Use actual version in the port (no functional change) - Add WWW Modified: head/devel/libds/Makefile head/devel/libds/pkg-descr Modified: head/devel/libds/Makefile ============================================================================== --- head/devel/libds/Makefile Mon Jun 24 15:00:12 2019 (r505030) +++ head/devel/libds/Makefile Mon Jun 24 16:47:44 2019 (r505031) @@ -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 Modified: head/devel/libds/pkg-descr ============================================================================== --- head/devel/libds/pkg-descr Mon Jun 24 15:00:12 2019 (r505030) +++ head/devel/libds/pkg-descr Mon Jun 24 16:47:44 2019 (r505031) @@ -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/
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201906241647.x5OGlj9b036595>