svn commit: r505031 - head/devel/libds

Dmitry Marakasov amdmi3 at FreeBSD.org
Mon Jun 24 16:47:46 UTC 2019


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 at 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/


More information about the svn-ports-head mailing list