svn commit: r393775 - head/devel/vstr

Ion-Mihai Tetcu itetcu at FreeBSD.org
Sun Aug 9 11:02:42 UTC 2015


Author: itetcu
Date: Sun Aug  9 11:02:41 2015
New Revision: 393775
URL: https://svnweb.freebsd.org/changeset/ports/393775

Log:
  - add LICENSE
  - provide a working back-up MASTERSITE and drop the unusable ones

Modified:
  head/devel/vstr/Makefile

Modified: head/devel/vstr/Makefile
==============================================================================
--- head/devel/vstr/Makefile	Sun Aug  9 10:26:02 2015	(r393774)
+++ head/devel/vstr/Makefile	Sun Aug  9 11:02:41 2015	(r393775)
@@ -5,15 +5,16 @@ PORTNAME=	vstr
 PORTVERSION=	1.0.15
 PORTREVISION=	1
 CATEGORIES=	devel
-MASTER_SITES=	http://freebsd.unixfreunde.de/sources/ \
-		http://sce-tindy.tecnik93.com/FreeBSD/others_ports/${PORTNAME}/ \
-		http://www.and.org/vstr/1.0.15/ \
-		http://www.and.org/vstr/latest/
+MASTER_SITES=	http://www.and.org/vstr/${PORTVERSION}/ \
+		http://www.and.org/vstr/latest/ \
+		http://ionut.tetcu.info/FreeBSd/ports/sources/
 
 MAINTAINER=	ports at FreeBSD.org
 COMMENT=	General purpose string library for C
 
-USES=		gmake pathfix pkgconfig tar:bzip2 libtool
+LICENSE=	LGPL
+
+USES=		gmake libtool pathfix pkgconfig tar:bzip2
 GNU_CONFIGURE=	yes
 USE_CSTD=	gnu89
 USE_LDCONFIG=	yes


More information about the svn-ports-all mailing list